lib/ggem/template_file/README.md.erb in ggem-1.8.4 vs lib/ggem/template_file/README.md.erb in ggem-1.9.0
- old
+ new
@@ -8,11 +8,11 @@
## Installation
Add this line to your application's Gemfile:
- gem '<%= @gem.name %>'
+ gem "<%= @gem.name %>"
And then execute:
$ bundle
@@ -22,8 +22,8 @@
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
-3. Commit your changes (`git commit -am 'Added some feature'`)
+3. Commit your changes (`git commit -am "Added some feature"`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request