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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7e8d1de04c3b2051b0aab8f75e4aab8fb1bbd150
4
- data.tar.gz: 510bf6be01cd389f355589ef1e323e47b18cea7d
3
+ metadata.gz: e7c0fc5eaecf4cb011eed1e450b424e9e9eefdd4
4
+ data.tar.gz: 51f88367b8a6c188a6cc39fd4acaf4eab846f874
5
5
  SHA512:
6
- metadata.gz: 7d78a7e4a55fd6d9ca44a612051ed5d260b379f92ac763b421f053f525a468e31644d468d759fba9015db5d4641276ed63a86b0ea732cf0f072e4cbacf6a67e0
7
- data.tar.gz: 86b70308e42217a83c48f0ba8899bfcd2a135a02ddd78517f1a99e8206ea8def3c87deb0814fe9612dc58669a39cc4c1c38f229c7bbdae20c4c5b0d13ea9f57a
6
+ metadata.gz: d5b49e1cef61d18d05bc4c8215dba06e84b7cd778e90bd52df99df1c73a9f53b3d8d68a20c9fb3c0e86c137ef4aed0235a20e33d855d6ccfd38ca7c6dd914a23
7
+ data.tar.gz: e41d61768f3cbc02f03e1eafe2ce87b421ac91bc505abcb513ebebb9b4ccee1a40f82dfb0b7ddcc7cf40535cf33a7a43eaedfc7ef48c1e843b8f24db7b95eb0e
@@ -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
 
@@ -35,6 +35,7 @@ module Sass
35
35
  end
36
36
  return nil if contents == ""
37
37
  Sass::Engine.new(contents, options.merge(
38
+ :filename => base,
38
39
  :importer => self,
39
40
  :syntax => :scss
40
41
  ))
@@ -1,5 +1,5 @@
1
1
  module Sass
2
2
  module Rails
3
- VERSION = "5.0.0"
3
+ VERSION = "5.0.1"
4
4
  end
5
5
  end
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.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 00:00:00.000000000 Z
12
+ date: 2014-12-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: railties