Skip to content
This repository has been archived by the owner on Nov 28, 2021. It is now read-only.

Commit

Permalink
bump version to 3.2.0.alpha, change spree_backend dependency version …
Browse files Browse the repository at this point in the history
…to 3.2.0.alpha, change spree branch to master
  • Loading branch information
Priyank Gupta committed Apr 8, 2016
1 parent f4488bf commit 0c6f36a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

spree_version = '3-1-stable'
spree_version = 'master'
gem 'spree', github: 'spree/spree', branch: spree_version
gem 'spree_auth_devise', github: 'spree/spree_auth_devise', branch: spree_version

Expand Down
4 changes: 2 additions & 2 deletions lib/spree_mail_settings/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ def version

module VERSION
MAJOR = 3
MINOR = 1
MINOR = 2
TINY = 0
PRE = nil
PRE = 'alpha'.freeze

STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end
Expand Down
2 changes: 1 addition & 1 deletion spree_mail_settings.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|
s.require_path = 'lib'
s.requirements << 'none'

s.add_runtime_dependency 'spree_backend', '~> 3.1.0.beta'
s.add_runtime_dependency 'spree_backend', '~> 3.2.0.alpha'

s.add_development_dependency 'capybara', '~> 2.4'
s.add_development_dependency 'coffee-rails'
Expand Down

0 comments on commit 0c6f36a

Please sign in to comment.