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.
@@ -0,0 +1,2 @@
1
+ en:
2
+ count_article: Article in
@@ -0,0 +1,2 @@
1
+ it:
2
+ count_article: Articoli nel
data/config/routes.rb ADDED
@@ -0,0 +1,3 @@
1
+ Rails.application.routes.draw do
2
+ match '/ajax_cart', :to => 'orders#ajax_cart', :via => :get, :as => :ajax_cart
3
+ end
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: 257
4
+ hash: 271
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 70
9
- - 3
10
- version: 0.70.3
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-15 00:00:00 Z
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