brightcontent-pages 2.1.5 → 2.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7277923e1db623d4b0afbc32c50e100df97c4105
4
- data.tar.gz: e6db3a4c952dbff64038cda203cfc1285f7aa18a
3
+ metadata.gz: e81d2137d540e3f3447b594a055e714a04da951a
4
+ data.tar.gz: 7636c82bc8670c271ce316b1d8ecad05cacbd59b
5
5
  SHA512:
6
- metadata.gz: 8ef7a0c01e312dd10235823754efbd6d42074ebee3bcb3137bc06ac408943a026b98268900719779f64be125942781c8c19d6ddec13b29e248ab33bc80813e70
7
- data.tar.gz: 6836125b625b8fcb0f04c8fcf81c623be49e9dd5817f71f0d630b5d6e93ae70fd8effdd6b6f89dd754d4cb62ca2c106272bc34f4620ac7a577f27beacbe0b8a4
6
+ metadata.gz: b8eb45aacbaff3be3d0862036e668c4409c23fcfc459bf554f7f8f8e3ca98d022b9796a1a25598bce306416aa1eb50a2492931755908db264df0f80b5a10d8b3
7
+ data.tar.gz: d06a96e1e327decec40c72d51b6b374f2a0748edbbd934ea2f59d14d9afe87cfe0ef00a84dbb4e0b3c4271feac2e225b43a9fdb1a601e84e0353ad2d7364e166
data/Gemfile CHANGED
@@ -1,4 +1,4 @@
1
- source "http://rubygems.org"
1
+ source "https://rubygems.org"
2
2
 
3
3
  gem 'brightcontent-core', path: '../core'
4
4
  gem 'brightcontent-attachments', path: '../attachments'
@@ -47,6 +47,7 @@ module Dummy
47
47
  config.assets.enabled = true
48
48
 
49
49
  # config.i18n.enforce_available_locales = true
50
+ config.active_record.raise_in_transactional_callbacks = true
50
51
 
51
52
  # Version of your assets, change this if you want to expire all your assets
52
53
  config.assets.version = '1.0'
@@ -9,7 +9,7 @@ Dummy::Application.configure do
9
9
  config.action_controller.perform_caching = true
10
10
 
11
11
  # Disable Rails's static asset server (Apache or nginx will already do this)
12
- config.serve_static_assets = false
12
+ config.serve_static_files = false
13
13
 
14
14
  # Compress JavaScripts and CSS
15
15
  config.assets.compress = true
@@ -9,7 +9,7 @@ Dummy::Application.configure do
9
9
  config.cache_classes = true
10
10
 
11
11
  # Configure static asset server for tests with Cache-Control for performance
12
- config.serve_static_assets = true
12
+ config.serve_static_files = true
13
13
  config.static_cache_control = "public, max-age=3600"
14
14
 
15
15
  # Show full error reports and disable caching
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brightcontent-pages
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.5
4
+ version: 2.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Developers at Brightin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-18 00:00:00.000000000 Z
11
+ date: 2015-03-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: brightcontent-core
@@ -16,28 +16,28 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 2.1.5
19
+ version: 2.2.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 2.1.5
26
+ version: 2.2.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: brightcontent-attachments
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - '='
32
32
  - !ruby/object:Gem::Version
33
- version: 2.1.5
33
+ version: 2.2.0
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - '='
39
39
  - !ruby/object:Gem::Version
40
- version: 2.1.5
40
+ version: 2.2.0
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: awesome_nested_set
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -265,7 +265,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
265
265
  version: '0'
266
266
  requirements: []
267
267
  rubyforge_project:
268
- rubygems_version: 2.2.2
268
+ rubygems_version: 2.4.5
269
269
  signing_key:
270
270
  specification_version: 4
271
271
  summary: Pages resource for brightcontent