Commit 32e1d36b9aec82512e93706b14b126e5f2452387

Authored by nollieheel
1 parent 402a7b99

Bump to v0.3.4

  1 +# 0.3.4
  2 +
  3 +Fix a typo in an nginx template
  4 +
1 5 # 0.3.3
2 6
3 7 Fix bug caused by typo where php group defaults to nginx user
... ...
... ... @@ -4,7 +4,7 @@ maintainer_email 'sysadmin@chromedia.com'
4 4 license 'Apache License'
5 5 description 'Simplifies setup of Nginx+PHP-FPM in Chromedia.'
6 6 long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
7   -version '0.3.3'
  7 +version '0.3.4'
8 8
9 9 {
10 10 'php-fpm' => '0.7.5',
... ...
... ... @@ -143,7 +143,7 @@ server {
143 143 }
144 144
145 145 <% @server_statements_1.each do |s1| -%>
146   - <%= sm %>
  146 + <%= s1 %>
147 147 <% end -%>
148 148
149 149 <% @includes.each do |inc| -%>
... ...