README.md in gem-newgem-0.1.2 vs README.md in gem-newgem-0.1.3
- old
+ new
@@ -1,6 +1,7 @@
# gem-newgem
+<a href='http://www.pledgie.com/campaigns/19482'><img alt='Click here to lend your support to: gem-new_gem and make a donation at www.pledgie.com !' src='http://www.pledgie.com/campaigns/19482.png?skin_name=chrome' border='0' /></a>
## Description
This a [rubygems plugin][Gem plugins] useful to generate new gem skeleton based on a default or custom template.
@@ -19,10 +20,12 @@
But i guess i just wanted to write my own ;)
If you like the idea of creating creating custom generators take a look at [thor][] (used by this gem) and how to [start][] the generator from your ruby script.
+If you are looking to bootstrap new rails apps maybe [rails-composer][] is for you.
+
## Installation
```bash
$ gem install gem-newgem
```
@@ -148,5 +151,6 @@
[gem-new]: https://github.com/apeiros/gem-new
[thor]: https://github.com/wycats/thor/wiki/Generators
[start]: http://elgalu.github.com/2013/how-to-run-thor-tasks-from-your-ruby-scripts/
[RubyGems API]: http://guides.rubygems.org/rubygems-org-api/
+[rails-composer]: http://railsapps.github.com/rails-composer/