Skip to content

Commit

Permalink
Version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jhawthorn committed Jul 22, 2015
1 parent 3da8870 commit c545b13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions solidus_auth_devise.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = "solidus_auth_devise"
s.version = "1.1.0"
s.version = "1.2.0"
s.summary = "Provides authentication and authorization services for use with Solidus by using Devise and CanCan."
s.description = s.summary

Expand All @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.require_path = "lib"
s.requirements << "none"

solidus_version = [">= 1.0.0.pre", "< 2"]
solidus_version = [">= 1.0.0.pre2", "< 2"]

s.add_dependency "solidus_core", solidus_version
s.add_dependency "devise", '~> 3.5.1'
Expand Down

0 comments on commit c545b13

Please sign in to comment.