diff options
author | swills <swills@FreeBSD.org> | 2015-04-08 02:18:01 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2015-04-08 02:18:01 +0800 |
commit | 1db857f5df25d3fc617df02980749baa1befc602 (patch) | |
tree | 66d95c2bec783898f774f21364dbd03111cc9670 | |
parent | 09bc341c587eecbe49ee4841f6dc44f481cef6f9 (diff) | |
download | freebsd-ports-gnome-1db857f5df25d3fc617df02980749baa1befc602.tar.gz freebsd-ports-gnome-1db857f5df25d3fc617df02980749baa1befc602.tar.zst freebsd-ports-gnome-1db857f5df25d3fc617df02980749baa1befc602.zip |
security/rubygem-ezcrypto: fix patch
-rw-r--r-- | security/rubygem-ezcrypto/files/patch-gemspec | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/rubygem-ezcrypto/files/patch-gemspec b/security/rubygem-ezcrypto/files/patch-gemspec index 27f656e9ed7f..6dd4666e4b83 100644 --- a/security/rubygem-ezcrypto/files/patch-gemspec +++ b/security/rubygem-ezcrypto/files/patch-gemspec @@ -1,6 +1,6 @@ ---- ezcrypto.gemspec.orig 2015-01-22 01:19:35.000000000 +0000 -+++ ezcrypto.gemspec 2015-01-22 01:20:01.000000000 +0000 -@@ -12,12 +12,12 @@ +--- ezcrypto.gemspec.orig 2015-04-07 18:09:02 UTC ++++ ezcrypto.gemspec +@@ -12,12 +12,12 @@ Gem::Specification.new do |s| s.description = "Makes it easier and safer to write crypto code." s.email = "pelle@stakeventures.com" s.extra_rdoc_files = ["CHANGELOG", "README.rdoc", "README_ACTIVE_CRYPTO", "README_DIGITAL_SIGNATURES"] @@ -9,7 +9,7 @@ s.homepage = "http://ezcrypto.rubyforge.org" s.requirements = ["none"] s.rubyforge_project = "ezcrypto" - s.rubygems_version = "2.4.5" + s.rubygems_version = "2.4.6" 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"] |