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

Commit

Permalink
Merge pull request #29 from priyank-gupta/master
Browse files Browse the repository at this point in the history
bump version to 3.1.0, fix spec
  • Loading branch information
damianlegawiec committed Apr 7, 2016
2 parents a0f29c6 + 6c0c752 commit f4488bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 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 = 'master'
spree_version = '3-1-stable'
gem 'spree', github: 'spree/spree', branch: spree_version
gem 'spree_auth_devise', github: 'spree/spree_auth_devise', branch: spree_version

Expand Down
2 changes: 1 addition & 1 deletion lib/spree_mail_settings/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module VERSION
MAJOR = 3
MINOR = 1
TINY = 0
PRE = 'beta'
PRE = nil

STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end
Expand Down
1 change: 1 addition & 0 deletions spec/lib/mail_interceptor_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

context '#deliver' do
before do
store.send(:clear_cache)
ActionMailer::Base.delivery_method = :test
Spree::Config[:intercept_email] = ''
end
Expand Down

0 comments on commit f4488bf

Please sign in to comment.