spree_usa_epay 1.0.0 → 1.0.1

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.
Files changed (4) hide show
  1. data/.gitignore +2 -0
  2. data/spree_usa_epay.gemspec +4 -5
  3. metadata +11 -12
  4. data/Gemfile.lock +0 -187
data/.gitignore CHANGED
@@ -8,3 +8,5 @@ tmp
8
8
  nbproject
9
9
  *.swp
10
10
  spec/dummy
11
+ pkg
12
+ Gemfile.lock
@@ -2,14 +2,14 @@
2
2
  Gem::Specification.new do |s|
3
3
  s.platform = Gem::Platform::RUBY
4
4
  s.name = 'spree_usa_epay'
5
- s.version = '1.0.0'
5
+ s.version = '1.0.1'
6
6
  s.summary = 'Spree Payment Gateway for USA ePay'
7
- s.description = 'Wrapper for SOAP USA ePay Web Service'
7
+ s.description = 'Payment Method for USA ePay SOAP Webservice'
8
8
  s.required_ruby_version = '>= 1.8.7'
9
9
 
10
10
  s.authors = ["Chris Mar"]
11
11
  s.email = 'support@spreecommerce.com'
12
- s.homepage = 'http://www.spreecommerce.com'
12
+ s.homepage = 'https://github.com/spree/spree_usa_epay'
13
13
 
14
14
  s.files = `git ls-files`.split("\n")
15
15
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
@@ -19,5 +19,4 @@ Gem::Specification.new do |s|
19
19
  s.add_dependency('spree_core', '>=1.0.0')
20
20
  s.add_dependency 'savon'
21
21
  s.add_development_dependency 'rspec-rails'
22
- end
23
-
22
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spree_usa_epay
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-02-23 00:00:00.000000000 Z
12
+ date: 2012-02-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: spree_core
16
- requirement: &70310986613340 !ruby/object:Gem::Requirement
16
+ requirement: &70304824961000 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: 1.0.0
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70310986613340
24
+ version_requirements: *70304824961000
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: savon
27
- requirement: &70310986612920 !ruby/object:Gem::Requirement
27
+ requirement: &70304824960300 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ! '>='
@@ -32,10 +32,10 @@ dependencies:
32
32
  version: '0'
33
33
  type: :runtime
34
34
  prerelease: false
35
- version_requirements: *70310986612920
35
+ version_requirements: *70304824960300
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: rspec-rails
38
- requirement: &70310986612400 !ruby/object:Gem::Requirement
38
+ requirement: &70304824958620 !ruby/object:Gem::Requirement
39
39
  none: false
40
40
  requirements:
41
41
  - - ! '>='
@@ -43,8 +43,8 @@ dependencies:
43
43
  version: '0'
44
44
  type: :development
45
45
  prerelease: false
46
- version_requirements: *70310986612400
47
- description: Wrapper for SOAP USA ePay Web Service
46
+ version_requirements: *70304824958620
47
+ description: Payment Method for USA ePay SOAP Webservice
48
48
  email: support@spreecommerce.com
49
49
  executables: []
50
50
  extensions: []
@@ -53,7 +53,6 @@ files:
53
53
  - .gitignore
54
54
  - .rspec
55
55
  - Gemfile
56
- - Gemfile.lock
57
56
  - LICENSE
58
57
  - README.md
59
58
  - Rakefile
@@ -67,7 +66,7 @@ files:
67
66
  - script/rails
68
67
  - spec/spec_helper.rb
69
68
  - spree_usa_epay.gemspec
70
- homepage: http://www.spreecommerce.com
69
+ homepage: https://github.com/spree/spree_usa_epay
71
70
  licenses: []
72
71
  post_install_message:
73
72
  rdoc_options: []
@@ -87,7 +86,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
87
86
  version: '0'
88
87
  segments:
89
88
  - 0
90
- hash: -2580038373875603488
89
+ hash: -3371111197494319770
91
90
  requirements:
92
91
  - none
93
92
  rubyforge_project:
@@ -1,187 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- spree_usa_epay (1.0.0)
5
- savon
6
- spree_core (>= 1.0.0)
7
-
8
- GEM
9
- remote: http://rubygems.org/
10
- specs:
11
- actionmailer (3.1.3)
12
- actionpack (= 3.1.3)
13
- mail (~> 2.3.0)
14
- actionpack (3.1.3)
15
- activemodel (= 3.1.3)
16
- activesupport (= 3.1.3)
17
- builder (~> 3.0.0)
18
- erubis (~> 2.7.0)
19
- i18n (~> 0.6)
20
- rack (~> 1.3.5)
21
- rack-cache (~> 1.1)
22
- rack-mount (~> 0.8.2)
23
- rack-test (~> 0.6.1)
24
- sprockets (~> 2.0.3)
25
- active_utils (1.0.3)
26
- activesupport (>= 2.3.11)
27
- i18n
28
- activemerchant (1.20.1)
29
- active_utils (>= 1.0.1)
30
- activesupport (>= 2.3.11)
31
- braintree (>= 2.0.0)
32
- builder (>= 2.0.0)
33
- i18n
34
- json (>= 1.5.1)
35
- money (<= 3.7.1)
36
- activemodel (3.1.3)
37
- activesupport (= 3.1.3)
38
- builder (~> 3.0.0)
39
- i18n (~> 0.6)
40
- activerecord (3.1.3)
41
- activemodel (= 3.1.3)
42
- activesupport (= 3.1.3)
43
- arel (~> 2.2.1)
44
- tzinfo (~> 0.3.29)
45
- activeresource (3.1.3)
46
- activemodel (= 3.1.3)
47
- activesupport (= 3.1.3)
48
- activesupport (3.1.3)
49
- multi_json (~> 1.0)
50
- acts_as_list (0.1.4)
51
- akami (1.0.0)
52
- gyoku (>= 0.4.0)
53
- arel (2.2.3)
54
- braintree (2.13.4)
55
- builder (>= 2.0.0)
56
- builder (3.0.0)
57
- cocaine (0.2.1)
58
- deface (0.7.2)
59
- nokogiri (~> 1.5.0)
60
- rails (>= 3.0.9)
61
- diff-lcs (1.1.3)
62
- erubis (2.7.0)
63
- ffaker (1.12.1)
64
- gyoku (0.4.4)
65
- builder (>= 2.1.2)
66
- highline (1.6.8)
67
- hike (1.2.1)
68
- httpi (0.9.6)
69
- rack
70
- i18n (0.6.0)
71
- jquery-rails (1.0.19)
72
- railties (~> 3.0)
73
- thor (~> 0.14)
74
- json (1.6.5)
75
- kaminari (0.13.0)
76
- actionpack (>= 3.0.0)
77
- activesupport (>= 3.0.0)
78
- railties (>= 3.0.0)
79
- mail (2.3.0)
80
- i18n (>= 0.4.0)
81
- mime-types (~> 1.16)
82
- treetop (~> 1.4.8)
83
- meta_search (1.1.1)
84
- actionpack (~> 3.1.0)
85
- activerecord (~> 3.1.0)
86
- activesupport (~> 3.1.0)
87
- polyamorous (~> 0.5.0)
88
- mime-types (1.17.2)
89
- money (3.7.1)
90
- i18n (~> 0.4)
91
- multi_json (1.1.0)
92
- nested_set (1.6.8)
93
- activerecord (>= 3.0.0)
94
- railties (>= 3.0.0)
95
- nokogiri (1.5.0)
96
- nori (1.1.0)
97
- paperclip (2.5.0)
98
- activerecord (>= 2.3.0)
99
- activesupport (>= 2.3.2)
100
- cocaine (>= 0.0.2)
101
- mime-types
102
- polyamorous (0.5.0)
103
- activerecord (~> 3.0)
104
- polyglot (0.3.3)
105
- rack (1.3.6)
106
- rack-cache (1.1)
107
- rack (>= 0.4)
108
- rack-mount (0.8.3)
109
- rack (>= 1.0.0)
110
- rack-ssl (1.3.2)
111
- rack
112
- rack-test (0.6.1)
113
- rack (>= 1.0)
114
- rails (3.1.3)
115
- actionmailer (= 3.1.3)
116
- actionpack (= 3.1.3)
117
- activerecord (= 3.1.3)
118
- activeresource (= 3.1.3)
119
- activesupport (= 3.1.3)
120
- bundler (~> 1.0)
121
- railties (= 3.1.3)
122
- railties (3.1.3)
123
- actionpack (= 3.1.3)
124
- activesupport (= 3.1.3)
125
- rack-ssl (~> 1.3.2)
126
- rake (>= 0.8.7)
127
- rdoc (~> 3.4)
128
- thor (~> 0.14.6)
129
- rake (0.9.2.2)
130
- rdoc (3.12)
131
- json (~> 1.4)
132
- rspec (2.8.0)
133
- rspec-core (~> 2.8.0)
134
- rspec-expectations (~> 2.8.0)
135
- rspec-mocks (~> 2.8.0)
136
- rspec-core (2.8.0)
137
- rspec-expectations (2.8.0)
138
- diff-lcs (~> 1.1.2)
139
- rspec-mocks (2.8.0)
140
- rspec-rails (2.8.1)
141
- actionpack (>= 3.0)
142
- activesupport (>= 3.0)
143
- railties (>= 3.0)
144
- rspec (~> 2.8.0)
145
- savon (0.9.9)
146
- akami (~> 1.0)
147
- builder (>= 2.1.2)
148
- gyoku (>= 0.4.0)
149
- httpi (~> 0.9)
150
- nokogiri (>= 1.4.0)
151
- nori (~> 1.1)
152
- wasabi (~> 2.1)
153
- spree_core (1.0.0)
154
- activemerchant (= 1.20.1)
155
- acts_as_list (= 0.1.4)
156
- deface (>= 0.7.2)
157
- ffaker (~> 1.12.0)
158
- highline (= 1.6.8)
159
- jquery-rails (>= 1.0.18, <= 1.0.19)
160
- kaminari (>= 0.13.0)
161
- meta_search (= 1.1.1)
162
- nested_set (= 1.6.8)
163
- paperclip (= 2.5.0)
164
- rails (>= 3.1.1, <= 3.1.3)
165
- state_machine (= 1.1.1)
166
- stringex (~> 1.3.0)
167
- sprockets (2.0.3)
168
- hike (~> 1.2)
169
- rack (~> 1.0)
170
- tilt (~> 1.1, != 1.3.0)
171
- state_machine (1.1.1)
172
- stringex (1.3.2)
173
- thor (0.14.6)
174
- tilt (1.3.3)
175
- treetop (1.4.10)
176
- polyglot
177
- polyglot (>= 0.3.1)
178
- tzinfo (0.3.31)
179
- wasabi (2.1.0)
180
- nokogiri (>= 1.4.0)
181
-
182
- PLATFORMS
183
- ruby
184
-
185
- DEPENDENCIES
186
- rspec-rails
187
- spree_usa_epay!