Skip to content

Commit

Permalink
UPGRADE: spree 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grzegorzblaszczyk committed Jun 28, 2013
1 parent a4b7ed6 commit a907afc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions Versionfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
"1.3.x" => { :branch => "master" }
"2.1.x" => { :branch => "master" }
"2.0.x" => { :branch => "2-0-stable" }
"1.3.x" => { :branch => "1-3-stable" }
"1.2.x" => { :branch => "1-2-stable" }
"1.1.x" => { :branch => "1-1-stable" }
"1.0.x" => { :branch => "1-0-stable" }
"1.0.x" => { :tag => "v1.0.0", :version => '1.0.0' }
"0.70.x" => { :branch => "0-70-stable" }
"0.70.x" => { :tag => "v0.70.3", :version => '0.70.3'}
"0.70.x" => { :tag => "v0.70.3", :version => '0.70.3'}
6 changes: 3 additions & 3 deletions spree_banner.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = 'spree_banner'
s.version = '1.3.0'
s.version = '2.0.3'
s.summary = 'Extension to manage banner for you Spree Shop'
s.required_ruby_version = '>= 1.8.7'
s.required_ruby_version = '>= 1.9.3'

s.author = 'Damiano Giacomello'
s.email = 'damiano.giacomello@diginess.it'
Expand All @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.require_path = 'lib'
s.requirements << 'none'

s.add_dependency 'spree_core', '>= 1.3.0'
s.add_dependency 'spree_core', '>= 2.0.0'
s.add_dependency 'paperclip'
s.add_dependency 'aws-sdk'
end
Expand Down

0 comments on commit a907afc

Please sign in to comment.