blaze_rails 1.2 → 1.2.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: e0f4713560ff99dc1016f6695d371c15086d6f8b
4
- data.tar.gz: 35727691497070bdc15120f55bcd77b90ceb193e
3
+ metadata.gz: 9075acd9bc3674130fb338e82e9865487009628d
4
+ data.tar.gz: 9ad2fe6679ad14eeef37945cae19f24a9f095dbc
5
5
  SHA512:
6
- metadata.gz: e06bf4df0338ce7d4fb5793d488e4edc629f5fc1fc8a8e5741eb2aaaedc7ddbf82b8a1e0833c425529ec368d3b47317da9f3e8a2b8656c7499c349a512fa9b68
7
- data.tar.gz: 745c2954214cbbf35fa07356f0932b453e9e87b558a671e2f4cb4b2f5e9db630d3dafb6f9749e7f7da0e5becdafbb875ec30c5565ec155d8e30bdd4b9f870b6b
6
+ metadata.gz: 0a17600d419f6919f12ecd061aecf0c7a82d7573950b39bab975d66313c71c65624fa7c9b79a48e7956ecefcdc3e7356038b546d8c34fa00d889f4a4c7978211
7
+ data.tar.gz: bac86523f68468e4a5ced0bf49f9058fbf0dc5e6c0819637ad48a3b610c4011733f2e9a5f8a5b09638592709271afea279066e634256c22e4470c2676416995a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- blaze_rails (1.2)
4
+ blaze_rails (1.2.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/README.md CHANGED
@@ -15,9 +15,9 @@
15
15
  `bundle install` and restart your server to make the files available through the pipeline.
16
16
 
17
17
 
18
- Edit application.css
19
- ```
20
- //= require blaze
18
+ Edit application.css.scss
19
+ ```css
20
+ @import "css/blaze";
21
21
  ```
22
22
 
23
23
  ## Contributing
@@ -1,3 +1,3 @@
1
1
  module BlazeRails
2
- VERSION = "1.2"
2
+ VERSION = "1.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blaze_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.2'
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Suyesh Bhandari