jeffp-wizardly 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
- #require 'wizardly'
1
+ require 'wizardly'
2
2
 
3
3
  class WizardlyControllerGenerator < Rails::Generator::Base
4
4
  attr_reader :controller_name, :model_name, :completed_redirect, :canceled_redirect
@@ -1,4 +1,4 @@
1
- #require 'wizardly'
1
+ require 'wizardly'
2
2
 
3
3
  class WizardlyScaffoldGenerator < Rails::Generator::Base
4
4
  attr_reader :wizard_config, :pages
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jeffp-wizardly
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeff Patmon