brightcontent-attachments 2.1.5 → 2.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e02ff311fbcd630279358f5e1bcd2cc821ea40fe
4
- data.tar.gz: 85836a51516b0e6a5fb325a819cde0a24f96af66
3
+ metadata.gz: 7b3dada9b34fd9b528719a1206a1a6fe4a798ceb
4
+ data.tar.gz: b327b92aa70364800fd10bed6b9d140a1a4d180a
5
5
  SHA512:
6
- metadata.gz: bf665e4953af069579e4643c20be1cfdce12a9a932c203c7c26829e8d49a5c73068e692f86d01a59a40cc807c79e1f007a2cea20bd40940831b6e985eedb552c
7
- data.tar.gz: d7fb278ef27aa5b2289e6de4c526c545364764de12267423b04875397ed94555d9c2fcbb3ad356ee6d07b8314e122e369d81f8e9cc55bc923ce049cdb95061d6
6
+ metadata.gz: e7f858a6ec1ff960c5612c54e1e623728209e39a4d95272072fd8db109d759713e52baed32feb40681d6217ba79935eac80d7bb1b0e15853916bce4f4e13ddd4
7
+ data.tar.gz: a0e3b69002e48ff4d96507309080d503ea7c296759896adf916539bc9174492c9aee3e3def982338c44d02642f21ea6ae9bd469e702f9e7b661f7d6838238b61
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
 
@@ -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-attachments
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,14 +16,14 @@ 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: paperclip
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -243,7 +243,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
243
243
  version: '0'
244
244
  requirements: []
245
245
  rubyforge_project:
246
- rubygems_version: 2.2.2
246
+ rubygems_version: 2.4.5
247
247
  signing_key:
248
248
  specification_version: 4
249
249
  summary: Assets resource for brightcontent