hobo_support 1.3.0.pre25 → 1.3.0.pre26
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 +1 -1
- data/lib/generators/hobo_support/model.rb +2 -0
- data/lib/hobo_support/command.rb +1 -1
- metadata +4 -4
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.3.0.
|
|
1
|
+
1.3.0.pre26
|
data/lib/hobo_support/command.rb
CHANGED
|
@@ -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
|
|
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: -
|
|
4
|
+
hash: -1637108448
|
|
5
5
|
prerelease: true
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 3
|
|
9
9
|
- 0
|
|
10
|
-
-
|
|
11
|
-
version: 1.3.0.
|
|
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:
|
|
19
|
+
date: 2011-01-22 00:00:00 -04:00
|
|
20
20
|
default_executable:
|
|
21
21
|
dependencies:
|
|
22
22
|
- !ruby/object:Gem::Dependency
|