bodega 0.4.2 → 0.4.3
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/app/views/bodega/orders/_cart_row.html.erb +1 -1
- data/bodega.gemspec +1 -1
- data/config/locales/en.yml +1 -0
- metadata +2 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.4.
|
1
|
+
0.4.3
|
@@ -19,6 +19,6 @@
|
|
19
19
|
<%= humanized_money_with_symbol order_product.subtotal %>
|
20
20
|
</td>
|
21
21
|
<td class="product-remove">
|
22
|
-
<%= link_to t('bodega.
|
22
|
+
<%= link_to t('bodega.remove_link'), bodega.remove_from_order_path(product_id: order_product.identifier) %>
|
23
23
|
</td>
|
24
24
|
</tr>
|
data/bodega.gemspec
CHANGED
data/config/locales/en.yml
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bodega
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -158,7 +158,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
158
158
|
version: '0'
|
159
159
|
segments:
|
160
160
|
- 0
|
161
|
-
hash:
|
161
|
+
hash: 1686414857410088116
|
162
162
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
163
163
|
none: false
|
164
164
|
requirements:
|