Skip to content

Commit

Permalink
updated Versionfile
Browse files Browse the repository at this point in the history
  • Loading branch information
johndavid400 committed Feb 6, 2012
1 parent 91f2300 commit 6c14a26
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Versionfile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@


# Examples # Examples
# #
"0.70.3" => { :branch => "master"} "0.70.x" => { :branch => "master"}
"0.60.4" => { :branch => "0-60" } "0.60.x" => { :branch => "0-60" }
# "0.40.x" => { :tag => "v1.0.0", :version => "1.0.0" }


Binary file removed spree_suppliers-1.0.2.gem
Binary file not shown.
Binary file added spree_suppliers-1.0.3.gem
Binary file not shown.
3 changes: 2 additions & 1 deletion spree_suppliers.gemspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY s.platform = Gem::Platform::RUBY
s.name = 'spree_suppliers' s.name = 'spree_suppliers'
s.version = '1.0.2' s.version = '1.0.3'
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.' 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.'
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).' 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).'


Expand All @@ -24,6 +24,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'capybara' s.add_development_dependency 'capybara'
s.add_development_dependency 'database_cleaner' s.add_development_dependency 'database_cleaner'
s.add_development_dependency 'nokogiri' s.add_development_dependency 'nokogiri'
s.add_development_dependency 'shoulda'


end end


0 comments on commit 6c14a26

Please sign in to comment.