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 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.
@@ -156,6 +156,7 @@ class ForemanExportApplication
156
156
  @config = config
157
157
  @argv = argv
158
158
  @commands = commands
159
+ commands << %w(set -e)
159
160
  end
160
161
 
161
162
  def to_str
@@ -8,5 +8,5 @@ Feature: Output program version
8
8
  When I run `bundle exec vhost-generator --version`
9
9
  Then it should pass with:
10
10
  """
11
- vhost-generator, version 0.2.1
11
+ vhost-generator, version 0.2.2
12
12
  """
@@ -1,3 +1,3 @@
1
1
  module VhostGenerator
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
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.1
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: -251905965
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: -251905965
138
+ hash: 138630257
139
139
  requirements: []
140
140
  rubyforge_project:
141
141
  rubygems_version: 1.8.23