datatrans 3.0.1 → 3.0.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,15 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: d1ea0c3b928ef8f6df847da1477d3f338ff7f214
4
- data.tar.gz: 3f1b6fefdb61ebdf1f2bdf2205cbf0247350c64e
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ ODI0OGYwNGM3OGU5ZmU4N2QxNzhiNjcwZTY1MTE2NWU4OTVlYzcyMQ==
5
+ data.tar.gz: !binary |-
6
+ Yjk2MDFkOTJkZTgwOWJkOGQwYWYxMDhkMjQ0NmJhNzAzODBlYzgyZQ==
5
7
  SHA512:
6
- metadata.gz: f377245f1e5ee9587d68e8701297c41b7410b4cfceda5ae3d3c380de8aa8b5ae7b463b5936a5ba27e2cda224451c38f4b2d86f98325cb8d3883c1378fa671251
7
- data.tar.gz: 82df84f313fe4c275271e4e6a851099c9ac554fb9641d146ce48ca4ec41450ab08bfb051e80c9ce49836600a5976668aca5e2d8fe19a3f973fa918dbadbee699
8
+ metadata.gz: !binary |-
9
+ MDE1YTkwNzEyNWYzYmJhMzVhMzYzYzY5MzM3NTM4YjVlYTYxMzljMWYxMjNh
10
+ NzBkMTlmZTU1YjQwYjI5ZWM1YzBlNDY4OGNhN2Y3YTI1YmVkMWNlYjYzNDcz
11
+ ODY5OTBhMDAwOTYwNzIzMGVjNTAwOWEwODQ2ZWVlODc1YWE5YzE=
12
+ data.tar.gz: !binary |-
13
+ YjNlZGMyNDAwNjZlNjMwZTM4ZWM3ZTg5YzAxNTE3NjBiOTY1Nzk3MzBmN2Y2
14
+ YTg1NDVmYmEyODRkNDRhOTYxYTkzMzE0ZWQzOTFlZDg3OGY5NmNlMDVlNWI3
15
+ OTIzMzY5YTQ2M2M3NDVhOWM0YzhkNGMzNTQ0N2MwOGVjODMxMTI=
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2013 info@simplificator.com
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
@@ -153,6 +153,10 @@ To make an authorized transaction invalid use void.
153
153
  CHANGELOG
154
154
  =========
155
155
 
156
+ 3.0.2
157
+ -------
158
+ Specified MIT License.
159
+
156
160
  3.0.0
157
161
  -------
158
162
  * Refactored Code to allow multiple configurations
@@ -27,4 +27,5 @@ Gem::Specification.new do |s|
27
27
  s.add_development_dependency 'rake'
28
28
  s.add_development_dependency 'rspec'
29
29
  s.add_development_dependency 'actionpack', '>= 3.0.0'
30
+ s.license = 'MIT'
30
31
  end
@@ -1,3 +1,3 @@
1
1
  module Datatrans
2
- VERSION = "3.0.1"
2
+ VERSION = "3.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: datatrans
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1
4
+ version: 3.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tobias Miesel
@@ -11,118 +11,118 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2013-10-09 00:00:00.000000000 Z
14
+ date: 2014-01-04 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: httparty
18
18
  requirement: !ruby/object:Gem::Requirement
19
19
  requirements:
20
- - - '>='
20
+ - - ! '>='
21
21
  - !ruby/object:Gem::Version
22
22
  version: '0'
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
26
26
  requirements:
27
- - - '>='
27
+ - - ! '>='
28
28
  - !ruby/object:Gem::Version
29
29
  version: '0'
30
30
  - !ruby/object:Gem::Dependency
31
31
  name: activesupport
32
32
  requirement: !ruby/object:Gem::Requirement
33
33
  requirements:
34
- - - '>='
34
+ - - ! '>='
35
35
  - !ruby/object:Gem::Version
36
36
  version: 3.0.0
37
37
  type: :runtime
38
38
  prerelease: false
39
39
  version_requirements: !ruby/object:Gem::Requirement
40
40
  requirements:
41
- - - '>='
41
+ - - ! '>='
42
42
  - !ruby/object:Gem::Version
43
43
  version: 3.0.0
44
44
  - !ruby/object:Gem::Dependency
45
45
  name: i18n
46
46
  requirement: !ruby/object:Gem::Requirement
47
47
  requirements:
48
- - - '>='
48
+ - - ! '>='
49
49
  - !ruby/object:Gem::Version
50
50
  version: '0'
51
51
  type: :runtime
52
52
  prerelease: false
53
53
  version_requirements: !ruby/object:Gem::Requirement
54
54
  requirements:
55
- - - '>='
55
+ - - ! '>='
56
56
  - !ruby/object:Gem::Version
57
57
  version: '0'
58
58
  - !ruby/object:Gem::Dependency
59
59
  name: builder
60
60
  requirement: !ruby/object:Gem::Requirement
61
61
  requirements:
62
- - - '>='
62
+ - - ! '>='
63
63
  - !ruby/object:Gem::Version
64
64
  version: '0'
65
65
  type: :runtime
66
66
  prerelease: false
67
67
  version_requirements: !ruby/object:Gem::Requirement
68
68
  requirements:
69
- - - '>='
69
+ - - ! '>='
70
70
  - !ruby/object:Gem::Version
71
71
  version: '0'
72
72
  - !ruby/object:Gem::Dependency
73
73
  name: multi_xml
74
74
  requirement: !ruby/object:Gem::Requirement
75
75
  requirements:
76
- - - '>='
76
+ - - ! '>='
77
77
  - !ruby/object:Gem::Version
78
78
  version: 0.5.1
79
79
  type: :runtime
80
80
  prerelease: false
81
81
  version_requirements: !ruby/object:Gem::Requirement
82
82
  requirements:
83
- - - '>='
83
+ - - ! '>='
84
84
  - !ruby/object:Gem::Version
85
85
  version: 0.5.1
86
86
  - !ruby/object:Gem::Dependency
87
87
  name: rake
88
88
  requirement: !ruby/object:Gem::Requirement
89
89
  requirements:
90
- - - '>='
90
+ - - ! '>='
91
91
  - !ruby/object:Gem::Version
92
92
  version: '0'
93
93
  type: :development
94
94
  prerelease: false
95
95
  version_requirements: !ruby/object:Gem::Requirement
96
96
  requirements:
97
- - - '>='
97
+ - - ! '>='
98
98
  - !ruby/object:Gem::Version
99
99
  version: '0'
100
100
  - !ruby/object:Gem::Dependency
101
101
  name: rspec
102
102
  requirement: !ruby/object:Gem::Requirement
103
103
  requirements:
104
- - - '>='
104
+ - - ! '>='
105
105
  - !ruby/object:Gem::Version
106
106
  version: '0'
107
107
  type: :development
108
108
  prerelease: false
109
109
  version_requirements: !ruby/object:Gem::Requirement
110
110
  requirements:
111
- - - '>='
111
+ - - ! '>='
112
112
  - !ruby/object:Gem::Version
113
113
  version: '0'
114
114
  - !ruby/object:Gem::Dependency
115
115
  name: actionpack
116
116
  requirement: !ruby/object:Gem::Requirement
117
117
  requirements:
118
- - - '>='
118
+ - - ! '>='
119
119
  - !ruby/object:Gem::Version
120
120
  version: 3.0.0
121
121
  type: :development
122
122
  prerelease: false
123
123
  version_requirements: !ruby/object:Gem::Requirement
124
124
  requirements:
125
- - - '>='
125
+ - - ! '>='
126
126
  - !ruby/object:Gem::Version
127
127
  version: 3.0.0
128
128
  description: Datatrans Integration for Ruby on Rails
@@ -138,6 +138,7 @@ files:
138
138
  - .travis.yml
139
139
  - Gemfile
140
140
  - Gemfile.lock
141
+ - LICENSE
141
142
  - README.markdown
142
143
  - Rakefile
143
144
  - datatrans.gemspec
@@ -165,7 +166,8 @@ files:
165
166
  - spec/xml/status_spec.rb
166
167
  - spec/xml/void_spec.rb
167
168
  homepage: ''
168
- licenses: []
169
+ licenses:
170
+ - MIT
169
171
  metadata: {}
170
172
  post_install_message:
171
173
  rdoc_options: []
@@ -173,18 +175,27 @@ require_paths:
173
175
  - lib
174
176
  required_ruby_version: !ruby/object:Gem::Requirement
175
177
  requirements:
176
- - - '>='
178
+ - - ! '>='
177
179
  - !ruby/object:Gem::Version
178
180
  version: '0'
179
181
  required_rubygems_version: !ruby/object:Gem::Requirement
180
182
  requirements:
181
- - - '>='
183
+ - - ! '>='
182
184
  - !ruby/object:Gem::Version
183
185
  version: '0'
184
186
  requirements: []
185
187
  rubyforge_project: datatrans
186
- rubygems_version: 2.0.2
188
+ rubygems_version: 2.1.11
187
189
  signing_key:
188
190
  specification_version: 4
189
191
  summary: Datatrans Integration for Ruby on Rails
190
- test_files: []
192
+ test_files:
193
+ - spec/common_spec.rb
194
+ - spec/config_spec.rb
195
+ - spec/spec_helper.rb
196
+ - spec/web/authorize_spec.rb
197
+ - spec/xml/authorize_spec.rb
198
+ - spec/xml/capture_spec.rb
199
+ - spec/xml/request_spec.rb
200
+ - spec/xml/status_spec.rb
201
+ - spec/xml/void_spec.rb