Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
romul committed Mar 26, 2011
1 parent ac7bb4d commit c7c2c71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spree_address_book.gemspec
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = 'spree_address_book'
s.version = '0.40.0'
s.version = '0.50.0'
s.summary = 'Adds address book for users to Spree'
#s.description = 'Add (optional) gem description here'
s.required_ruby_version = '>= 1.8.7'
Expand All @@ -18,6 +18,6 @@ Gem::Specification.new do |s|

s.has_rdoc = true

s.add_dependency('spree_core', '>= 0.40.0')
s.add_dependency('spree_auth', '>= 0.40.0')
s.add_dependency('spree_core', '>= 0.50.0')
s.add_dependency('spree_auth', '>= 0.50.0')
end

0 comments on commit c7c2c71

Please sign in to comment.