blaze-css-rails 0.0.2 → 0.0.3

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: 44a0e3aabf3c5d637d17231adc6cf01c143ef7a0
4
- data.tar.gz: d140bd70599c37158c5377bb4c3dd8c6c603f80b
3
+ metadata.gz: 917cb4af56bbbc2e0d2f07e02844cbeba8764df2
4
+ data.tar.gz: 8f880f0075dcc017663360c144d822d8cdcfa083
5
5
  SHA512:
6
- metadata.gz: 0c0654539c95d1e0d23601c2fc92fa16da5f948de533daad594000417e6ff0894a9a0e8de0ed1fb4b5309176296fe19389c61d547581dccbdac48ad3a7d380db
7
- data.tar.gz: 45ac4b728071fb1575f1d2a08758689ac520314a9a3f00b8d730b84b12bdea80674652173de51cc12abf880607ff65fb61715717736f77d8ee093d7cdd681ffa
6
+ metadata.gz: 4d950b05556e3f1e5ea536d038186773e3a3b9a85dd4c8f824b3f448c35b9aed1bdb7bcdb5ac423e010b483b35d8baee16cedba9c65884367230a9ddcdac8b33
7
+ data.tar.gz: 22d4356f48964551ecda0b727b42c76e7adf4d0a2d5411ea2db49056dc87ba109fc97c4edfb4e7d756894869c969c5bccef3d35697ccb6db80066da6fb0f738b
data/README.md CHANGED
@@ -1,10 +1,11 @@
1
1
  # blaze-css-rails
2
+ [![Gem Version](https://badge.fury.io/rb/blaze-css-rails.svg)](https://badge.fury.io/rb/blaze-css-rails)
2
3
 
3
4
  Blaze Css Rails gemifies the outstanding [Blaze CSS Framework](http://blazecss.com/) for Ruby on Rails applications. This gem is built with two main goals:
4
5
  - Instantly install Blaze CSS in the Rails asset pipeline.
5
6
  - Give you full power to customize your theme directly within the asset pipeline.
6
7
 
7
- The current version of this blaze-css-rails is v0.0.2. It uses Blaze CSS v3.0.0.
8
+ The currently bundled version of Blaze CSS is v3.0.0
8
9
 
9
10
  ## Installation
10
11
 
@@ -18,7 +19,9 @@ and run `bundle install`.
18
19
 
19
20
  ## Useage
20
21
 
21
- The most basic way to use this gem is to include this line in your application.css file:
22
+ ### Sprockets
23
+
24
+ If you are using Sprockets with the asset pipeline, include this in your `app/stylesheets/application.css`:
22
25
 
23
26
  ```css
24
27
  /*
@@ -26,10 +29,14 @@ The most basic way to use this gem is to include this line in your application.c
26
29
  */
27
30
  ```
28
31
 
29
- Then restart your server if it was previously running. You now have access to all of the classes in the Blaze library.
32
+ You now have access to all of the classes in the Blaze library.
30
33
 
31
34
  ### Sass
32
35
 
33
36
  If you prefer Sass (like me) you can instead add `@import 'blaze'` into your import file.
34
37
 
35
- This gem includes the default settings in Blaze CSS. If you would like to change these settings, import a variables file before importing 'blaze'. The settings available for you to over-ride can be found [here](https://github.com/andrewtpoe/blaze-css-rails/blob/master/vendor/blaze-css/scss/mixins/_settings.global.scss).
38
+ ### Customizing
39
+
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
+
42
+ The settings available for you to over-ride can be found [here](https://github.com/BlazeCSS/Blaze/blob/bc6afd7cc2af91c6d7b92f933a6cc743ce234f9f/scss/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.2"
4
+ VERSION = "0.0.3"
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blaze-css-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - andrewtpoe
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-10-14 00:00:00.000000000 Z
11
+ date: 2016-10-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -31,13 +31,13 @@ dependencies:
31
31
  - !ruby/object:Gem::Version
32
32
  version: '5.1'
33
33
  - !ruby/object:Gem::Dependency
34
- name: activesupport
34
+ name: sass-rails
35
35
  requirement: !ruby/object:Gem::Requirement
36
36
  requirements:
37
37
  - - ">="
38
38
  - !ruby/object:Gem::Version
39
39
  version: '0'
40
- type: :development
40
+ type: :runtime
41
41
  prerelease: false
42
42
  version_requirements: !ruby/object:Gem::Requirement
43
43
  requirements:
@@ -45,7 +45,7 @@ dependencies:
45
45
  - !ruby/object:Gem::Version
46
46
  version: '0'
47
47
  - !ruby/object:Gem::Dependency
48
- name: sass-rails
48
+ name: activesupport
49
49
  requirement: !ruby/object:Gem::Requirement
50
50
  requirements:
51
51
  - - ">="