Skip to content

Commit 2f3c7cc

Browse files
committed
use last version of Steam (1.1.0) + bump version to 3.1.0
1 parent 97419e1 commit 2f3c7cc

File tree

5 files changed

+34
-41
lines changed

5 files changed

+34
-41
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ group :development do
2525
# gem 'locomotivecms_common', github: 'locomotivecms/common', ref: '257047b', require: false
2626

2727
# gem 'locomotivecms_steam', path: '../gems/steam', require: false
28-
gem 'locomotivecms_steam', github: 'locomotivecms/steam', ref: 'fe7403ce999a62', require: false
28+
# gem 'locomotivecms_steam', github: 'locomotivecms/steam', ref: 'fe7403ce999a62', require: false
2929

3030
# gem 'locomotive_liquid', path: '../gems/liquid' # for Developers
3131
# gem 'locomotivecms_solid', path: '../gems/solid' # for Developers

Gemfile.lock

Lines changed: 29 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -4,39 +4,10 @@ GIT
44
specs:
55
database_cleaner (1.5.1)
66

7-
GIT
8-
remote: git://github.com/locomotivecms/steam.git
9-
revision: fe7403ce999a62700bc512b1c0be52ca3658bc53
10-
ref: fe7403ce999a62
11-
specs:
12-
locomotivecms_steam (1.1.0.rc3)
13-
RedCloth (~> 4.2.9)
14-
autoprefixer-rails (~> 6.3.3.1)
15-
chronic (~> 0.10.2)
16-
coffee-script (~> 2.4.1)
17-
compass (~> 1.0.3)
18-
dragonfly (~> 1.0.12)
19-
haml (~> 4.0.6)
20-
httparty (~> 0.13.6)
21-
kramdown (~> 1.10.0)
22-
locomotivecms-solid (~> 4.0.1)
23-
locomotivecms_common (~> 0.1.0)
24-
mime-types (~> 2.6.1)
25-
mimetype-fu (~> 0.1.2)
26-
moneta (~> 0.8.0)
27-
morphine (~> 0.1.1)
28-
nokogiri (~> 1.6.7.2)
29-
rack-cache (~> 1.6.1)
30-
rack-rewrite (~> 1.5.1)
31-
rack_csrf (~> 2.5.0)
32-
sanitize (~> 4.0.1)
33-
sass (~> 3.4.21)
34-
sprockets (~> 3.5.2)
35-
367
PATH
378
remote: .
389
specs:
39-
locomotivecms (3.1.0.rc3)
10+
locomotivecms (3.1.0)
4011
actionmailer-with-request (~> 0.4.0)
4112
autoprefixer-rails (~> 6.3.3.1)
4213
bazaar (~> 0.0.2)
@@ -57,11 +28,11 @@ PATH
5728
jquery-ui-rails (~> 5.0.3)
5829
json-schema (~> 2.6.1)
5930
kaminari (~> 0.16.3)
60-
locomotivecms_steam (~> 1.1.0.rc3)
31+
locomotivecms_steam (~> 1.1.0)
6132
mime-types (~> 2.6.2)
6233
mimetype-fu (~> 0.1.2)
6334
mongo_session_store-rails4 (~> 6.0.0)
64-
mongoid (~> 5.1.1)
35+
mongoid (~> 5.1.3)
6536
mongoid-tree (~> 2.0.1)
6637
multi_json (~> 1.11.0)
6738
net-ssh (~> 3.0.2)
@@ -140,7 +111,7 @@ GEM
140111
bootstrap-sass (3.3.6)
141112
autoprefixer-rails (>= 5.2.1)
142113
sass (>= 3.3.4)
143-
bson (4.0.4)
114+
bson (4.1.0)
144115
builder (3.2.2)
145116
byebug (8.2.2)
146117
capybara (2.7.0)
@@ -216,7 +187,7 @@ GEM
216187
debug_inspector (0.0.2)
217188
descendants_tracker (0.0.4)
218189
thread_safe (~> 0.3, >= 0.3.1)
219-
devise (3.5.6)
190+
devise (3.5.7)
220191
bcrypt (~> 3.0)
221192
orm_adapter (~> 0.1)
222193
railties (>= 3.2.6, < 5)
@@ -323,6 +294,29 @@ GEM
323294
attr_extras (~> 4.4.0)
324295
colorize
325296
stringex (~> 2.6.0)
297+
locomotivecms_steam (1.1.0)
298+
RedCloth (~> 4.2.9)
299+
autoprefixer-rails (~> 6.3.3.1)
300+
chronic (~> 0.10.2)
301+
coffee-script (~> 2.4.1)
302+
compass (~> 1.0.3)
303+
dragonfly (~> 1.0.12)
304+
haml (~> 4.0.6)
305+
httparty (~> 0.13.6)
306+
kramdown (~> 1.10.0)
307+
locomotivecms-solid (~> 4.0.1)
308+
locomotivecms_common (~> 0.1.0)
309+
mime-types (~> 2.6.1)
310+
mimetype-fu (~> 0.1.2)
311+
moneta (~> 0.8.0)
312+
morphine (~> 0.1.1)
313+
nokogiri (~> 1.6.7.2)
314+
rack-cache (~> 1.6.1)
315+
rack-rewrite (~> 1.5.1)
316+
rack_csrf (~> 2.5.0)
317+
sanitize (~> 4.0.1)
318+
sass (~> 3.4.21)
319+
sprockets (~> 3.5.2)
326320
loofah (2.0.3)
327321
nokogiri (>= 1.5.9)
328322
mail (2.6.3)
@@ -342,7 +336,7 @@ GEM
342336
bson (~> 4.0)
343337
mongo_session_store-rails4 (6.0.0)
344338
actionpack (>= 3.1)
345-
mongoid (5.1.1)
339+
mongoid (5.1.3)
346340
activemodel (~> 4.0)
347341
mongo (~> 2.1)
348342
origin (~> 2.2)
@@ -536,7 +530,6 @@ DEPENDENCIES
536530
i18n-tasks (~> 0.8.7)
537531
json_spec (~> 1.1.4)
538532
locomotivecms!
539-
locomotivecms_steam!
540533
pickle
541534
pry
542535
pry-byebug

lib/locomotive/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# MAJOR.MINOR.PATCH format.
33
# 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
44
module Locomotive #:nodoc
5-
VERSION = '3.1.0.rc3'
5+
VERSION = '3.1.0'
66
end

locomotive_cms.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ Gem::Specification.new do |s|
2828

2929
s.add_dependency 'pundit', '~> 1.1.0'
3030

31-
s.add_dependency 'mongoid', '~> 5.1.1'
31+
s.add_dependency 'mongoid', '~> 5.1.3'
3232
s.add_dependency 'mongoid-tree', '~> 2.0.1'
3333
s.add_dependency 'mongo_session_store-rails4', '~> 6.0.0'
3434

3535
s.add_dependency 'custom_fields', '~> 2.7.0.rc1'
36-
s.add_dependency 'locomotivecms_steam', '~> 1.1.0.rc3'
36+
s.add_dependency 'locomotivecms_steam', '~> 1.1.0'
3737

3838
s.add_dependency 'slim', '~> 3.0.6'
3939
s.add_dependency 'simple_form', '~> 3.2.0'

spec/requests/locomotive/steam/cache_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

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

42-
it { expect(subject).to eq '76ecaab214311e09f51d2f2673d13a2b' }
42+
it { expect(subject).to eq 'ba8dbdb0cc3df6d3ca052a174411124b' }
4343

4444
end
4545

0 commit comments

Comments
 (0)