twbs_sass_rails 0.9.1 → 0.9.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: d1395145dba5747f597fda81962e09737023878f
4
- data.tar.gz: ce63c3ef1422d1b82be2ccfa3b0a0e186152cb0b
3
+ metadata.gz: 027eb51584c44a6a1ce25d16ed30f04a54a87dfe
4
+ data.tar.gz: 02ab8f522b03bcbd9d90ca1052ba7683261a8349
5
5
  SHA512:
6
- metadata.gz: 048ae89800b41d674c054af410f0a35f785dc974d95d75fbe7256652d2c3f9224f4300b0971f552b18fac517431d8caf2e48d98362c3870d5f0b9b0388852a43
7
- data.tar.gz: 20d48f68f088b9d15d083dc9686ffd83b90d8ae4779d7bb57b09bd4725a721e87a41a4396950221f306bc60ad3c98a6d937ba6e8cb8df0eff384b491c719e63d
6
+ metadata.gz: 62e6a75dc62682fe6a8be1269c6aaaf4ddfae80c591a472635d96ebd258a3d3affc12f4075b2323042f3a202e5903d384b11ae7ce57d47128cd7e63a821a7713
7
+ data.tar.gz: 8c78c9af7c5acb8a14a4bc9a323faf546aba36c831236d8d6fa2f879d2e362f31f5948f34457808e89719d57f48a0fe87bf63d4f083ba0ea82476daa571a520b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.9.2
4
+
5
+ * Tested against Ruby 2.1.3
6
+
3
7
  ## 0.9.1
4
8
 
5
9
  * Fixed minitest dependency
@@ -1,3 +1,3 @@
1
1
  module TwbsSassRails
2
- VERSION = "0.9.1"
2
+ VERSION = "0.9.2"
3
3
  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: 0.9.1
4
+ version: 0.9.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-09-11 00:00:00.000000000 Z
11
+ date: 2014-09-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -389,4 +389,3 @@ test_files:
389
389
  - test/integration/assets_precompile_integration_test.rb
390
390
  - test/integration/twbs_sass_rails_integration_test.rb
391
391
  - test/test_helper.rb
392
- has_rdoc: