diff options
Diffstat (limited to 'dev-ruby/blankslate')
-rw-r--r-- | dev-ruby/blankslate/blankslate-2.1.2.4.ebuild | 6 | ||||
-rw-r--r-- | dev-ruby/blankslate/blankslate-3.1.3.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/dev-ruby/blankslate/blankslate-2.1.2.4.ebuild b/dev-ruby/blankslate/blankslate-2.1.2.4.ebuild index 1b0b0e38d05c..127826a9d664 100644 --- a/dev-ruby/blankslate/blankslate-2.1.2.4.ebuild +++ b/dev-ruby/blankslate/blankslate-2.1.2.4.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22" RUBY_FAKEGEM_EXTRADOC="README" RUBY_FAKEGEM_RECIPE_DOC="rdoc" @@ -12,7 +12,7 @@ RUBY_FAKEGEM_RECIPE_TEST="rspec" inherit ruby-fakegem -DESCRIPTION="A base class where almost all of the methods from Object and Kernel have been removed" +DESCRIPTION="Base class with almost all of the methods from Object and Kernel being removed" HOMEPAGE="https://rubygems.org/gems/blankslate" IUSE="" diff --git a/dev-ruby/blankslate/blankslate-3.1.3.ebuild b/dev-ruby/blankslate/blankslate-3.1.3.ebuild index 1a6c98978bc2..11a69ebecb9c 100644 --- a/dev-ruby/blankslate/blankslate-3.1.3.ebuild +++ b/dev-ruby/blankslate/blankslate-3.1.3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22" RUBY_FAKEGEM_RECIPE_DOC="rdoc" @@ -14,7 +14,7 @@ RUBY_FAKEGEM_RECIPE_TEST="rspec" inherit ruby-fakegem -DESCRIPTION="A base class where almost all of the methods from Object and Kernel have been removed" +DESCRIPTION="Base class with almost all of the methods from Object and Kernel being removed" HOMEPAGE="https://rubygems.org/gems/blankslate" IUSE="" |