spree-alpha-card 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 411790ac5a026306bc42c83c9f919c8864d8dee9
4
- data.tar.gz: 08568d146651bb97410df07f3586456af5337f18
3
+ metadata.gz: 31a80d48b1fc08a4a49b82a759bf09a2778e1f1b
4
+ data.tar.gz: e11d61857689161c388977f9b44dd599b188c7be
5
5
  SHA512:
6
- metadata.gz: 2e1a62d0a0ae8b336c76c2382c62636cdcdc4195d860849ced9329b815e963a5f06aae9acd9620b994fa0b76781d248242157e08855ee84f1fbe316e02a62b78
7
- data.tar.gz: f49492a608cef7e427b8dc192d7a1c2b62d9d005f3c3d2a8bc9122099f429913285b7dc142c3c7a39b95c3cd2025684a57a3f97926d1b98d188952f41d045163
6
+ metadata.gz: b1c413b4b8c82276596c593106164fc65f001311812aaba40a84fb5166238a4d8c8c8245f4b911e14bc6fc68b0064346f17892598795d8e81e7c8c0c55e2de92
7
+ data.tar.gz: 11c5898a93bdb0edcb2afbd1d95553781569f7b3cf4cbd1d80a1bfa14fc532fc2a926cb5233f96796de420015fadc14b5c854c7b0b38ce68880c667b0b6e14eb
data/.gitignore CHANGED
@@ -1,2 +1,3 @@
1
1
  /spec/dummy
2
2
  /pkg
3
+ Gemfile.lock
@@ -1,6 +1,6 @@
1
1
  module Spree
2
2
  module AlphaCard
3
- VERSION = '0.1.0'
3
+ VERSION = '0.1.1'
4
4
  end
5
5
  end
6
6
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spree-alpha-card
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lars Kluge
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-06-16 00:00:00.000000000 Z
11
+ date: 2016-06-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -201,7 +201,6 @@ extra_rdoc_files: []
201
201
  files:
202
202
  - ".gitignore"
203
203
  - Gemfile
204
- - Gemfile.lock
205
204
  - README.md
206
205
  - Rakefile
207
206
  - app/models/spree/gateway/alpha_card_gateway.rb
data/Gemfile.lock DELETED
@@ -1,301 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- spree-alpha-card (0.1.0)
5
- alpha_card (= 0.2.5)
6
- spree_core (>= 3.0.0)
7
-
8
- GEM
9
- remote: https://rubygems.org/
10
- specs:
11
- actionmailer (4.2.4)
12
- actionpack (= 4.2.4)
13
- actionview (= 4.2.4)
14
- activejob (= 4.2.4)
15
- mail (~> 2.5, >= 2.5.4)
16
- rails-dom-testing (~> 1.0, >= 1.0.5)
17
- actionpack (4.2.4)
18
- actionview (= 4.2.4)
19
- activesupport (= 4.2.4)
20
- rack (~> 1.6)
21
- rack-test (~> 0.6.2)
22
- rails-dom-testing (~> 1.0, >= 1.0.5)
23
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
24
- actionview (4.2.4)
25
- activesupport (= 4.2.4)
26
- builder (~> 3.1)
27
- erubis (~> 2.7.0)
28
- rails-dom-testing (~> 1.0, >= 1.0.5)
29
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
30
- activejob (4.2.4)
31
- activesupport (= 4.2.4)
32
- globalid (>= 0.3.0)
33
- activemerchant (1.47.0)
34
- activesupport (>= 3.2.14, < 5.0.0)
35
- builder (>= 2.1.2, < 4.0.0)
36
- i18n (>= 0.6.9)
37
- nokogiri (~> 1.4)
38
- activemodel (4.2.4)
39
- activesupport (= 4.2.4)
40
- builder (~> 3.1)
41
- activerecord (4.2.4)
42
- activemodel (= 4.2.4)
43
- activesupport (= 4.2.4)
44
- arel (~> 6.0)
45
- activesupport (4.2.4)
46
- i18n (~> 0.7)
47
- json (~> 1.7, >= 1.7.7)
48
- minitest (~> 5.1)
49
- thread_safe (~> 0.3, >= 0.3.4)
50
- tzinfo (~> 1.1)
51
- acts_as_list (0.7.4)
52
- activerecord (>= 3.0)
53
- addressable (2.3.8)
54
- alpha_card (0.2.5)
55
- rest-client (~> 1.8)
56
- virtus (~> 1.0)
57
- arel (6.0.3)
58
- awesome_nested_set (3.0.3)
59
- activerecord (>= 4.0.0, < 5)
60
- axiom-types (0.1.1)
61
- descendants_tracker (~> 0.0.4)
62
- ice_nine (~> 0.11.0)
63
- thread_safe (~> 0.3, >= 0.3.1)
64
- builder (3.2.2)
65
- byebug (6.0.2)
66
- camertron-eprun (1.1.0)
67
- cancancan (1.10.1)
68
- carmen (1.0.2)
69
- activesupport (>= 3.0.0)
70
- cldr-plurals-runtime-rb (1.0.1)
71
- climate_control (0.0.3)
72
- activesupport (>= 3.0)
73
- cocaine (0.5.8)
74
- climate_control (>= 0.0.3, < 1.0)
75
- coercible (1.0.0)
76
- descendants_tracker (~> 0.0.1)
77
- colorize (0.7.7)
78
- crack (0.4.2)
79
- safe_yaml (~> 1.0.0)
80
- css_parser (1.4.1)
81
- addressable
82
- deface (1.0.2)
83
- colorize (>= 0.5.8)
84
- nokogiri (~> 1.6.0)
85
- polyglot
86
- rails (>= 3.1)
87
- descendants_tracker (0.0.4)
88
- thread_safe (~> 0.3, >= 0.3.1)
89
- diff-lcs (1.2.5)
90
- domain_name (0.5.20160310)
91
- unf (>= 0.0.5, < 1.0.0)
92
- equalizer (0.0.11)
93
- erubis (2.7.0)
94
- factory_girl (4.5.0)
95
- activesupport (>= 3.0.0)
96
- ffaker (1.32.1)
97
- font-awesome-rails (4.6.3.0)
98
- railties (>= 3.2, < 5.1)
99
- friendly_id (5.1.0)
100
- activerecord (>= 4.0.0)
101
- globalid (0.3.6)
102
- activesupport (>= 4.1.0)
103
- highline (1.6.21)
104
- hike (1.2.3)
105
- htmlentities (4.3.4)
106
- http-cookie (1.0.2)
107
- domain_name (~> 0.5)
108
- httparty (0.13.7)
109
- json (~> 1.8)
110
- multi_xml (>= 0.5.2)
111
- i18n (0.7.0)
112
- ice_nine (0.11.2)
113
- json (1.8.3)
114
- kaminari (0.17.0)
115
- actionpack (>= 3.0.0)
116
- activesupport (>= 3.0.0)
117
- loofah (2.0.3)
118
- nokogiri (>= 1.5.9)
119
- mail (2.6.4)
120
- mime-types (>= 1.16, < 4)
121
- mime-types (2.99.2)
122
- mini_portile (0.6.2)
123
- minitest (5.8.1)
124
- monetize (1.4.0)
125
- money (~> 6.7)
126
- money (6.7.1)
127
- i18n (>= 0.6.4, <= 0.7.0)
128
- sixarm_ruby_unaccent (>= 1.1.1, < 2)
129
- multi_json (1.11.2)
130
- multi_xml (0.5.5)
131
- netrc (0.11.0)
132
- nokogiri (1.6.6.2)
133
- mini_portile (~> 0.6.0)
134
- paperclip (4.2.4)
135
- activemodel (>= 3.2.0)
136
- activesupport (>= 3.2.0)
137
- cocaine (~> 0.5.5)
138
- mime-types
139
- paranoia (2.1.5)
140
- activerecord (~> 4.0)
141
- pg (0.18.3)
142
- polyamorous (1.3.0)
143
- activerecord (>= 3.0)
144
- polyglot (0.3.5)
145
- premailer (1.8.6)
146
- css_parser (>= 1.3.6)
147
- htmlentities (>= 4.0.0)
148
- premailer-rails (1.9.3)
149
- actionmailer (>= 3, < 6)
150
- premailer (~> 1.7, >= 1.7.9)
151
- rack (1.6.4)
152
- rack-test (0.6.3)
153
- rack (>= 1.0)
154
- rails (4.2.4)
155
- actionmailer (= 4.2.4)
156
- actionpack (= 4.2.4)
157
- actionview (= 4.2.4)
158
- activejob (= 4.2.4)
159
- activemodel (= 4.2.4)
160
- activerecord (= 4.2.4)
161
- activesupport (= 4.2.4)
162
- bundler (>= 1.3.0, < 2.0)
163
- railties (= 4.2.4)
164
- sprockets-rails
165
- rails-deprecated_sanitizer (1.0.3)
166
- activesupport (>= 4.2.0.alpha)
167
- rails-dom-testing (1.0.7)
168
- activesupport (>= 4.2.0.beta, < 5.0)
169
- nokogiri (~> 1.6.0)
170
- rails-deprecated_sanitizer (>= 1.0.1)
171
- rails-html-sanitizer (1.0.2)
172
- loofah (~> 2.0)
173
- railties (4.2.4)
174
- actionpack (= 4.2.4)
175
- activesupport (= 4.2.4)
176
- rake (>= 0.8.7)
177
- thor (>= 0.18.1, < 2.0)
178
- rake (10.4.2)
179
- ransack (1.4.1)
180
- actionpack (>= 3.0)
181
- activerecord (>= 3.0)
182
- activesupport (>= 3.0)
183
- i18n
184
- polyamorous (~> 1.1)
185
- responders (2.2.0)
186
- railties (>= 4.2.0, < 5.1)
187
- rest-client (1.8.0)
188
- http-cookie (>= 1.0.2, < 2.0)
189
- mime-types (>= 1.16, < 3.0)
190
- netrc (~> 0.7)
191
- rspec-core (3.3.2)
192
- rspec-support (~> 3.3.0)
193
- rspec-expectations (3.3.1)
194
- diff-lcs (>= 1.2.0, < 2.0)
195
- rspec-support (~> 3.3.0)
196
- rspec-mocks (3.3.2)
197
- diff-lcs (>= 1.2.0, < 2.0)
198
- rspec-support (~> 3.3.0)
199
- rspec-rails (3.3.3)
200
- actionpack (>= 3.0, < 4.3)
201
- activesupport (>= 3.0, < 4.3)
202
- railties (>= 3.0, < 4.3)
203
- rspec-core (~> 3.3.0)
204
- rspec-expectations (~> 3.3.0)
205
- rspec-mocks (~> 3.3.0)
206
- rspec-support (~> 3.3.0)
207
- rspec-support (3.3.0)
208
- safe_yaml (1.0.4)
209
- sass (3.2.19)
210
- sass-rails (4.0.5)
211
- railties (>= 4.0.0, < 5.0)
212
- sass (~> 3.2.2)
213
- sprockets (~> 2.8, < 3.0)
214
- sprockets-rails (~> 2.0)
215
- sixarm_ruby_unaccent (1.1.1)
216
- spree_core (3.0.4)
217
- activemerchant (~> 1.47.0)
218
- acts_as_list (~> 0.6)
219
- awesome_nested_set (~> 3.0.1)
220
- cancancan (~> 1.10.1)
221
- carmen (~> 1.0.0)
222
- deface (~> 1.0.0)
223
- ffaker (~> 1.16)
224
- font-awesome-rails (~> 4.0)
225
- friendly_id (~> 5.1.0)
226
- highline (~> 1.6.18)
227
- httparty (~> 0.11)
228
- json (~> 1.7)
229
- kaminari (~> 0.15, >= 0.15.1)
230
- monetize (~> 1.1)
231
- paperclip (~> 4.2.0)
232
- paranoia (~> 2.1.0)
233
- premailer-rails
234
- rails (~> 4.2.2)
235
- ransack (~> 1.4.1)
236
- responders
237
- state_machines-activerecord (~> 0.2)
238
- stringex
239
- truncate_html (= 0.9.2)
240
- twitter_cldr (~> 3.0)
241
- sprockets (2.12.4)
242
- hike (~> 1.2)
243
- multi_json (~> 1.0)
244
- rack (~> 1.0)
245
- tilt (~> 1.1, != 1.3.0)
246
- sprockets-rails (2.3.3)
247
- actionpack (>= 3.0)
248
- activesupport (>= 3.0)
249
- sprockets (>= 2.8, < 4.0)
250
- sqlite3 (1.3.10)
251
- state_machines (0.4.0)
252
- state_machines-activemodel (0.4.0)
253
- activemodel (>= 4.1, < 5.1)
254
- state_machines (>= 0.4.0)
255
- state_machines-activerecord (0.4.0)
256
- activerecord (>= 4.1, < 5.1)
257
- state_machines-activemodel (>= 0.3.0)
258
- stringex (2.6.0)
259
- thor (0.19.1)
260
- thread_safe (0.3.5)
261
- tilt (1.4.1)
262
- truncate_html (0.9.2)
263
- twitter_cldr (3.3.0)
264
- camertron-eprun
265
- cldr-plurals-runtime-rb (~> 1.0.0)
266
- json
267
- tzinfo
268
- tzinfo (1.2.2)
269
- thread_safe (~> 0.1)
270
- unf (0.1.4)
271
- unf_ext
272
- unf_ext (0.0.7.2)
273
- vcr (2.9.3)
274
- virtus (1.0.5)
275
- axiom-types (~> 0.1)
276
- coercible (~> 1.0)
277
- descendants_tracker (~> 0.0, >= 0.0.3)
278
- equalizer (~> 0.0, >= 0.0.9)
279
- webmock (1.21.0)
280
- addressable (>= 2.3.6)
281
- crack (>= 0.3.2)
282
-
283
- PLATFORMS
284
- ruby
285
-
286
- DEPENDENCIES
287
- bundler (~> 1.3)
288
- byebug
289
- factory_girl
290
- pg
291
- rake
292
- rspec-mocks
293
- rspec-rails
294
- sass-rails (~> 4.0.2)
295
- spree-alpha-card!
296
- sqlite3
297
- vcr
298
- webmock
299
-
300
- BUNDLED WITH
301
- 1.11.2