spree_drop_ship 3.1.1 → 3.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9bfccc41f7846d3ac4e10410fa119be1fce2fa1d
4
- data.tar.gz: 13035375388077460f4eeb9fecef8b479d07d637
3
+ metadata.gz: 3e64628fc80bd232ca44f677dae922047daeb2ce
4
+ data.tar.gz: 37323c3b3a267124505636a215afabb403483fa3
5
5
  SHA512:
6
- metadata.gz: d1f56e29dcd7cc1a5cb1603491162dad0f973546f603eefb22832a8126b5abf9200436e1e681f2a7ed9b025741feb94f0d5dbfd97bab2c9b26b7ea7a6741d069
7
- data.tar.gz: 1f3597e4921b535b34621a1c0883736fe14a88db027277b865dd2ce6cbf3850fb6f03635ffb452e5f26d975b876551aa54315d2e4a9ee68adc5beaaaadd9533a
6
+ metadata.gz: e2f87a59aafd39bd3af9add7b019d76851f33f5e02d37ef72f9feb90d223f075c0f743bebf47338f5c13e8cd5b30fe16affe7a2ce9ca1162806770e96feae64f
7
+ data.tar.gz: fcdbc54dda4236587343408d9d97ab8d3a62ddd50bcbdabba51d6dd0d36f813d62e665d425de465b050982c0d99ea197ddce8de258fd91fc13b08310c30dce81
@@ -1,6 +1,6 @@
1
1
  Spree::Product.class_eval do
2
2
 
3
- before_create :add_supplier_to_product
3
+ # before_create :add_supplier_to_product
4
4
  has_many :suppliers, through: :master
5
5
 
6
6
 
@@ -2,7 +2,7 @@
2
2
  Gem::Specification.new do |s|
3
3
  s.platform = Gem::Platform::RUBY
4
4
  s.name = 'spree_drop_ship'
5
- s.version = '3.1.1'
5
+ s.version = '3.1.2'
6
6
  s.summary = 'Upgraded Spree Drop Shipping Extension'
7
7
  s.description = 'Adds drop shipping functionality to Spree stores.'
8
8
  s.required_ruby_version = '>= 2.0.0'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spree_drop_ship
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.1
4
+ version: 3.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yad Faeq
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-12-23 00:00:00.000000000 Z
11
+ date: 2016-12-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: durable_decorator