twbs_sass_rails 3.0.0 → 3.0.1

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: fdcea46dbb9120b5ea5c59475e73da1514e1e797
4
- data.tar.gz: fd3c7a598185d3413b4cd4f8ccf2424cab0f3c80
3
+ metadata.gz: 7eb1fc123cfccb557a7ea0c6359cf28a3179babd
4
+ data.tar.gz: d9591ce1c22303846b1c4ec37372c81684709046
5
5
  SHA512:
6
- metadata.gz: 97e7d80175c481cab1c6b43e092fe4490d8d96e978b9ed4ec944b364d4ff1e7c7bf58d7b4e9900973d71e780cc2f5c93b8769b007e4a8754f807c289fb42d36e
7
- data.tar.gz: a7210015197dfe0c6beb9edcfde5c737211ca17a420f3e2e2bf45e5821f245e8fb72373cd5acdfa666a18a3da7b08e8ac62a66dfbdc92d024fb80267ebc19ceb
6
+ metadata.gz: 11a41a07c986259ee2df221535a3cfd27e11600d8ae9f636417189aa1cc16dd3de65b00324837fe7ee742185033443997c2fe49962e9dc229e4a17cf89f1b86c
7
+ data.tar.gz: 8935f2d6e4bc94881200d32ffc63c0d01a885621844a77e9f545304e2c7d68ab0229bb18f77fa90b4d05710446e63a9e620b2330054a6e52d010ba33c245e734
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## 3.0.1
4
+
5
+ * Ruby 2.2 compatibility
6
+ * Fixed test config
7
+
3
8
  ## 3.0.0
4
9
 
5
10
  * Rails 4.2.0 compatibility
@@ -1,3 +1,3 @@
1
1
  module TwbsSassRails
2
- VERSION = "3.0.0"
2
+ VERSION = "3.0.1"
3
3
  end
@@ -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.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-20 00:00:00.000000000 Z
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.3
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