spree_ajax_cart 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.
data/README.md CHANGED
@@ -1,20 +1,28 @@
1
1
  SpreeAjaxCart
2
- =============
2
+ ===================
3
3
 
4
- Introduction goes here.
4
+ Add link_to_ajax_cart helper for Spree
5
5
 
6
6
 
7
- Example
8
- =======
9
-
10
- Example goes here.
7
+ Basic Installation
8
+ ------------------
11
9
 
12
- Testing
13
- -------
10
+ 1. Add the following to your Gemfile
11
+ <pre>
12
+ gem 'spree_ajax_cart', '~> 1.0.1'
13
+ </pre>
14
+ 2. Run `bundle install`
15
+ 3. To copy and apply migrations run:
16
+ <pre>
17
+ rails g spree_ajax_cart:install
18
+ </pre>
14
19
 
15
- Be sure to add the rspec-rails gem to your Gemfile and then create a dummy test app for the specs to run against.
20
+ Example
21
+ =======
16
22
 
17
- $ bundle exec rake test app
18
- $ bundle exec rspec spec
23
+ 1. add new link to cart nav menu:
24
+ <pre>
25
+ <%= link_to_ajax_cart("Custom Text") %>
26
+ </pre>
19
27
 
20
- Copyright (c) 2012 [name of extension creator], released under the New BSD License
28
+ Copyright (c) 2012 [Damiano Giacomello], released under the New BSD License
@@ -1 +1 @@
1
- //= require admin/spree_core
1
+
@@ -1,3 +1,2 @@
1
- //= require store/spree_core
2
1
  //= require store/qtip-ajax_cart
3
2
  //= require store/jquery.qtip.min
@@ -1,3 +0,0 @@
1
- /*
2
- *= require admin/spree_core
3
- */
@@ -1,5 +1,4 @@
1
1
  /*
2
- *= require store/spree_core
3
2
  *= require store/jquery.qtip.min
4
3
  *= require store/qtip-ajax_cart
5
4
  */
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spree_ajax_cart
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,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-10-25 00:00:00.000000000 Z
12
+ date: 2012-10-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: spree_core