sbdevcart 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,7 +7,7 @@
7
7
  <%= f.hidden_field :order_id, :value => @order.id %>
8
8
  <%= f.submit "Add To Cart", :class => 'button' %>
9
9
  <% end %>
10
- <div class='clearfix'><%= render :partial => 'indices/show', :locals => { :index => product.index } %></div>
10
+ <div class='clearfix'><%= render :partial => 'indices/show', :object => product.index, :as => :index %></div>
11
11
  <% if admin_signed_in? %>
12
12
  <p class='asset-admin'>
13
13
  <%= link_to "Edit product", edit_product_path(product), :rel=>"#overlay", :class => "overlayed" %>
@@ -1,4 +1,4 @@
1
- <%= render :partial => "indices/show", :locals => { :index => @index } %><br />
1
+ <%= render :partial => "indices/show", :object => @index, :as => :index %><br />
2
2
 
3
3
  <div id='products'>
4
4
  <%= render :partial => "products/show", :as => :product, :collection => @products %>
@@ -1,3 +1,3 @@
1
1
  module Sbdevcart
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sbdevcart
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
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: 2011-08-23 00:00:00.000000000Z
12
+ date: 2011-08-24 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sbdevcore
16
- requirement: &2160537580 !ruby/object:Gem::Requirement
16
+ requirement: &2156269220 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: 0.0.8
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *2160537580
24
+ version_requirements: *2156269220
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: aasm
27
- requirement: &2160536860 !ruby/object:Gem::Requirement
27
+ requirement: &2156268640 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ! '>='
@@ -32,7 +32,7 @@ dependencies:
32
32
  version: 2.2.0
33
33
  type: :runtime
34
34
  prerelease: false
35
- version_requirements: *2160536860
35
+ version_requirements: *2156268640
36
36
  description: Sbdev Shopping Cart
37
37
  email:
38
38
  - aosalias@gmail.com