vhost_generator 0.3.2 → 0.3.3

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.
@@ -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.3.2
11
+ vhost-generator, version 0.3.3
12
12
  """
@@ -63,7 +63,7 @@ module VhostGenerator
63
63
  <% if cfg.server_names.length >= 2 %>ServerAlias <%=
64
64
  cfg.server_names[1..-1].join(' ') %><% end %>
65
65
 
66
- DocumentRoot <%= cfg.static_folder %>;
66
+ DocumentRoot <%= cfg.static_folder %>
67
67
 
68
68
  AllowEncodedSlashes On
69
69
 
@@ -1,3 +1,3 @@
1
1
  module VhostGenerator
2
- VERSION = "0.3.2"
2
+ VERSION = "0.3.3"
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.3.2
4
+ version: 0.3.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -130,7 +130,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
130
130
  version: '0'
131
131
  segments:
132
132
  - 0
133
- hash: 336320189
133
+ hash: 637325811
134
134
  required_rubygems_version: !ruby/object:Gem::Requirement
135
135
  none: false
136
136
  requirements:
@@ -139,7 +139,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
139
139
  version: '0'
140
140
  segments:
141
141
  - 0
142
- hash: 336320189
142
+ hash: 637325811
143
143
  requirements: []
144
144
  rubyforge_project:
145
145
  rubygems_version: 1.8.23