ohlala_rails_scaffold_templates 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -11,7 +11,7 @@ class OhlalaTemplatesGenerator < Rails::Generators::Base
11
11
  copy_file "model.rb", "lib/templates/active_record/model/model.rb"
12
12
  copy_file "controller.rb", "lib/templates/rails/scaffold_controller/controller.rb"
13
13
  copy_file "unit_test.rb", "lib/templates/test_unit/scaffold/test_unit.rb"
14
- copy_file "functional_test.rb", "lib/templates/test_unit/scaffold/functional.rb"
14
+ copy_file "functional_test.rb", "lib/templates/test_unit/scaffold/functional_test.rb"
15
15
  end
16
16
 
17
17
  end
@@ -1,3 +1,3 @@
1
1
  module OhlalaRailsScaffoldTemplates
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: ohlala_rails_scaffold_templates
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.2
5
+ version: 0.0.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Swami Atma