twbs_sass_rails 3.0.1 → 3.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/twbs_sass_rails/version.rb +1 -1
- data/test/dummy/config/application.rb +0 -5
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a7870ee3cb96780e4fd5c1cb6a29619471743225
|
4
|
+
data.tar.gz: 4f058a8aee9d5fb10db7dd930b195a267b5a6e04
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 398ba1e9db3a8d500a97d9fd24780aafb54e744531db524c30f73cad38387566cb6fd249d05dca2cbd8445db778d8253ada8f8a50618f80051cdd713da3b0f6c
|
7
|
+
data.tar.gz: 3e0441b210ee4545e857dda4a2fc78c9172df8eef4a795ed85416c5a2fc7f4c29aeb939277d83205a89fc65b46621f2c4efbb2d83d292e7f604d5204146f2476
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
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-
|
11
|
+
date: 2014-12-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|