Skip to content

Commit

Permalink
created gemspec for 0.70 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
johndavid400 committed Feb 6, 2012
1 parent 4aa3762 commit 8cbdd8d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Versionfile
Expand Up @@ -3,7 +3,7 @@

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

Binary file added spree_suppliers-0.1.0.gem
Binary file not shown.
12 changes: 6 additions & 6 deletions spree_suppliers.gemspec
Expand Up @@ -2,15 +2,15 @@
Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = 'spree_suppliers'
s.version = '0.70.3'
s.version = '0.1.0'
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 = 'Add (optional) gem description here'
s.required_ruby_version = '>= 1.8.7'
s.required_ruby_version = '>= 1.9.2'

# s.author = 'JD Warren and Han Dao'
# s.email = 'jd@isotope11.com'
# s.homepage = 'github.com/johndavid400/spree_suppliers'
# s.rubyforge_project = 'spree_suppliers'
s.author = 'JD Warren and Han Dao'
s.email = 'jd@isotope11.com'
s.homepage = 'http://github.com/johndavid400/spree_suppliers'
s.rubyforge_project = 'spree_suppliers'

#s.files = `git ls-files`.split("\n")
#s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
Expand Down

0 comments on commit 8cbdd8d

Please sign in to comment.