brightcontent-attachments 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 +4 -4
- data/Gemfile +1 -1
- data/spec/dummy/config/application.rb +1 -0
- data/spec/dummy/config/environments/production.rb +1 -1
- data/spec/dummy/config/environments/test.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7b3dada9b34fd9b528719a1206a1a6fe4a798ceb
|
4
|
+
data.tar.gz: b327b92aa70364800fd10bed6b9d140a1a4d180a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e7f858a6ec1ff960c5612c54e1e623728209e39a4d95272072fd8db109d759713e52baed32feb40681d6217ba79935eac80d7bb1b0e15853916bce4f4e13ddd4
|
7
|
+
data.tar.gz: a0e3b69002e48ff4d96507309080d503ea7c296759896adf916539bc9174492c9aee3e3def982338c44d02642f21ea6ae9bd469e702f9e7b661f7d6838238b61
|
data/Gemfile
CHANGED
@@ -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.
|
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.
|
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.
|
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:
|
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.
|
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.
|
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.
|
246
|
+
rubygems_version: 2.4.5
|
247
247
|
signing_key:
|
248
248
|
specification_version: 4
|
249
249
|
summary: Assets resource for brightcontent
|