spree_suppliers 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,6 @@
3
3
 
4
4
  # Examples
5
5
  #
6
- "0.70.3" => { :branch => "master"}
7
- "0.60.4" => { :branch => "0-60" }
8
- # "0.40.x" => { :tag => "v1.0.0", :version => "1.0.0" }
6
+ "0.70.x" => { :branch => "master"}
7
+ "0.60.x" => { :branch => "0-60" }
9
8
 
Binary file
@@ -2,7 +2,7 @@
2
2
  Gem::Specification.new do |s|
3
3
  s.platform = Gem::Platform::RUBY
4
4
  s.name = 'spree_suppliers'
5
- s.version = '1.0.3'
5
+ s.version = '1.0.4'
6
6
  s.summary = 'This gem adds multiple suppliers to spree, with the ability to associate products with suppliers. Suppliers can be managed from the Admin interface.'
7
7
  s.description = 'This gem (spree extension) provides support for multiple suppliers in one store. Products should be assigned to the supplier that they belong to, which allows you to select a supplier and view only their products. Suppliers can be associated with Taxons that allow the customer to search for suppliers by taxon. Orders are also broken up into supplier invoices (one for each different supplier in the order), which list only the products that were purchased from that supplier. A mailer is in place to send each supplier their unique invoice descrbing what products they have sold and to who. The spree order mailer has also been modified to show all of the supplier invoices to the customer, along with the standard spree order number and info. The checkout process is combined so the customer only makes one transaction - the transaction can then be divided up amongst the suppliers involved in the transaction, according to the supplier_invoices. There is also an option for the site administrator to charge a percentage fee on each transaction to suppliers (this is currently set to 0%, but can be changed).'
8
8
 
metadata CHANGED
@@ -1,103 +1,112 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: spree_suppliers
3
- version: !ruby/object:Gem::Version
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.4
4
5
  prerelease:
5
- version: 1.0.3
6
6
  platform: ruby
7
- authors:
7
+ authors:
8
8
  - JD Warren and Han Dao
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
-
13
- date: 2012-02-06 00:00:00 Z
14
- dependencies:
15
- - !ruby/object:Gem::Dependency
12
+ date: 2012-02-06 00:00:00.000000000Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
16
15
  name: spree_core
17
- prerelease: false
18
- requirement: &id001 !ruby/object:Gem::Requirement
16
+ requirement: &19084560 !ruby/object:Gem::Requirement
19
17
  none: false
20
- requirements:
21
- - - ">="
22
- - !ruby/object:Gem::Version
18
+ requirements:
19
+ - - ! '>='
20
+ - !ruby/object:Gem::Version
23
21
  version: 0.70.3
24
22
  type: :runtime
25
- version_requirements: *id001
26
- - !ruby/object:Gem::Dependency
27
- name: rspec-rails
28
23
  prerelease: false
29
- requirement: &id002 !ruby/object:Gem::Requirement
24
+ version_requirements: *19084560
25
+ - !ruby/object:Gem::Dependency
26
+ name: rspec-rails
27
+ requirement: &19081780 !ruby/object:Gem::Requirement
30
28
  none: false
31
- requirements:
32
- - - ">="
33
- - !ruby/object:Gem::Version
34
- version: "0"
29
+ requirements:
30
+ - - ! '>='
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
35
33
  type: :development
36
- version_requirements: *id002
37
- - !ruby/object:Gem::Dependency
38
- name: cucumber-rails
39
34
  prerelease: false
40
- requirement: &id003 !ruby/object:Gem::Requirement
35
+ version_requirements: *19081780
36
+ - !ruby/object:Gem::Dependency
37
+ name: cucumber-rails
38
+ requirement: &19081300 !ruby/object:Gem::Requirement
41
39
  none: false
42
- requirements:
43
- - - ">="
44
- - !ruby/object:Gem::Version
45
- version: "0"
40
+ requirements:
41
+ - - ! '>='
42
+ - !ruby/object:Gem::Version
43
+ version: '0'
46
44
  type: :development
47
- version_requirements: *id003
48
- - !ruby/object:Gem::Dependency
49
- name: capybara
50
45
  prerelease: false
51
- requirement: &id004 !ruby/object:Gem::Requirement
46
+ version_requirements: *19081300
47
+ - !ruby/object:Gem::Dependency
48
+ name: capybara
49
+ requirement: &19080880 !ruby/object:Gem::Requirement
52
50
  none: false
53
- requirements:
54
- - - ">="
55
- - !ruby/object:Gem::Version
56
- version: "0"
51
+ requirements:
52
+ - - ! '>='
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
57
55
  type: :development
58
- version_requirements: *id004
59
- - !ruby/object:Gem::Dependency
60
- name: database_cleaner
61
56
  prerelease: false
62
- requirement: &id005 !ruby/object:Gem::Requirement
57
+ version_requirements: *19080880
58
+ - !ruby/object:Gem::Dependency
59
+ name: database_cleaner
60
+ requirement: &19080440 !ruby/object:Gem::Requirement
63
61
  none: false
64
- requirements:
65
- - - ">="
66
- - !ruby/object:Gem::Version
67
- version: "0"
62
+ requirements:
63
+ - - ! '>='
64
+ - !ruby/object:Gem::Version
65
+ version: '0'
68
66
  type: :development
69
- version_requirements: *id005
70
- - !ruby/object:Gem::Dependency
71
- name: nokogiri
72
67
  prerelease: false
73
- requirement: &id006 !ruby/object:Gem::Requirement
68
+ version_requirements: *19080440
69
+ - !ruby/object:Gem::Dependency
70
+ name: nokogiri
71
+ requirement: &19079980 !ruby/object:Gem::Requirement
74
72
  none: false
75
- requirements:
76
- - - ">="
77
- - !ruby/object:Gem::Version
78
- version: "0"
73
+ requirements:
74
+ - - ! '>='
75
+ - !ruby/object:Gem::Version
76
+ version: '0'
79
77
  type: :development
80
- version_requirements: *id006
81
- - !ruby/object:Gem::Dependency
82
- name: shoulda
83
78
  prerelease: false
84
- requirement: &id007 !ruby/object:Gem::Requirement
79
+ version_requirements: *19079980
80
+ - !ruby/object:Gem::Dependency
81
+ name: shoulda
82
+ requirement: &19079540 !ruby/object:Gem::Requirement
85
83
  none: false
86
- requirements:
87
- - - ">="
88
- - !ruby/object:Gem::Version
89
- version: "0"
84
+ requirements:
85
+ - - ! '>='
86
+ - !ruby/object:Gem::Version
87
+ version: '0'
90
88
  type: :development
91
- version_requirements: *id007
92
- description: This gem (spree extension) provides support for multiple suppliers in one store. Products should be assigned to the supplier that they belong to, which allows you to select a supplier and view only their products. Suppliers can be associated with Taxons that allow the customer to search for suppliers by taxon. Orders are also broken up into supplier invoices (one for each different supplier in the order), which list only the products that were purchased from that supplier. A mailer is in place to send each supplier their unique invoice descrbing what products they have sold and to who. The spree order mailer has also been modified to show all of the supplier invoices to the customer, along with the standard spree order number and info. The checkout process is combined so the customer only makes one transaction - the transaction can then be divided up amongst the suppliers involved in the transaction, according to the supplier_invoices. There is also an option for the site administrator to charge a percentage fee on each transaction to suppliers (this is currently set to 0%, but can be changed).
89
+ prerelease: false
90
+ version_requirements: *19079540
91
+ description: This gem (spree extension) provides support for multiple suppliers in
92
+ one store. Products should be assigned to the supplier that they belong to, which
93
+ allows you to select a supplier and view only their products. Suppliers can be associated
94
+ with Taxons that allow the customer to search for suppliers by taxon. Orders are
95
+ also broken up into supplier invoices (one for each different supplier in the order),
96
+ which list only the products that were purchased from that supplier. A mailer is
97
+ in place to send each supplier their unique invoice descrbing what products they
98
+ have sold and to who. The spree order mailer has also been modified to show all
99
+ of the supplier invoices to the customer, along with the standard spree order number
100
+ and info. The checkout process is combined so the customer only makes one transaction
101
+ - the transaction can then be divided up amongst the suppliers involved in the transaction,
102
+ according to the supplier_invoices. There is also an option for the site administrator
103
+ to charge a percentage fee on each transaction to suppliers (this is currently set
104
+ to 0%, but can be changed).
93
105
  email: jd@isotope11.com
94
106
  executables: []
95
-
96
107
  extensions: []
97
-
98
108
  extra_rdoc_files: []
99
-
100
- files:
109
+ files:
101
110
  - Gemfile
102
111
  - LICENSE
103
112
  - README.md
@@ -194,7 +203,7 @@ files:
194
203
  - spec/models/supplier_invoice_spec.rb
195
204
  - spec/models/supplier_spec.rb
196
205
  - spec/spec_helper.rb
197
- - spree_suppliers-1.0.2.gem
206
+ - spree_suppliers-1.0.3.gem
198
207
  - spree_suppliers.gemspec
199
208
  - test/fixtures/.gitkeep
200
209
  - test/fixtures/invoice_items.yml
@@ -215,30 +224,28 @@ files:
215
224
  - test/unit/supplier_test.rb
216
225
  homepage: http://github.com/johndavid400/spree_suppliers
217
226
  licenses: []
218
-
219
227
  post_install_message:
220
228
  rdoc_options: []
221
-
222
- require_paths:
229
+ require_paths:
223
230
  - lib
224
- required_ruby_version: !ruby/object:Gem::Requirement
231
+ required_ruby_version: !ruby/object:Gem::Requirement
225
232
  none: false
226
- requirements:
227
- - - ">="
228
- - !ruby/object:Gem::Version
233
+ requirements:
234
+ - - ! '>='
235
+ - !ruby/object:Gem::Version
229
236
  version: 1.9.2
230
- required_rubygems_version: !ruby/object:Gem::Requirement
237
+ required_rubygems_version: !ruby/object:Gem::Requirement
231
238
  none: false
232
- requirements:
233
- - - ">="
234
- - !ruby/object:Gem::Version
235
- version: "0"
236
- requirements:
239
+ requirements:
240
+ - - ! '>='
241
+ - !ruby/object:Gem::Version
242
+ version: '0'
243
+ requirements:
237
244
  - none
238
245
  rubyforge_project: spree_suppliers
239
246
  rubygems_version: 1.8.15
240
247
  signing_key:
241
248
  specification_version: 3
242
- summary: This gem adds multiple suppliers to spree, with the ability to associate products with suppliers. Suppliers can be managed from the Admin interface.
249
+ summary: This gem adds multiple suppliers to spree, with the ability to associate
250
+ products with suppliers. Suppliers can be managed from the Admin interface.
243
251
  test_files: []
244
-
Binary file