diff options
author | Sam James <sam@gentoo.org> | 2021-12-26 00:13:17 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-26 00:19:12 +0000 |
commit | 53084b220f7df4daa8caeb7742c57208c3d346cf (patch) | |
tree | 5707d42537f0967652219a0509fce6cd22653b85 /dev-ruby | |
parent | dev-ruby/optimist: drop trailing full stop from DESCRIPTION (diff) | |
download | gentoo-53084b220f7df4daa8caeb7742c57208c3d346cf.tar.gz gentoo-53084b220f7df4daa8caeb7742c57208c3d346cf.tar.bz2 gentoo-53084b220f7df4daa8caeb7742c57208c3d346cf.zip |
dev-ruby/rspec-json_expectations: drop trailing full stop from DESCRIPTION
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/rspec-json_expectations/rspec-json_expectations-2.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/rspec-json_expectations/rspec-json_expectations-2.2.0.ebuild b/dev-ruby/rspec-json_expectations/rspec-json_expectations-2.2.0.ebuild index 74412d172701..85d7523db3fd 100644 --- a/dev-ruby/rspec-json_expectations/rspec-json_expectations-2.2.0.ebuild +++ b/dev-ruby/rspec-json_expectations/rspec-json_expectations-2.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ RUBY_BINWRAP="" inherit ruby-fakegem -DESCRIPTION="Set of matchers and helpers to allow you test your APIs responses." +DESCRIPTION="Set of matchers and helpers to allow you test your APIs responses" HOMEPAGE="https://github.com/waterlink/rspec-json_expectations" LICENSE="MIT" |