mechanize_store 0.0.18 → 0.0.19
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/models/mechanize_store/freight.rb +8 -4
- data/app/models/mechanize_store/order.rb +49 -49
- data/app/models/mechanize_store/payment.rb +2 -1
- data/config/locales/mechanize_store.pt-BR.yml +3 -1
- data/db/migrate/20140806143246_add_freight_type_to_freight.rb +5 -0
- data/lib/mechanize_store/version.rb +1 -1
- data/spec/controllers/mechanize_store/orders_controller_spec.rb +1 -1
- data/spec/dummy/db/development.sqlite3 +0 -0
- data/spec/dummy/db/schema.rb +3 -1
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/log/development.log +48 -0
- data/spec/dummy/log/test.log +11351 -0
- data/spec/dummy/public/photos/1/medium.png +0 -0
- data/spec/dummy/public/photos/1/thumb.png +0 -0
- metadata +3 -2
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mechanize_store
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.19
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Wilbert Ribeiro
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-07
|
11
|
+
date: 2014-08-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -324,6 +324,7 @@ files:
|
|
324
324
|
- db/migrate/20140606130912_add_product_section_id_to_mechanize_store_product_category.rb
|
325
325
|
- db/migrate/20140717182327_add_color_and_size_to_mechanize_store_order_item.rb
|
326
326
|
- db/migrate/20140721124512_add_slug_to_mechanize_store_products.rb
|
327
|
+
- db/migrate/20140806143246_add_freight_type_to_freight.rb
|
327
328
|
- lib/mechanize_store.rb
|
328
329
|
- lib/mechanize_store/engine.rb
|
329
330
|
- lib/mechanize_store/version.rb
|