sass-rails 5.0.0 → 5.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/sass/rails/importer.rb +1 -0
- data/lib/sass/rails/version.rb +1 -1
- 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: e7c0fc5eaecf4cb011eed1e450b424e9e9eefdd4
|
|
4
|
+
data.tar.gz: 51f88367b8a6c188a6cc39fd4acaf4eab846f874
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d5b49e1cef61d18d05bc4c8215dba06e84b7cd778e90bd52df99df1c73a9f53b3d8d68a20c9fb3c0e86c137ef4aed0235a20e33d855d6ccfd38ca7c6dd914a23
|
|
7
|
+
data.tar.gz: e41d61768f3cbc02f03e1eafe2ce87b421ac91bc505abcb513ebebb9b4ccee1a40f82dfb0b7ddcc7cf40535cf33a7a43eaedfc7ef48c1e843b8f24db7b95eb0e
|
data/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,16 @@
|
|
|
1
1
|
# CHANGELOG
|
|
2
2
|
|
|
3
|
+
## 5.0.1 (Dec 29, 2014)
|
|
4
|
+
|
|
5
|
+
* Fixed @import glob related caching bug
|
|
6
|
+
|
|
3
7
|
## 5.0.0 (Dec 12, 2014)
|
|
4
8
|
|
|
5
9
|
* Register scss and sass extensions for rake notes
|
|
6
10
|
* Make possible to use sprockes > 2.8 and < 4
|
|
7
11
|
* Make possible to use sass ~> 3.1
|
|
8
12
|
* Deprecate .css.scss and .css.sass extentions
|
|
13
|
+
* Limit `=require` to .css only files and `@import` to .scss files. Avoid mixing the two.
|
|
9
14
|
|
|
10
15
|
## 4.0.5 (Nov 25, 2014)
|
|
11
16
|
|
data/lib/sass/rails/importer.rb
CHANGED
data/lib/sass/rails/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sass-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.0.
|
|
4
|
+
version: 5.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- wycats
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2014-12-
|
|
12
|
+
date: 2014-12-29 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: railties
|