diff options
author | Hans de Graaff <graaff@gentoo.org> | 2024-04-16 07:43:11 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2024-04-16 08:00:49 +0200 |
commit | 865e549b60de754b3a5a4b3ea3ef45f9736c3b45 (patch) | |
tree | afd9396b6af216f5b085fcbfa79092bf0944356e /dev-ruby/method_source | |
parent | www-apps/gitea: Stabilize 1.21.8 amd64, #930040 (diff) | |
download | gentoo-865e549b60de754b3a5a4b3ea3ef45f9736c3b45.tar.gz gentoo-865e549b60de754b3a5a4b3ea3ef45f9736c3b45.tar.bz2 gentoo-865e549b60de754b3a5a4b3ea3ef45f9736c3b45.zip |
dev-ruby/method_source: add 1.1.0
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/method_source')
-rw-r--r-- | dev-ruby/method_source/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/method_source/method_source-1.1.0.ebuild | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/dev-ruby/method_source/Manifest b/dev-ruby/method_source/Manifest index ce1e94cbb8ca..00fae2ebd2db 100644 --- a/dev-ruby/method_source/Manifest +++ b/dev-ruby/method_source/Manifest @@ -1 +1,2 @@ DIST method_source-1.0.0.gem 13824 BLAKE2B 1b6b4c23b2e73972acb69bf488f39d88fae3bffdc4e28559d880ce817199b9c1da8183f10cf8be5122535415b938c9f3964c9b4bade1dfba7fb4457c052185dd SHA512 d3a2dace01d987203d0520583120bfe08812237602421efc3ec7ff8054f2403b0aac13f15b8b91dfdb6e6679a519f707ede67ea6fed72cd8242edacc828a9caa +DIST method_source-1.1.0.gem 13824 BLAKE2B 9b626e3db19a4093a61505afb04c65a2fc497146639656b9fd204f87d17d91473b11327ff086c8f3e2e1c0a462fa19e3e9c39f0b2817f26918c9a7c4b7cdaf54 SHA512 37cf2ff685adb68d1dd9c72922aa5ee1691a98c049ee402f5d630a783cacf9c971b0f25ac5e67b8d97211a6763e6f81825cf887fe9b4aef3359bad88335110d9 diff --git a/dev-ruby/method_source/method_source-1.1.0.ebuild b/dev-ruby/method_source/method_source-1.1.0.ebuild new file mode 100644 index 000000000000..09638baf92d5 --- /dev/null +++ b/dev-ruby/method_source/method_source-1.1.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +USE_RUBY="ruby31 ruby32 ruby33" + +RUBY_FAKEGEM_RECIPE_TEST="rspec3" +RUBY_FAKEGEM_EXTRADOC="README.markdown" + +inherit ruby-fakegem + +DESCRIPTION="Retrieve the source code for a method" +HOMEPAGE="https://github.com/banister/method_source" +SLOT="0" + +LICENSE="MIT" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" |