Skip to content

Commit

Permalink
bump version to 3.3.0.rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
did committed Mar 22, 2017
1 parent 0866e9f commit 81b7e66
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GIT
PATH
remote: .
specs:
locomotivecms (3.3.0.rc1)
locomotivecms (3.3.0.rc2)
actionmailer-with-request (~> 0.4.0)
autoprefixer-rails (~> 6.7.2)
bazaar (~> 0.0.2)
Expand Down Expand Up @@ -88,7 +88,7 @@ GEM
public_suffix (~> 2.0, >= 2.0.2)
arel (6.0.4)
attr_extras (4.4.0)
autoprefixer-rails (6.7.6)
autoprefixer-rails (6.7.7.1)
execjs
axiom-types (0.1.1)
descendants_tracker (~> 0.0.4)
Expand Down
2 changes: 1 addition & 1 deletion lib/locomotive/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# MAJOR.MINOR.PATCH format.
# 1.0.0-alpha < 1.0.0-alpha.1 < 1.0.0-alpha.beta < 1.0.0-beta < 1.0.0-beta.2 < 1.0.0-beta.11 < 1.0.0-rc.1 < 1.0.0
module Locomotive #:nodoc
VERSION = '3.3.0.rc1'
VERSION = '3.3.0.rc2'
end
2 changes: 1 addition & 1 deletion spec/requests/locomotive/steam/cache_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

subject { middleware.send(:cache_key, steam_env) }

it { expect(subject).to eq '93a2150e6ee016394b95f1a6944c1f69' }
it { expect(subject).to eq '6f10bd02e43a99e1bef1223da0e266ec' }

end

Expand Down

0 comments on commit 81b7e66

Please sign in to comment.