lib/ggem/template_file/README.md.erb in ggem-1.9.1 vs lib/ggem/template_file/README.md.erb in ggem-1.9.2

- old
+ new

@@ -1,6 +1,6 @@ -# <%= @gem.module_name %> +# <%= @ggem.module_name %> TODO: Write a gem description ## Usage @@ -8,18 +8,18 @@ ## Installation Add this line to your application's Gemfile: - gem "<%= @gem.name %>" + gem "<%= @ggem.name %>" And then execute: $ bundle Or install it yourself as: - $ gem install <%= @gem.name %> + $ gem install <%= @ggem.name %> ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`)