From c545b13f639227c171e5c820cfc6ac9734d4747d Mon Sep 17 00:00:00 2001 From: John Hawthorn Date: Wed, 22 Jul 2015 09:49:22 -0700 Subject: [PATCH] Version 1.2.0 --- solidus_auth_devise.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/solidus_auth_devise.gemspec b/solidus_auth_devise.gemspec index 5f586ef6..f2c6414f 100644 --- a/solidus_auth_devise.gemspec +++ b/solidus_auth_devise.gemspec @@ -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 @@ -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'