roots-rails 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -27,7 +27,7 @@ white = #fff
27
27
  black = #272727
28
28
 
29
29
  // default color
30
- default = blue
30
+ default-color = blue
31
31
 
32
32
  // text hilight color
33
33
  hilight-color = blue
@@ -1,4 +1,4 @@
1
1
 
2
2
  module Roots
3
- VERSION = '1.0.0'
3
+ VERSION = '1.0.1'
4
4
  end
data/readme.md CHANGED
@@ -1,16 +1,13 @@
1
1
  Roots Rails
2
2
  -----------
3
3
 
4
- This gem can be used to bootstrap your rails app with the roots sass framework, layout, and assets.
4
+ This gem adds [roots-css](https://github.com/jenius/roots-css) to your rails app, and adds support for the more concise and jade-like [slim](http://slim-lang.com/).
5
5
 
6
- ### Setup
6
+ ### Installation
7
7
 
8
- To add roots to your application, run `rails g roots:install` and I'll set up your app to work great with the roots css framework and templating languages. This command is destructive particularly to your main layout file and application.css file, so it's recommended that you run it at the beginning of your project or back up those two files beforehand.
8
+ - Add `gem 'roots-rails'` to your gemfile.
9
+ - run `bundle`
10
+ - run `rails g roots:install`
11
+ - profit
9
12
 
10
- The roots css library will be automatically included in any stylus file you use. If you would like to jump in and edit the source directly, you can easily override any of the files in your asset pipeline. Check out the [roots-css repo](http://github.com/jenius/roots-css) to dive into the structure. Documentation for the css library will be available very soon.
11
-
12
- Currently, this gem also **depends on node.js** and npm, but this will be phased out in the future. Just makes life easier for the first release.
13
-
14
- ### Feedback
15
-
16
- If there's anything else you'd like to see here, anything is broken, or you have any suggestions, we would be more than happy to take care of them for you. Just drop an issue in our wonderful issues section and we'll jump right on that.
13
+ Currently, this gem also **depends on node.js**, but this will be phased out in the future. Just makes life easier for the first release. Luckily, node.js is [stupid easy to install](http://nodejs.org/), and is not required on any production servers, just for keeping the roots-css library up to date.
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
8
8
  s.version = Roots::VERSION
9
9
  s.authors = ["Jeff Escalante"]
10
10
  s.email = ["jeff.escalante@carrotcreative.com"]
11
- s.homepage = "http://roots.carrotbeta.com"
11
+ s.homepage = "http://roots.jenius.me"
12
12
  s.summary = %q{Injects roots css framework, layouts, and assets into your rails app}
13
13
  s.description = %q{Injects roots css framework, layouts, and assets into your rails app}
14
14
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: roots-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-12-03 00:00:00.000000000 Z
12
+ date: 2012-12-14 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Injects roots css framework, layouts, and assets into your rails app
15
15
  email:
@@ -31,7 +31,7 @@ files:
31
31
  - lib/roots/version.rb
32
32
  - readme.md
33
33
  - roots-rails.gemspec
34
- homepage: http://roots.carrotbeta.com
34
+ homepage: http://roots.jenius.me
35
35
  licenses: []
36
36
  post_install_message:
37
37
  rdoc_options: []