krakenrails 0.0.5 → 0.0.6

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.
Files changed (3) hide show
  1. data/README.md +11 -3
  2. data/lib/krakenrails/version.rb +1 -1
  3. metadata +1 -1
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # Krakenrails
1
+ # Kraken for Rails
2
2
 
3
- TODO: Write a gem description
3
+ Kraken is a lightweight, mobile-first boilerplate for front-end web developers built by Chris Ferdinandi.
4
4
 
5
5
  ## Installation
6
6
 
@@ -18,7 +18,15 @@ Or install it yourself as:
18
18
 
19
19
  ## Usage
20
20
 
21
- TODO: Write usage instructions here
21
+ Add to your assets/stylesheets/application.css
22
+
23
+ *= require krakenrails
24
+
25
+ And to assets/javascripts/application.js
26
+
27
+ //= require krakenrails
28
+
29
+ For more information on using Kraken in your Rails app, visit [Kraken on Github.](https://cferdinandi.github.com/kraken "Kraken on Github")
22
30
 
23
31
  ## Contributing
24
32
 
@@ -1,3 +1,3 @@
1
1
  module Krakenrails
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: krakenrails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: