shoulda_machinist_generator 0.1.5 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.
|
1
|
+
0.2.0
|
File without changes
|
File without changes
|
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.
|
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/
|
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/
|
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
|