skeleton_rails 0.1.1 → 0.1.2

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 (2) hide show
  1. data/{README.md → README.rdoc} +6 -6
  2. metadata +6 -6
@@ -1,7 +1,7 @@
1
- # Skeleton Rails
1
+ == Skeleton Rails
2
2
  skeleton\_rails is a simple gem that allows you to generate a layout file based on the awesome [Skeleton](http://getskeleton.com) in your rails application. It currently works with Rails 3.0.0 and later.
3
3
 
4
- # Installation
4
+ == Installation
5
5
 
6
6
  gem install skeleton_rails
7
7
 
@@ -17,14 +17,14 @@ Then, to create the layout:
17
17
 
18
18
  If the `--haml` option is specified, a haml template will be created instead of ERB.
19
19
 
20
- # Future
20
+ == Future
21
21
  * Maybe add sass?
22
22
 
23
- # Issues/Suggestions
24
- If you find anything amiss with this gem, please feel free to add a [ github issue ](https://github.com/ruprict/skeleton_rails/issues).
23
+ = Issues/Suggestions
24
+ If you find anything amiss with this gem, please feel free to add a { github issue }[https://github.com/ruprict/skeleton_rails/issues].
25
25
 
26
26
  If you have a suggestion, please feel free to fork, make the change, and submit a pull request.
27
27
 
28
- # Credit
28
+ == Credit
29
29
  Thanks to Dave Gamache for making Skeleton, and thanks to Ryan Bates for making Nifty Generators, which I basically just copied to make the structure for this gem.
30
30
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: skeleton_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2011-11-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
16
- requirement: &2164740160 !ruby/object:Gem::Requirement
16
+ requirement: &2152088880 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ~>
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: 3.0.0
22
22
  type: :development
23
23
  prerelease: false
24
- version_requirements: *2164740160
24
+ version_requirements: *2152088880
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: mocha
27
- requirement: &2164738360 !ruby/object:Gem::Requirement
27
+ requirement: &2152087420 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ~>
@@ -32,7 +32,7 @@ dependencies:
32
32
  version: 0.10.0
33
33
  type: :development
34
34
  prerelease: false
35
- version_requirements: *2164738360
35
+ version_requirements: *2152087420
36
36
  description: Generates a layout based on http://getskeleton.com
37
37
  email: glenn.goodrich@gmail.com
38
38
  executables: []
@@ -58,7 +58,7 @@ files:
58
58
  - Gemfile
59
59
  - Gemfile.lock
60
60
  - Rakefile
61
- - README.md
61
+ - README.rdoc
62
62
  homepage: http://github.com/ruprict/skeleton_rails
63
63
  licenses: []
64
64
  post_install_message: