eet_signer 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata ADDED
@@ -0,0 +1,124 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: eet_signer
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.5.0
5
+ platform: ruby
6
+ authors:
7
+ - Edgars Beigarts
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2017-03-12 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rake
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rspec
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: nokogiri
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: 1.5.1
48
+ type: :runtime
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: 1.5.1
55
+ description: Fork of original Signer gem with explicit namespaces possible
56
+ email:
57
+ - edgars.beigarts@gmail.com
58
+ executables: []
59
+ extensions: []
60
+ extra_rdoc_files: []
61
+ files:
62
+ - CHANGELOG.md
63
+ - LICENSE
64
+ - README.md
65
+ - lib/signer.rb
66
+ - lib/signer/digester.rb
67
+ - lib/signer/version.rb
68
+ - spec/fixtures/cert.pem
69
+ - spec/fixtures/input_1.xml
70
+ - spec/fixtures/input_2.xml
71
+ - spec/fixtures/input_3_c14n_comments.xml
72
+ - spec/fixtures/input_4_with_nested_signatures.xml
73
+ - spec/fixtures/key.pem
74
+ - spec/fixtures/output_1.xml
75
+ - spec/fixtures/output_1_inclusive_namespaces.xml
76
+ - spec/fixtures/output_1_sha256.xml
77
+ - spec/fixtures/output_2.xml
78
+ - spec/fixtures/output_2_with_ds_prefix.xml
79
+ - spec/fixtures/output_3_c14n_comments.xml
80
+ - spec/fixtures/output_4_with_nested_signatures.xml
81
+ - spec/fixtures/output_4_with_nested_signatures_with_noblanks_disabled.xml
82
+ - spec/signer_spec.rb
83
+ - spec/spec_helper.rb
84
+ homepage: https://github.com/ucetnictvi-on-line/signer
85
+ licenses: []
86
+ metadata: {}
87
+ post_install_message:
88
+ rdoc_options: []
89
+ require_paths:
90
+ - lib
91
+ required_ruby_version: !ruby/object:Gem::Requirement
92
+ requirements:
93
+ - - ">="
94
+ - !ruby/object:Gem::Version
95
+ version: 2.1.0
96
+ required_rubygems_version: !ruby/object:Gem::Requirement
97
+ requirements:
98
+ - - ">="
99
+ - !ruby/object:Gem::Version
100
+ version: '0'
101
+ requirements: []
102
+ rubyforge_project:
103
+ rubygems_version: 2.6.8
104
+ signing_key:
105
+ specification_version: 4
106
+ summary: Fork of original Signer gem with explicit namespaces possible
107
+ test_files:
108
+ - spec/spec_helper.rb
109
+ - spec/fixtures/output_2_with_ds_prefix.xml
110
+ - spec/fixtures/output_1.xml
111
+ - spec/fixtures/output_1_inclusive_namespaces.xml
112
+ - spec/fixtures/input_3_c14n_comments.xml
113
+ - spec/fixtures/input_4_with_nested_signatures.xml
114
+ - spec/fixtures/input_1.xml
115
+ - spec/fixtures/input_2.xml
116
+ - spec/fixtures/output_2.xml
117
+ - spec/fixtures/output_4_with_nested_signatures_with_noblanks_disabled.xml
118
+ - spec/fixtures/key.pem
119
+ - spec/fixtures/output_3_c14n_comments.xml
120
+ - spec/fixtures/cert.pem
121
+ - spec/fixtures/output_1_sha256.xml
122
+ - spec/fixtures/output_4_with_nested_signatures.xml
123
+ - spec/signer_spec.rb
124
+ has_rdoc: