solidusio / solidus_auth_devise

🔑 Devise authentication for your Solidus store.
http://solidus.io
BSD 3-Clause "New" or "Revised" License
52 stars 121 forks source link

Bumps solidus_version to 1.2.2 #41

Closed MFRWDesign closed 8 years ago

MFRWDesign commented 8 years ago

This PR bumps solidus_auth_devise to be compatible with upgrading to solidus 1.2.2 inside your project's Gemfile. NOTE: Please consider that it may be more appropriate to add this commit to add to a new branch of solidus_auth_devise called: v1.2

stewart commented 8 years ago

Hi @MFRWDesign - the existing gemspec should allow upgrading Solidus to 1.2.2, as it will match any version of Solidus greater than 1.0.6 (but less than 2.0.0). We also perform automated matrix testing to ensure extensions are compatible with and can be installed alongside different versions of Solidus.

jhawthorn commented 8 years ago

Hi @MFRWDesign as @stewart mentioned, we are not following the spree pattern of releasing new extensions for every version of solidus we cut. So far this has worked out fairly well and is helping to ensure we keep our APIs as stable as possible between versions