hobo_support 1.3.0.pre25 → 1.3.0.pre26

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.3.0.pre25
1
+ 1.3.0.pre26
@@ -1,3 +1,5 @@
1
+ require 'generators/hobo_support/eval_template'
2
+
1
3
  module Generators
2
4
  module HoboSupport
3
5
  Model = classy_module do
@@ -115,7 +115,7 @@ exec 'rails g hobo:setup_wizard --skip-wizard #{ARGV * ' '} '
115
115
  say_title "Hobo Setup Wizard"
116
116
  if yes_no?("Do you want to start the Setup Wizard now?
117
117
  (Choose 'n' if you need to manually customize any file before running the Wizard.
118
- You can rerun it at any time with `hobo g setup_wizard` from the application root dir.)")
118
+ You can run it later with `hobo g setup_wizard` from the application root dir.)")
119
119
  exec 'rails g hobo:setup_wizard --no-main-title'
120
120
  else
121
121
  say "Please, remember to run `hobo g setup_wizard` from the application root dir, in order to complete the Setup.", :yellow
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hobo_support
3
3
  version: !ruby/object:Gem::Version
4
- hash: -1637108445
4
+ hash: -1637108448
5
5
  prerelease: true
6
6
  segments:
7
7
  - 1
8
8
  - 3
9
9
  - 0
10
- - pre25
11
- version: 1.3.0.pre25
10
+ - pre26
11
+ version: 1.3.0.pre26
12
12
  platform: ruby
13
13
  authors:
14
14
  - Tom Locke
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2010-12-19 00:00:00 -04:00
19
+ date: 2011-01-22 00:00:00 -04:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency