Manifest in stefanpenner-my_generator-0.1.1 vs Manifest in stefanpenner-my_generator-0.1.2

- old
+ new

@@ -1,32 +1,32 @@ -rails_generators/shoulda_model/shoulda_model_generator.rb -rails_generators/shoulda_model/templates/factory.rb -rails_generators/shoulda_model/templates/fixtures.yml -rails_generators/shoulda_model/templates/migration.rb -rails_generators/shoulda_model/templates/model.rb -rails_generators/shoulda_model/templates/unit_test.rb -rails_generators/shoulda_model/USAGE -rails_generators/shoulda_scaffold/shoulda_scaffold_generator.rb -rails_generators/shoulda_scaffold/templates/blueprint/ie.css -rails_generators/shoulda_scaffold/templates/blueprint/print.css -rails_generators/shoulda_scaffold/templates/blueprint/screen.css -rails_generators/shoulda_scaffold/templates/controller.rb -rails_generators/shoulda_scaffold/templates/erb/_form.html.erb -rails_generators/shoulda_scaffold/templates/erb/edit.html.erb -rails_generators/shoulda_scaffold/templates/erb/index.html.erb -rails_generators/shoulda_scaffold/templates/erb/layout.html.erb -rails_generators/shoulda_scaffold/templates/erb/new.html.erb -rails_generators/shoulda_scaffold/templates/erb/show.html.erb -rails_generators/shoulda_scaffold/templates/functional_test/basic.rb -rails_generators/shoulda_scaffold/templates/functional_test/should_be_restful.rb -rails_generators/shoulda_scaffold/templates/haml/_form.html.haml -rails_generators/shoulda_scaffold/templates/haml/edit.html.haml -rails_generators/shoulda_scaffold/templates/haml/index.html.haml -rails_generators/shoulda_scaffold/templates/haml/layout.html.haml -rails_generators/shoulda_scaffold/templates/haml/new.html.haml -rails_generators/shoulda_scaffold/templates/haml/show.html.haml -rails_generators/shoulda_scaffold/templates/helper.rb -rails_generators/shoulda_scaffold/USAGE +rails_generators/my_model/shoulda_model_generator.rb +rails_generators/my_model/templates/factory.rb +rails_generators/my_model/templates/fixtures.yml +rails_generators/my_model/templates/migration.rb +rails_generators/my_model/templates/model.rb +rails_generators/my_model/templates/unit_test.rb +rails_generators/my_model/USAGE +rails_generators/my_scaffold/shoulda_scaffold_generator.rb +rails_generators/my_scaffold/templates/blueprint/ie.css +rails_generators/my_scaffold/templates/blueprint/print.css +rails_generators/my_scaffold/templates/blueprint/screen.css +rails_generators/my_scaffold/templates/controller.rb +rails_generators/my_scaffold/templates/erb/_form.html.erb +rails_generators/my_scaffold/templates/erb/edit.html.erb +rails_generators/my_scaffold/templates/erb/index.html.erb +rails_generators/my_scaffold/templates/erb/layout.html.erb +rails_generators/my_scaffold/templates/erb/new.html.erb +rails_generators/my_scaffold/templates/erb/show.html.erb +rails_generators/my_scaffold/templates/functional_test/basic.rb +rails_generators/my_scaffold/templates/functional_test/should_be_restful.rb +rails_generators/my_scaffold/templates/haml/_form.html.haml +rails_generators/my_scaffold/templates/haml/edit.html.haml +rails_generators/my_scaffold/templates/haml/index.html.haml +rails_generators/my_scaffold/templates/haml/layout.html.haml +rails_generators/my_scaffold/templates/haml/new.html.haml +rails_generators/my_scaffold/templates/haml/show.html.haml +rails_generators/my_scaffold/templates/helper.rb +rails_generators/my_scaffold/USAGE Rakefile README.markdown -shoulda_generator.gemspec +my_generator.gemspec Manifest