twbs_sass_rails 3.0.0 → 3.0.1
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 +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/twbs_sass_rails/version.rb +1 -1
- data/test/dummy/config/environments/test.rb +4 -4
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7eb1fc123cfccb557a7ea0c6359cf28a3179babd
|
|
4
|
+
data.tar.gz: d9591ce1c22303846b1c4ec37372c81684709046
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 11a41a07c986259ee2df221535a3cfd27e11600d8ae9f636417189aa1cc16dd3de65b00324837fe7ee742185033443997c2fe49962e9dc229e4a17cf89f1b86c
|
|
7
|
+
data.tar.gz: 8935f2d6e4bc94881200d32ffc63c0d01a885621844a77e9f545304e2c7d68ab0229bb18f77fa90b4d05710446e63a9e620b2330054a6e52d010ba33c245e734
|
data/CHANGELOG.md
CHANGED
|
@@ -13,15 +13,15 @@ Dummy::Application.configure do
|
|
|
13
13
|
config.eager_load = false
|
|
14
14
|
|
|
15
15
|
# Configure static asset server for tests with Cache-Control for performance.
|
|
16
|
-
config.serve_static_assets = true
|
|
17
|
-
config.static_cache_control = "public, max-age=3600"
|
|
18
|
-
|
|
19
|
-
# Show full error reports and disable caching.
|
|
20
16
|
if Rails.version.start_with? '4.2'
|
|
21
17
|
config.serve_static_files = true
|
|
22
18
|
else
|
|
23
19
|
config.serve_static_assets = true
|
|
24
20
|
end
|
|
21
|
+
config.static_cache_control = "public, max-age=3600"
|
|
22
|
+
|
|
23
|
+
# Show full error reports and disable caching.
|
|
24
|
+
config.consider_all_requests_local = true
|
|
25
25
|
config.action_controller.perform_caching = false
|
|
26
26
|
|
|
27
27
|
# Raise exceptions instead of rendering exception templates.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: twbs_sass_rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- diowa
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-12-
|
|
11
|
+
date: 2014-12-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -342,7 +342,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
342
342
|
version: '0'
|
|
343
343
|
requirements: []
|
|
344
344
|
rubyforge_project:
|
|
345
|
-
rubygems_version: 2.4.
|
|
345
|
+
rubygems_version: 2.4.5
|
|
346
346
|
signing_key:
|
|
347
347
|
specification_version: 4
|
|
348
348
|
summary: Bootstrap and FontAwesome assets in Rails applications
|