jumpstart 0.5.2 → 0.5.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.
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :jumpstart_version_major: 0
3
3
  :jumpstart_version_minor: 5
4
- :jumpstart_version_patch: 2
4
+ :jumpstart_version_patch: 3
@@ -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!(/\#\{app_name\}/, "#{app_name}")}
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
- - 2
9
- version: 0.5.2
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-04 00:00:00 +01:00
17
+ date: 2010-06-08 00:00:00 +01:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency