spree_ajax_cart 0.70.3 → 0.70.4
Sign up to get free protection for your applications and to get access to all the features.
- data/config/locales/en.yml +2 -0
- data/config/locales/it.yml +2 -0
- data/config/routes.rb +3 -0
- metadata +7 -4
data/config/routes.rb
ADDED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: spree_ajax_cart
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 271
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 70
|
9
|
-
-
|
10
|
-
version: 0.70.
|
9
|
+
- 4
|
10
|
+
version: 0.70.4
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Damiano Giacomello
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2012-03-
|
18
|
+
date: 2012-03-22 00:00:00 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: spree_core
|
@@ -72,6 +72,9 @@ files:
|
|
72
72
|
- app/helpers/orders_helper_decorator.rb
|
73
73
|
- app/views/orders/_ajax_cart.html.erb
|
74
74
|
- app/views/orders/populate.js.erb
|
75
|
+
- config/locales/en.yml
|
76
|
+
- config/locales/it.yml
|
77
|
+
- config/routes.rb
|
75
78
|
homepage:
|
76
79
|
licenses: []
|
77
80
|
|