jumpstart 0.5.2 → 0.5.3
Sign up to get free protection for your applications and to get access to all the features.
- data/config/jumpstart_version.yml +1 -1
- data/lib/jumpstart/filetools.rb +1 -1
- metadata +3 -3
data/lib/jumpstart/filetools.rb
CHANGED
@@ -176,7 +176,7 @@ module JumpStart::FileTools
|
|
176
176
|
source_config = IO.read(source_file)
|
177
177
|
nginx_config.push source_config
|
178
178
|
nginx_config.push @nginx_last_line
|
179
|
-
nginx_config.each {|line| line.gsub!(
|
179
|
+
nginx_config.each {|line| line.gsub!(/PROJECT_NAME/, "#{app_name}")}
|
180
180
|
File.open(target_file, "w") do |file|
|
181
181
|
file.puts nginx_config
|
182
182
|
end
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 5
|
8
|
-
-
|
9
|
-
version: 0.5.
|
8
|
+
- 3
|
9
|
+
version: 0.5.3
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Ian Alexander Wood (i0n)
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2010-06-
|
17
|
+
date: 2010-06-08 00:00:00 +01:00
|
18
18
|
default_executable:
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|