diff options
author | mmoll <mmoll@FreeBSD.org> | 2015-06-11 02:31:23 +0800 |
---|---|---|
committer | mmoll <mmoll@FreeBSD.org> | 2015-06-11 02:31:23 +0800 |
commit | 3bde744867761eab83deaf16e6bb9414a5c6e2ad (patch) | |
tree | a1bb53c7c9c8f295c5ce4873675af35c9fa8b830 /security/rubygem-ezcrypto | |
parent | f330cefa3ef5f8a8f8b8d2c53078c2404324ba89 (diff) | |
download | freebsd-ports-gnome-3bde744867761eab83deaf16e6bb9414a5c6e2ad.tar.gz freebsd-ports-gnome-3bde744867761eab83deaf16e6bb9414a5c6e2ad.tar.zst freebsd-ports-gnome-3bde744867761eab83deaf16e6bb9414a5c6e2ad.zip |
security/rubygem-ezcrypto: update gemspec patch to new ruby-gems version
Approved by: swills (mentor)
Diffstat (limited to 'security/rubygem-ezcrypto')
-rw-r--r-- | security/rubygem-ezcrypto/files/patch-gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/rubygem-ezcrypto/files/patch-gemspec b/security/rubygem-ezcrypto/files/patch-gemspec index 1307075f1857..62ae47c14338 100644 --- a/security/rubygem-ezcrypto/files/patch-gemspec +++ b/security/rubygem-ezcrypto/files/patch-gemspec @@ -9,7 +9,7 @@ s.homepage = "http://ezcrypto.rubyforge.org" s.requirements = ["none"] s.rubyforge_project = "ezcrypto" - s.rubygems_version = "2.4.7" + s.rubygems_version = "2.4.8" s.summary = "Simplified encryption library." - s.test_files = ["test/active_crypto_test.rb", "test/agree2.com.cert", "test/association_key_holder_test.rb", "test/database.yml", "test/debug.log", "test/digest_test.rb", "test/dsakey.pem", "test/dsapubkey.pem", "test/dsig_test.rb", "test/encrypt_test.rb", "test/ezcrypto_test.rb", "test/key_holder_test.rb", "test/protectedsigner.pem", "test/sf-class2-root.crt", "test/sf_intermediate.crt", "test/store", "test/test_helper.rb", "test/testchild.pem", "test/testchild.req", "test/testpub.pem", "test/testsigner.cert", "test/testsigner.pem", "test/valicert_class2_root.crt"] + s.test_files = ["test/active_crypto_test.rb", "test/agree2.com.cert", "test/association_key_holder_test.rb", "test/database.yml", "test/debug.log", "test/digest_test.rb", "test/dsakey.pem", "test/dsapubkey.pem", "test/dsig_test.rb", "test/encrypt_test.rb", "test/ezcrypto_test.rb", "test/key_holder_test.rb", "test/protectedsigner.pem", "test/sf-class2-root.crt", "test/sf_intermediate.crt", "test/test_helper.rb", "test/testchild.pem", "test/testchild.req", "test/testpub.pem", "test/testsigner.cert", "test/testsigner.pem", "test/valicert_class2_root.crt"] |