diff options
author | swills <swills@FreeBSD.org> | 2016-05-04 09:59:03 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2016-05-04 09:59:03 +0800 |
commit | e81ae194d889db33e6971a429c49f02795eb7fc4 (patch) | |
tree | 3f9abc3a3b485a54df4972c33b2e3ff97c4ed900 /security | |
parent | 0e6edc0f9f79684ab743f8129291dbf374841d5a (diff) | |
download | freebsd-ports-gnome-e81ae194d889db33e6971a429c49f02795eb7fc4.tar.gz freebsd-ports-gnome-e81ae194d889db33e6971a429c49f02795eb7fc4.tar.zst freebsd-ports-gnome-e81ae194d889db33e6971a429c49f02795eb7fc4.zip |
devel/ruby-gems: update to 2.6.4
Diffstat (limited to 'security')
-rw-r--r-- | security/rubygem-ezcrypto/files/patch-gemspec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/rubygem-ezcrypto/files/patch-gemspec b/security/rubygem-ezcrypto/files/patch-gemspec index 974310cfb18c..4e8a86f17216 100644 --- a/security/rubygem-ezcrypto/files/patch-gemspec +++ b/security/rubygem-ezcrypto/files/patch-gemspec @@ -1,5 +1,5 @@ ---- ezcrypto.gemspec.orig 2016-04-01 08:12:48.691050000 +0000 -+++ ezcrypto.gemspec 2016-04-01 08:14:17.779020000 +0000 +--- ezcrypto.gemspec.orig 2016-05-04 01:17:14.146797000 +0000 ++++ ezcrypto.gemspec 2016-05-04 01:19:38.574752000 +0000 @@ -12,12 +12,12 @@ s.description = "Makes it easier and safer to write crypto code.".freeze s.email = "pelle@stakeventures.com".freeze @@ -9,7 +9,7 @@ s.homepage = "http://ezcrypto.rubyforge.org".freeze s.requirements = ["none".freeze] s.rubyforge_project = "ezcrypto".freeze - s.rubygems_version = "2.6.2".freeze + s.rubygems_version = "2.6.4".freeze s.summary = "Simplified encryption library.".freeze - s.test_files = ["test/active_crypto_test.rb".freeze, "test/agree2.com.cert".freeze, "test/association_key_holder_test.rb".freeze, "test/database.yml".freeze, "test/debug.log".freeze, "test/digest_test.rb".freeze, "test/dsakey.pem".freeze, "test/dsapubkey.pem".freeze, "test/dsig_test.rb".freeze, "test/encrypt_test.rb".freeze, "test/ezcrypto_test.rb".freeze, "test/key_holder_test.rb".freeze, "test/protectedsigner.pem".freeze, "test/sf-class2-root.crt".freeze, "test/sf_intermediate.crt".freeze, "test/store".freeze, "test/test_helper.rb".freeze, "test/testchild.pem".freeze, "test/testchild.req".freeze, "test/testpub.pem".freeze, "test/testsigner.cert".freeze, "test/testsigner.pem".freeze, "test/valicert_class2_root.crt".freeze] + s.test_files = ["test/active_crypto_test.rb".freeze, "test/agree2.com.cert".freeze, "test/association_key_holder_test.rb".freeze, "test/database.yml".freeze, "test/debug.log".freeze, "test/digest_test.rb".freeze, "test/dsakey.pem".freeze, "test/dsapubkey.pem".freeze, "test/dsig_test.rb".freeze, "test/encrypt_test.rb".freeze, "test/ezcrypto_test.rb".freeze, "test/key_holder_test.rb".freeze, "test/protectedsigner.pem".freeze, "test/sf-class2-root.crt".freeze, "test/sf_intermediate.crt".freeze, "test/test_helper.rb".freeze, "test/testchild.pem".freeze, "test/testchild.req".freeze, "test/testpub.pem".freeze, "test/testsigner.cert".freeze, "test/testsigner.pem".freeze, "test/valicert_class2_root.crt".freeze] |