shoulda_machinist_generator 0.1.5 → 0.2.0

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.5
1
+ 0.2.0
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shoulda_machinist_generator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dave Hrycyszyn
@@ -29,13 +29,13 @@ files:
29
29
  - Rakefile
30
30
  - VERSION
31
31
  - rails_generators/shoulda_machinist_model/USAGE
32
- - rails_generators/shoulda_machinist_model/shoulda_model_generator.rb
32
+ - rails_generators/shoulda_machinist_model/shoulda_machinist_model_generator.rb
33
33
  - rails_generators/shoulda_machinist_model/templates/blueprints.rb
34
34
  - rails_generators/shoulda_machinist_model/templates/migration.rb
35
35
  - rails_generators/shoulda_machinist_model/templates/model.rb
36
36
  - rails_generators/shoulda_machinist_model/templates/unit_test.rb
37
37
  - rails_generators/shoulda_machinist_scaffold/USAGE
38
- - rails_generators/shoulda_machinist_scaffold/shoulda_scaffold_generator.rb
38
+ - rails_generators/shoulda_machinist_scaffold/shoulda_machinist_scaffold_generator.rb
39
39
  - rails_generators/shoulda_machinist_scaffold/templates/blueprint/ie.css
40
40
  - rails_generators/shoulda_machinist_scaffold/templates/blueprint/print.css
41
41
  - rails_generators/shoulda_machinist_scaffold/templates/blueprint/screen.css