blaze-css-rails 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3bb128ce88cf6e2b46673b12e5d457609f5438d8
4
- data.tar.gz: 670c581694896358dbc4e65c82908eb16ab52876
3
+ metadata.gz: ecb1b4c9c3238f916e4d14e87bcb231446c85f2a
4
+ data.tar.gz: 08347e55bea8385424184d55a99ff841828575c1
5
5
  SHA512:
6
- metadata.gz: 1849c836387f33875ce3cf26b7b28b4d4659717bdd109d6884a9eb4850002e618a2f74302f0e44dd82425ee7ec15de0561e317365bb349a2f480e245e2d8cf3c
7
- data.tar.gz: 1adbdb07d1615f7419dee438d66d34b9d93b59949f48a0b826ca98cdcca7ad9f4ef758b2aea962cb819517b47b8ce0c718db9e3b4e72152a4237e894e28824fa
6
+ metadata.gz: 4a7ad6577971065ee1a3837e36c82c860e39b66da338969729a0e37a79ab2cea3d6861de429a37044038acd1832e2c8c7020da73a190867e81848978cb05cc74
7
+ data.tar.gz: b669cb25a9de60f7a9c2e960c8472a656381016153c0f888e0df9e7106170bfb8da9c143a15a01cce22b2d31c5ee957390a8a0dcd870fd5c4d1173f8535ba4bc
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2015
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
data/README.md CHANGED
@@ -39,4 +39,4 @@ If you prefer Sass (like me) you can instead add `@import 'blaze'` into your imp
39
39
 
40
40
  As it is bundled, this gem includes the default settings in Blaze CSS. Customizing these settings is extremely simple though, just import a file containing your custom variables before importing 'blaze'.
41
41
 
42
- The settings available for you to over-ride can be found [here](https://github.com/andrewtpoe/blaze-css-rails/tree/master/vendor/blaze-css/scss/mixins/_settings.global.scss).
42
+ The settings available for you to over-ride can be found [here](https://github.com/andrewtpoe/blaze-css-rails/tree/master/vendor/assets/stylesheets/mixins/_settings.global.scss).
@@ -1,6 +1,6 @@
1
1
  module BlazeCss
2
2
  module Rails
3
3
  BLAZE_CSS_VERSION = "3.0.0"
4
- VERSION = "0.0.5"
4
+ VERSION = "0.0.6"
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blaze-css-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - andrewtpoe
@@ -73,6 +73,7 @@ executables: []
73
73
  extensions: []
74
74
  extra_rdoc_files: []
75
75
  files:
76
+ - LICENSE.md
76
77
  - README.md
77
78
  - lib/blaze-css-rails.rb
78
79
  - lib/blaze-css-rails/engine.rb