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 434af62 commit 7d8487e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions spree_user_groups.gemspec
@@ -1,14 +1,14 @@
Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = 'spree_user_groups'
s.version = '0.40.0'
s.version = '0.40.1'
s.summary = 'Adds user groups'
s.description = 'Provides opportunity to add some rules for calculation price depending on the user group'
s.required_ruby_version = '>= 1.8.7'

s.author = 'Roman Smirnov'
# s.email = 'david@loudthinking.com'
# s.homepage = 'http://www.rubyonrails.org'
s.email = 'roman@railsdog.com'
s.homepage = 'https://github.com/romul/spree_user_groups'
# s.rubyforge_project = 'actionmailer'

s.files = `git ls-files`.split("\n")
Expand All @@ -18,6 +18,6 @@ Gem::Specification.new do |s|

s.has_rdoc = true

s.add_dependency('spree_core', '>= 0.30.1')
s.add_dependency('spree_auth', '>= 0.30.1')
s.add_dependency('spree_core', '>= 0.40.1')
s.add_dependency('spree_auth', '>= 0.40.1')
end

0 comments on commit 7d8487e

Please sign in to comment.