railman 0.6.7 → 0.6.8
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.
- checksums.yaml +4 -4
- data/lib/railman/cli.rb +1 -1
- data/lib/railman/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b5b40d316b98142526988e56f71febf7ca208f27
|
|
4
|
+
data.tar.gz: 3de772b801dbd105e86e7ef4b9820afa8cfad440
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dd101543439c8edd4ac7ab67297e293ec48523a1a8eb7d87740eee675ad420237fc500e56a685ffa26ca2b25cfe097e186e27d6fad68ad39f51cc47e4bf0a236
|
|
7
|
+
data.tar.gz: bc73a49c510a5ac8cc57f101ba42cf095a3044bd942dcf4e9a0a54bcdd7743d9b6c4e843cbbc1f8be036d670cf071fda975a7bcd2228641641b7aa3aa12264e4
|
data/lib/railman/cli.rb
CHANGED
|
@@ -40,7 +40,7 @@ module Railman
|
|
|
40
40
|
config = Railman::Config.new
|
|
41
41
|
config.app_name = app_name
|
|
42
42
|
config.class_name = Thor::Util.camel_case(app_name)
|
|
43
|
-
config.admin_email = ask("What is the
|
|
43
|
+
config.admin_email = ask("What is the administrator email address?")
|
|
44
44
|
config.domain = ask("What is the url of the application (without http and www)?")
|
|
45
45
|
if yes?("Do you want me to configure www.#{config.domain} domain to be redirected to #{config.domain}? (y/n)")
|
|
46
46
|
config.www_domain = "www.#{config.domain}"
|
data/lib/railman/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: railman
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Igor Jancev
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-05-
|
|
11
|
+
date: 2016-05-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|