locomotivecms_steam 1.4.0.rc1 → 1.4.0.rc2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (42) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +10 -10
  3. data/Rakefile +2 -8
  4. data/lib/locomotive/steam/liquid/tags/google_analytics.rb +8 -7
  5. data/lib/locomotive/steam/version.rb +1 -1
  6. data/locomotivecms_steam.gemspec +1 -1
  7. data/spec/fixtures/default/app/content_types/songs.yml +1 -1
  8. data/spec/fixtures/mongodb/locomotive_accounts.bson +0 -0
  9. data/spec/fixtures/mongodb/locomotive_accounts.metadata.json +1 -1
  10. data/spec/fixtures/mongodb/locomotive_activities.bson +0 -0
  11. data/spec/fixtures/mongodb/locomotive_activities.metadata.json +1 -1
  12. data/spec/fixtures/mongodb/locomotive_content_assets.bson +0 -0
  13. data/spec/fixtures/mongodb/locomotive_content_assets.metadata.json +1 -1
  14. data/spec/fixtures/mongodb/locomotive_content_entries.bson +0 -0
  15. data/spec/fixtures/mongodb/locomotive_content_entries.metadata.json +1 -1
  16. data/spec/fixtures/mongodb/locomotive_content_types.bson +0 -0
  17. data/spec/fixtures/mongodb/locomotive_content_types.metadata.json +1 -1
  18. data/spec/fixtures/mongodb/locomotive_pages.bson +0 -0
  19. data/spec/fixtures/mongodb/locomotive_pages.metadata.json +1 -1
  20. data/spec/fixtures/mongodb/locomotive_sites.bson +0 -0
  21. data/spec/fixtures/mongodb/locomotive_sites.metadata.json +1 -1
  22. data/spec/fixtures/mongodb/locomotive_snippets.bson +0 -0
  23. data/spec/fixtures/mongodb/locomotive_snippets.metadata.json +1 -1
  24. data/spec/fixtures/mongodb/locomotive_theme_assets.bson +0 -0
  25. data/spec/fixtures/mongodb/locomotive_theme_assets.metadata.json +1 -1
  26. data/spec/fixtures/mongodb/locomotive_translations.bson +0 -0
  27. data/spec/fixtures/mongodb/locomotive_translations.metadata.json +1 -1
  28. data/spec/fixtures/mongodb/sessions.bson +0 -0
  29. data/spec/fixtures/mongodb/sessions.metadata.json +1 -0
  30. data/spec/integration/adapters/mongodb_spec.rb +1 -1
  31. data/spec/integration/liquid/tags/paginate_spec.rb +1 -1
  32. data/spec/integration/repositories/content_entry_repository_spec.rb +2 -2
  33. data/spec/integration/repositories/content_type_repository_spec.rb +1 -1
  34. data/spec/integration/repositories/page_repository_spec.rb +1 -1
  35. data/spec/integration/repositories/site_repository_spec.rb +11 -6
  36. data/spec/integration/repositories/snippet_repository_spec.rb +1 -1
  37. data/spec/integration/repositories/theme_asset_repository_spec.rb +2 -2
  38. data/spec/integration/repositories/translation_repository_spec.rb +1 -1
  39. data/spec/integration/services/content_entry_service_spec.rb +2 -2
  40. data/spec/support/helpers.rb +5 -1
  41. data/spec/unit/liquid/tags/google_analytics_spec.rb +2 -2
  42. metadata +8 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bb8a22d0765f55dd4d090a85cde55ea00f10ec2bd2543d439fcd4a4d857e603a
4
- data.tar.gz: adef78314e677f9486b13d2a9d65bbea3b78f61c0550d6d4cf77b0a38fa00c01
3
+ metadata.gz: c449da4bdd9dbb3aff106e8559b14d668a8ab5bea684e250673d07fef9fc8778
4
+ data.tar.gz: afb9c2b211dff1c79dcbc44b307e69c86b82ec4b363454bc93bef28a869419a8
5
5
  SHA512:
6
- metadata.gz: 45e779b7e6c79c11db92f80b2cdfddb7968fd3f94a5af6a185be0e2ec0de50111cf961e813f23f438ce68f82b59ba1498812cf41cdf59fb677fd0c6036db6866
7
- data.tar.gz: a310c5925a8d859c4864bae1387545fe8a8fd281798ccfc3e7f1f2d0d95d20f509f307ec5ca74bdedaa6dd0f0d5a7c42592b22c9347d0f1869f7be7acd24514f
6
+ metadata.gz: 65c84944ce32f47836c455b81b51823a0095dde95eefe4d4f1762a11de79ffacddcfb5149286642136201aa7cb69d50a5050be08d63215e2057477e40a73b9a8
7
+ data.tar.gz: 1c8ffe885fa13483009f12ee5e415f2ea6d2f5e0129475a1985690a172760e1f531873aeab69535c46703159e2ac5948301cfe7d3c6b95bb9447886319193302
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- locomotivecms_steam (1.4.0.rc1)
4
+ locomotivecms_steam (1.4.0.rc2)
5
5
  RedCloth (~> 4.3.2)
6
6
  autoprefixer-rails (~> 8.0.0)
7
7
  bcrypt (~> 3.1.11)
@@ -23,7 +23,7 @@ PATH
23
23
  rack-cache (~> 1.7.0)
24
24
  rack-rewrite (~> 1.5.1)
25
25
  rack_csrf (~> 2.6.0)
26
- sanitize (~> 4.6.0)
26
+ sanitize (~> 4.6.4)
27
27
  sass (~> 3.4.25)
28
28
  sprockets (~> 3.7.1)
29
29
  uglifier (~> 4.1.3)
@@ -32,9 +32,9 @@ GEM
32
32
  remote: https://rubygems.org/
33
33
  specs:
34
34
  RedCloth (4.3.2)
35
- activesupport (5.1.5)
35
+ activesupport (5.1.6)
36
36
  concurrent-ruby (~> 1.0, >= 1.0.2)
37
- i18n (~> 0.7)
37
+ i18n (>= 0.7, < 2)
38
38
  minitest (~> 5.1)
39
39
  tzinfo (~> 1.1)
40
40
  addressable (2.5.2)
@@ -72,10 +72,10 @@ GEM
72
72
  term-ansicolor (~> 1.3)
73
73
  thor (~> 0.19.4)
74
74
  tins (~> 1.6)
75
- crass (1.0.3)
75
+ crass (1.0.4)
76
76
  diff-lcs (1.3)
77
77
  docile (1.1.5)
78
- dragonfly (1.1.4)
78
+ dragonfly (1.1.5)
79
79
  addressable (~> 2.3)
80
80
  multi_json (~> 1.0)
81
81
  rack (>= 1.3)
@@ -86,7 +86,7 @@ GEM
86
86
  haml (5.0.4)
87
87
  temple (>= 0.8.0)
88
88
  tilt
89
- httparty (0.16.0)
89
+ httparty (0.16.2)
90
90
  multi_xml (>= 0.5.2)
91
91
  i18n (0.9.5)
92
92
  concurrent-ruby (~> 1.0)
@@ -159,7 +159,7 @@ GEM
159
159
  diff-lcs (>= 1.2.0, < 2.0)
160
160
  rspec-support (~> 3.7.0)
161
161
  rspec-support (3.7.1)
162
- sanitize (4.6.0)
162
+ sanitize (4.6.4)
163
163
  crass (~> 1.0.2)
164
164
  nokogiri (>= 1.4.4)
165
165
  nokogumbo (~> 1.4)
@@ -173,7 +173,7 @@ GEM
173
173
  concurrent-ruby (~> 1.0)
174
174
  rack (> 1, < 3)
175
175
  stackprof (0.2.11)
176
- stringex (2.8.2)
176
+ stringex (2.8.4)
177
177
  temple (0.8.0)
178
178
  term-ansicolor (1.6.0)
179
179
  tins (~> 1.0)
@@ -184,7 +184,7 @@ GEM
184
184
  tins (1.16.3)
185
185
  tzinfo (1.2.5)
186
186
  thread_safe (~> 0.1)
187
- uglifier (4.1.6)
187
+ uglifier (4.1.10)
188
188
  execjs (>= 0.3.0, < 3)
189
189
 
190
190
  PLATFORMS
data/Rakefile CHANGED
@@ -5,12 +5,6 @@ require 'bundler/gem_tasks'
5
5
  require 'rake'
6
6
  require 'rspec'
7
7
 
8
- # === Gems install tasks ===
9
- Bundler::GemHelper.install_tasks
10
-
11
- # require 'coveralls/rake/task'
12
- # Coveralls::RakeTask.new
13
-
14
8
  require_relative 'lib/locomotive/steam'
15
9
 
16
10
  namespace :mongodb do
@@ -28,8 +22,8 @@ namespace :mongodb do
28
22
  `mv #{dump_path} #{db_path}`
29
23
  end
30
24
 
31
- `mongo steam_test --eval "db.dropDatabase()"`
32
- `mongorestore -d steam_test #{db_path}`
25
+ `mongo steam_test_1_4_x --eval "db.dropDatabase()"`
26
+ `mongorestore -d steam_test_1_4_x #{db_path}`
33
27
 
34
28
  puts "Done! Update now the spec/support/helpers.rb file by setting the new id of the site returned by the mongodb_site_id method"
35
29
  end
@@ -18,13 +18,14 @@ module Locomotive
18
18
 
19
19
  def ga_snippet(account_id)
20
20
  %{
21
- <script type="text/javascript">
22
- (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
23
- (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
24
- m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
25
- })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
26
- ga('create', '#{account_id}', 'auto');
27
- ga('send', 'pageview');
21
+ <!-- Global Site Tag (gtag.js) - Google Analytics -->
22
+ <script async src="https://www.googletagmanager.com/gtag/js?id=#{account_id}"></script>
23
+ <script>
24
+ window.dataLayer = window.dataLayer || [];
25
+ function gtag(){dataLayer.push(arguments);}
26
+ gtag('js', new Date());
27
+
28
+ gtag('config', '#{account_id}');
28
29
  </script>
29
30
  }
30
31
  end
@@ -3,6 +3,6 @@
3
3
  # 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
4
4
  module Locomotive
5
5
  module Steam
6
- VERSION = '1.4.0.rc1'
6
+ VERSION = '1.4.0.rc2'
7
7
  end
8
8
  end
@@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
22
22
  spec.add_development_dependency 'origin', '~> 2.3.1'
23
23
 
24
24
  spec.add_dependency 'nokogiri', '~> 1.8.2'
25
- spec.add_dependency 'sanitize', '~> 4.6.0'
25
+ spec.add_dependency 'sanitize', '~> 4.6.4'
26
26
  spec.add_dependency 'morphine', '~> 0.1.1'
27
27
  spec.add_dependency 'httparty', '~> 0.16.0'
28
28
  spec.add_dependency 'chronic', '~> 0.10.2'
@@ -15,7 +15,7 @@ fields:
15
15
  label: Cover
16
16
  type: file
17
17
  required: false
18
- #localized: true # required when pushing the site with Wagon
18
+ # localized: true # required when pushing the site with Wagon
19
19
  - short_description:
20
20
  type: text
21
21
  text_formatting: html
@@ -1 +1 @@
1
- {"options":{},"indexes":[{"v":1,"key":{"_id":1},"name":"_id_","ns":"locomotive_engine_wagon_dev.locomotive_accounts"}]}
1
+ {"options":{},"indexes":[{"v":2,"key":{"_id":1},"name":"_id_","ns":"locomotive_engine_test.locomotive_accounts"}]}
@@ -1 +1 @@
1
- {"options":{},"indexes":[{"v":1,"key":{"_id":1},"name":"_id_","ns":"locomotive_engine_wagon_dev.locomotive_activities"}]}
1
+ {"options":{},"indexes":[{"v":2,"key":{"_id":1},"name":"_id_","ns":"locomotive_engine_test.locomotive_activities"}]}
@@ -1 +1 @@
1
- {"options":{},"indexes":[{"v":1,"key":{"_id":1},"name":"_id_","ns":"locomotive_engine_wagon_dev.locomotive_content_assets"}]}
1
+ {"options":{},"indexes":[{"v":2,"key":{"_id":1},"name":"_id_","ns":"locomotive_engine_test.locomotive_content_assets"}]}
@@ -1 +1 @@
1
- {"options":{},"indexes":[{"v":1,"key":{"_id":1},"name":"_id_","ns":"locomotive_engine_wagon_dev.locomotive_content_entries"}]}
1
+ {"options":{},"indexes":[{"v":2,"key":{"_id":1},"name":"_id_","ns":"locomotive_engine_test.locomotive_content_entries"}]}
@@ -1 +1 @@
1
- {"options":{},"indexes":[{"v":1,"key":{"_id":1},"name":"_id_","ns":"locomotive_engine_wagon_dev.locomotive_content_types"}]}
1
+ {"options":{},"indexes":[{"v":2,"key":{"_id":1},"name":"_id_","ns":"locomotive_engine_test.locomotive_content_types"}]}
@@ -1 +1 @@
1
- {"options":{},"indexes":[{"v":1,"key":{"_id":1},"name":"_id_","ns":"locomotive_engine_wagon_dev.locomotive_pages"}]}
1
+ {"options":{},"indexes":[{"v":2,"key":{"_id":1},"name":"_id_","ns":"locomotive_engine_test.locomotive_pages"}]}
@@ -1 +1 @@
1
- {"options":{},"indexes":[{"v":1,"key":{"_id":1},"name":"_id_","ns":"locomotive_engine_wagon_dev.locomotive_sites"}]}
1
+ {"options":{},"indexes":[{"v":2,"key":{"_id":1},"name":"_id_","ns":"locomotive_engine_test.locomotive_sites"}]}
@@ -1 +1 @@
1
- {"options":{},"indexes":[{"v":1,"key":{"_id":1},"name":"_id_","ns":"locomotive_engine_wagon_dev.locomotive_snippets"}]}
1
+ {"options":{},"indexes":[{"v":2,"key":{"_id":1},"name":"_id_","ns":"locomotive_engine_test.locomotive_snippets"}]}
@@ -1 +1 @@
1
- {"options":{},"indexes":[{"v":1,"key":{"_id":1},"name":"_id_","ns":"locomotive_engine_wagon_dev.locomotive_theme_assets"}]}
1
+ {"options":{},"indexes":[{"v":2,"key":{"_id":1},"name":"_id_","ns":"locomotive_engine_test.locomotive_theme_assets"}]}
@@ -1 +1 @@
1
- {"options":{},"indexes":[{"v":1,"key":{"_id":1},"name":"_id_","ns":"locomotive_engine_wagon_dev.locomotive_translations"}]}
1
+ {"options":{},"indexes":[{"v":2,"key":{"_id":1},"name":"_id_","ns":"locomotive_engine_test.locomotive_translations"}]}
Binary file
@@ -0,0 +1 @@
1
+ {"options":{},"indexes":[{"v":2,"key":{"_id":1},"name":"_id_","ns":"locomotive_engine_test.sessions"}]}
@@ -4,7 +4,7 @@ require_relative '../../../lib/locomotive/steam/adapters/mongodb.rb'
4
4
 
5
5
  describe Locomotive::Steam::MongoDBAdapter do
6
6
 
7
- let(:adapter) { Locomotive::Steam::MongoDBAdapter.new(database: 'steam_test', hosts: ['127.0.0.1:27017'], min_pool_size: 2, max_pool_size: 5) }
7
+ let(:adapter) { Locomotive::Steam::MongoDBAdapter.new(database: mongodb_database, hosts: ['127.0.0.1:27017'], min_pool_size: 2, max_pool_size: 5) }
8
8
 
9
9
  before(:all) do
10
10
  described_class.disconnect_session
@@ -70,7 +70,7 @@ EOF
70
70
  it_should_behave_like 'pagination' do
71
71
 
72
72
  let(:site_id) { mongodb_site_id }
73
- let(:adapter) { Locomotive::Steam::MongoDBAdapter.new(database: 'steam_test', hosts: ['127.0.0.1:27017']) }
73
+ let(:adapter) { Locomotive::Steam::MongoDBAdapter.new(database: mongodb_database, hosts: ['127.0.0.1:27017']) }
74
74
 
75
75
  end
76
76
 
@@ -115,8 +115,8 @@ describe Locomotive::Steam::ContentEntryRepository do
115
115
  it_should_behave_like 'a repository' do
116
116
 
117
117
  let(:site_id) { mongodb_site_id }
118
- let(:adapter) { Locomotive::Steam::MongoDBAdapter.new(database: 'steam_test', hosts: ['127.0.0.1:27017']) }
119
- let(:entry_id) { BSON::ObjectId.from_string('5943b4dd87f6430cf23b814d') }
118
+ let(:adapter) { Locomotive::Steam::MongoDBAdapter.new(database: mongodb_database, hosts: ['127.0.0.1:27017']) }
119
+ let(:entry_id) { BSON::ObjectId.from_string('5ae73458e051bb4f5525c92f') }
120
120
 
121
121
  end
122
122
 
@@ -47,7 +47,7 @@ describe Locomotive::Steam::ContentTypeRepository do
47
47
  it_should_behave_like 'a repository' do
48
48
 
49
49
  let(:site_id) { mongodb_site_id }
50
- let(:adapter) { Locomotive::Steam::MongoDBAdapter.new(database: 'steam_test', hosts: ['127.0.0.1:27017']) }
50
+ let(:adapter) { Locomotive::Steam::MongoDBAdapter.new(database: mongodb_database, hosts: ['127.0.0.1:27017']) }
51
51
 
52
52
  end
53
53
 
@@ -94,7 +94,7 @@ describe Locomotive::Steam::PageRepository do
94
94
  it_should_behave_like 'a repository' do
95
95
 
96
96
  let(:site_id) { mongodb_site_id }
97
- let(:adapter) { Locomotive::Steam::MongoDBAdapter.new(database: 'steam_test', hosts: ['127.0.0.1:27017']) }
97
+ let(:adapter) { Locomotive::Steam::MongoDBAdapter.new(database: mongodb_database, hosts: ['127.0.0.1:27017']) }
98
98
 
99
99
  end
100
100
 
@@ -9,11 +9,6 @@ describe Locomotive::Steam::SiteRepository do
9
9
 
10
10
  shared_examples_for 'a repository' do
11
11
 
12
- describe '#all' do
13
- subject { repository.all }
14
- it { expect(subject.size).to eq 1 }
15
- end
16
-
17
12
  describe '#query' do
18
13
  subject { repository.query { where(handle: 'sample') }.first }
19
14
  it { expect(subject.name).to eq 'Sample site' }
@@ -28,10 +23,15 @@ describe Locomotive::Steam::SiteRepository do
28
23
 
29
24
  context 'MongoDB' do
30
25
 
31
- let(:adapter) { Locomotive::Steam::MongoDBAdapter.new(database: 'steam_test', hosts: ['127.0.0.1:27017']) }
26
+ let(:adapter) { Locomotive::Steam::MongoDBAdapter.new(database: mongodb_database, hosts: ['127.0.0.1:27017']) }
32
27
 
33
28
  it_behaves_like 'a repository'
34
29
 
30
+ describe '#all' do
31
+ subject { repository.all }
32
+ it { expect(subject.size).to eq 2 }
33
+ end
34
+
35
35
  end
36
36
 
37
37
  context 'Filesystem' do
@@ -40,6 +40,11 @@ describe Locomotive::Steam::SiteRepository do
40
40
 
41
41
  it_behaves_like 'a repository'
42
42
 
43
+ describe '#all' do
44
+ subject { repository.all }
45
+ it { expect(subject.size).to eq 1 }
46
+ end
47
+
43
48
  end
44
49
 
45
50
  end
@@ -28,7 +28,7 @@ describe Locomotive::Steam::SnippetRepository do
28
28
  it_should_behave_like 'a repository' do
29
29
 
30
30
  let(:site_id) { mongodb_site_id }
31
- let(:adapter) { Locomotive::Steam::MongoDBAdapter.new(database: 'steam_test', hosts: ['127.0.0.1:27017']) }
31
+ let(:adapter) { Locomotive::Steam::MongoDBAdapter.new(database: mongodb_database, hosts: ['127.0.0.1:27017']) }
32
32
 
33
33
  end
34
34
 
@@ -11,7 +11,7 @@ describe Locomotive::Steam::ThemeAssetRepository do
11
11
  context 'MongoDB' do
12
12
 
13
13
  let(:site_id) { mongodb_site_id }
14
- let(:adapter) { Locomotive::Steam::MongoDBAdapter.new(database: 'steam_test', hosts: ['127.0.0.1:27017']) }
14
+ let(:adapter) { Locomotive::Steam::MongoDBAdapter.new(database: mongodb_database, hosts: ['127.0.0.1:27017']) }
15
15
 
16
16
  describe '#all' do
17
17
  subject { repository.all }
@@ -26,7 +26,7 @@ describe Locomotive::Steam::ThemeAssetRepository do
26
26
  describe '#checksums' do
27
27
  subject { repository.checksums }
28
28
  it { expect(subject.size).to eq 16 }
29
- it { expect(subject['stylesheets/application.css']).to eq 'f06835e254f0d1b8363aae754525c723' }
29
+ it { expect(subject['stylesheets/application.css']).to eq '15161ceeb93a9d26027a8a38862be47b' }
30
30
  end
31
31
 
32
32
  end
@@ -28,7 +28,7 @@ describe Locomotive::Steam::TranslationRepository do
28
28
  it_should_behave_like 'a repository' do
29
29
 
30
30
  let(:site_id) { mongodb_site_id }
31
- let(:adapter) { Locomotive::Steam::MongoDBAdapter.new(database: 'steam_test', hosts: ['127.0.0.1:27017']) }
31
+ let(:adapter) { Locomotive::Steam::MongoDBAdapter.new(database: mongodb_database, hosts: ['127.0.0.1:27017']) }
32
32
 
33
33
  end
34
34
 
@@ -44,8 +44,8 @@ describe Locomotive::Steam::ContentEntryService do
44
44
  it_should_behave_like 'a content entry service' do
45
45
 
46
46
  let(:site_id) { mongodb_site_id }
47
- let(:adapter) { Locomotive::Steam::MongoDBAdapter.new(database: 'steam_test', hosts: ['127.0.0.1:27017']) }
48
- let(:entry_id) { BSON::ObjectId.from_string('5943b4dd87f6430cf23b814d') }
47
+ let(:adapter) { Locomotive::Steam::MongoDBAdapter.new(database: mongodb_database, hosts: ['127.0.0.1:27017']) }
48
+ let(:entry_id) { BSON::ObjectId.from_string('5ae73458e051bb4f5525c92f') }
49
49
 
50
50
  describe '#create' do
51
51
  subject { service.create('messages', { name: 'John', email: 'john@doe.net', message: 'Hello world!' }) }
@@ -3,8 +3,12 @@ require 'locomotive/common'
3
3
  module Spec
4
4
  module Helpers
5
5
 
6
+ def mongodb_database
7
+ 'steam_test_1_4_x'
8
+ end
9
+
6
10
  def mongodb_site_id
7
- BSON::ObjectId.from_string('5943b49287f6430cadd748a3')
11
+ BSON::ObjectId.from_string('5ae73303e051bb4f2bcbeefa')
8
12
  end
9
13
 
10
14
  def reset!
@@ -6,8 +6,8 @@ describe Locomotive::Steam::Liquid::Tags::GoogleAnalytics do
6
6
 
7
7
  subject { render_template(source) }
8
8
 
9
- it { is_expected.to include "ga('create', '42', 'auto')" }
10
- it { is_expected.to include "ga('send', 'pageview')" }
9
+ it { is_expected.to include %{<script async src="https://www.googletagmanager.com/gtag/js?id=42"></script>} }
10
+ it { is_expected.to include "gtag('config', '42');" }
11
11
 
12
12
  describe 'raises an error if the syntax is incorrect' do
13
13
  let(:source) { '{% google_analytics %}' }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: locomotivecms_steam
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0.rc1
4
+ version: 1.4.0.rc2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Didier Lafforgue
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2018-03-09 00:00:00.000000000 Z
14
+ date: 2018-04-30 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: bundler
@@ -89,14 +89,14 @@ dependencies:
89
89
  requirements:
90
90
  - - "~>"
91
91
  - !ruby/object:Gem::Version
92
- version: 4.6.0
92
+ version: 4.6.4
93
93
  type: :runtime
94
94
  prerelease: false
95
95
  version_requirements: !ruby/object:Gem::Requirement
96
96
  requirements:
97
97
  - - "~>"
98
98
  - !ruby/object:Gem::Version
99
- version: 4.6.0
99
+ version: 4.6.4
100
100
  - !ruby/object:Gem::Dependency
101
101
  name: morphine
102
102
  requirement: !ruby/object:Gem::Requirement
@@ -728,6 +728,8 @@ files:
728
728
  - spec/fixtures/mongodb/locomotive_theme_assets.metadata.json
729
729
  - spec/fixtures/mongodb/locomotive_translations.bson
730
730
  - spec/fixtures/mongodb/locomotive_translations.metadata.json
731
+ - spec/fixtures/mongodb/sessions.bson
732
+ - spec/fixtures/mongodb/sessions.metadata.json
731
733
  - spec/integration/adapters/mongodb_spec.rb
732
734
  - spec/integration/integration_helper.rb
733
735
  - spec/integration/liquid/drops/page_spec.rb
@@ -1004,6 +1006,8 @@ test_files:
1004
1006
  - spec/fixtures/mongodb/locomotive_theme_assets.metadata.json
1005
1007
  - spec/fixtures/mongodb/locomotive_translations.bson
1006
1008
  - spec/fixtures/mongodb/locomotive_translations.metadata.json
1009
+ - spec/fixtures/mongodb/sessions.bson
1010
+ - spec/fixtures/mongodb/sessions.metadata.json
1007
1011
  - spec/integration/adapters/mongodb_spec.rb
1008
1012
  - spec/integration/integration_helper.rb
1009
1013
  - spec/integration/liquid/drops/page_spec.rb