vhost_generator 0.2.1 → 0.2.2
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/README.md +4 -0
- data/bin/foreman-export-vhost +1 -0
- data/features/version.feature +1 -1
- data/lib/vhost_generator/version.rb +1 -1
- metadata +3 -3
data/README.md
CHANGED
|
@@ -39,6 +39,10 @@ More advanced usages: see `features/` directory or run:
|
|
|
39
39
|
|
|
40
40
|
$ bundle exec vhost-generator --help
|
|
41
41
|
|
|
42
|
+
This gem also contains a wrapper to `foreman export` that will extract as many parameters from your `foreman export` command-line to make your generated virtualhost consistent with your `Procfile`, especially regarding the instance ports used.
|
|
43
|
+
|
|
44
|
+
$ bundle exec foreman-export-vhost --help
|
|
45
|
+
|
|
42
46
|
## Tips
|
|
43
47
|
|
|
44
48
|
Pipe with `sudo tee` to save the configuration in your nginx sites-enabled directory.
|
data/bin/foreman-export-vhost
CHANGED
data/features/version.feature
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vhost_generator
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -126,7 +126,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
126
126
|
version: '0'
|
|
127
127
|
segments:
|
|
128
128
|
- 0
|
|
129
|
-
hash:
|
|
129
|
+
hash: 138630257
|
|
130
130
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
131
131
|
none: false
|
|
132
132
|
requirements:
|
|
@@ -135,7 +135,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
135
135
|
version: '0'
|
|
136
136
|
segments:
|
|
137
137
|
- 0
|
|
138
|
-
hash:
|
|
138
|
+
hash: 138630257
|
|
139
139
|
requirements: []
|
|
140
140
|
rubyforge_project:
|
|
141
141
|
rubygems_version: 1.8.23
|