twbs_sass_rails 3.0.1 → 3.0.2

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: 7eb1fc123cfccb557a7ea0c6359cf28a3179babd
4
- data.tar.gz: d9591ce1c22303846b1c4ec37372c81684709046
3
+ metadata.gz: a7870ee3cb96780e4fd5c1cb6a29619471743225
4
+ data.tar.gz: 4f058a8aee9d5fb10db7dd930b195a267b5a6e04
5
5
  SHA512:
6
- metadata.gz: 11a41a07c986259ee2df221535a3cfd27e11600d8ae9f636417189aa1cc16dd3de65b00324837fe7ee742185033443997c2fe49962e9dc229e4a17cf89f1b86c
7
- data.tar.gz: 8935f2d6e4bc94881200d32ffc63c0d01a885621844a77e9f545304e2c7d68ab0229bb18f77fa90b4d05710446e63a9e620b2330054a6e52d010ba33c245e734
6
+ metadata.gz: 398ba1e9db3a8d500a97d9fd24780aafb54e744531db524c30f73cad38387566cb6fd249d05dca2cbd8445db778d8253ada8f8a50618f80051cdd713da3b0f6c
7
+ data.tar.gz: 3e0441b210ee4545e857dda4a2fc78c9172df8eef4a795ed85416c5a2fc7f4c29aeb939277d83205a89fc65b46621f2c4efbb2d83d292e7f604d5204146f2476
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 3.0.2
4
+
5
+ * Removed Rails 3 related stuff
6
+
3
7
  ## 3.0.1
4
8
 
5
9
  * Ruby 2.2 compatibility
@@ -1,3 +1,3 @@
1
1
  module TwbsSassRails
2
- VERSION = "3.0.1"
2
+ VERSION = "3.0.2"
3
3
  end
@@ -21,10 +21,5 @@ module Dummy
21
21
  # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded.
22
22
  # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s]
23
23
  # config.i18n.default_locale = :de
24
-
25
- if Rails.version.start_with? '3'
26
- # Enable the asset pipeline
27
- config.assets.enabled = true
28
- end
29
24
  end
30
25
  end
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.1
4
+ version: 3.0.2
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-26 00:00:00.000000000 Z
11
+ date: 2014-12-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails