twbs_less_rails 2.12.0 → 2.12.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: b753a20a7054be4f39b243de3fa62e6cd192c6f7
4
- data.tar.gz: 201c4da2b9dc0e8042f50ff7a4ffb63f7b07a9b1
3
+ metadata.gz: 8eb87de5c490fa8eb0f74429efece57ba8605df8
4
+ data.tar.gz: b180efabb82d0df94c74fcc7a4656cd06e9c320d
5
5
  SHA512:
6
- metadata.gz: d2e18a778adfda38b4b129174897ac057cdd3023491e65f47086d18d74e84bd9ac2ebada5a2b403f0dc2eb88f16f0e1c9471ae3f62e4fc57f84e37446208aa94
7
- data.tar.gz: b7edee5e4d077a7ba2df7418595db041c45a2c31bb41e6e69175121b5b38387b0f6d2fecabdc1426920e31fbc0df630fe934f1aebd8cf439f7b2800c59ee1285
6
+ metadata.gz: 13dc9d4c14c757dbc2af3d1032257035b7e319853a892cf36be678bc24d2bd7e18fcdd375583be780fb65445d040328d87133595c67338014ec1fa9b448c5a69
7
+ data.tar.gz: 00e7a8355eb3a02790d31a1e0b30f0650218a8cdffef53674add25e202a9e3698e603d5603cd4d45de4669db66acf569f7aabf167bdf020dfc00c78744e760e0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.12.1
4
+
5
+ * Tested against Ruby 2.1.3
6
+
3
7
  ## 2.12.0
4
8
 
5
9
  * Font Awesome 4.2.0
data/README.md CHANGED
@@ -92,8 +92,8 @@ Take a look at [the whole list of Javascript components](/vendor/assets/javascri
92
92
 
93
93
  Twbs Less Rails uses [Appraisal](https://github.com/thoughtbot/appraisal) for testing against multiple gem dependency versions.
94
94
  ```bash
95
- appraisal install # or `update`, if you ran `install` before
96
- appraisal rake
95
+ $ appraisal install # or `update`, if you ran `install` before
96
+ $ appraisal rake
97
97
  ```
98
98
 
99
99
 
@@ -1,3 +1,3 @@
1
1
  module TwbsLessRails
2
- VERSION = "2.12.0"
2
+ VERSION = "2.12.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: twbs_less_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.12.0
4
+ version: 2.12.1
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-13 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
@@ -402,4 +402,3 @@ test_files:
402
402
  - test/integration/assets_precompile_integration_test.rb
403
403
  - test/integration/twbs_less_rails_integration_test.rb
404
404
  - test/test_helper.rb
405
- has_rdoc: