summaryrefslogtreecommitdiff
path: root/security/rubygem-ezcrypto/files/patch-gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'security/rubygem-ezcrypto/files/patch-gemspec')
-rw-r--r--security/rubygem-ezcrypto/files/patch-gemspec35
1 files changed, 17 insertions, 18 deletions
diff --git a/security/rubygem-ezcrypto/files/patch-gemspec b/security/rubygem-ezcrypto/files/patch-gemspec
index 1576056e3c95..27f656e9ed7f 100644
--- a/security/rubygem-ezcrypto/files/patch-gemspec
+++ b/security/rubygem-ezcrypto/files/patch-gemspec
@@ -1,18 +1,17 @@
---- ezcrypto-0.7.2.gemspec.orig 2013-02-27 02:35:45.000000000 +0000
-+++ ezcrypto-0.7.2.gemspec 2013-02-27 02:36:42.000000000 +0000
-@@ -51,7 +51,6 @@
- - test/protectedsigner.pem
- - test/sf-class2-root.crt
- - test/sf_intermediate.crt
--- test/store
- - test/test_helper.rb
- - test/testchild.pem
- - test/testchild.req
-@@ -101,7 +100,6 @@
- - test/protectedsigner.pem
- - test/sf-class2-root.crt
- - test/sf_intermediate.crt
--- test/store
- - test/test_helper.rb
- - test/testchild.pem
- - test/testchild.req
+--- 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 @@
+ 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"]
+- s.files = ["CHANGELOG", "MIT-LICENSE", "README.rdoc", "README_ACTIVE_CRYPTO", "README_DIGITAL_SIGNATURES", "init.rb", "lib/active_crypto.rb", "lib/ezcrypto.rb", "lib/ezsig.rb", "lib/trusted.pem", "rakefile", "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.files = ["CHANGELOG", "MIT-LICENSE", "README.rdoc", "README_ACTIVE_CRYPTO", "README_DIGITAL_SIGNATURES", "init.rb", "lib/active_crypto.rb", "lib/ezcrypto.rb", "lib/ezsig.rb", "lib/trusted.pem", "rakefile", "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"]
+ s.homepage = "http://ezcrypto.rubyforge.org"
+ s.requirements = ["none"]
+ s.rubyforge_project = "ezcrypto"
+ s.rubygems_version = "2.4.5"
+ 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"]
+ end
+