Thin_Upstreams 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -15,7 +15,8 @@ def Thin_Upstreams glob = "./*/config/thin.yml"
15
15
  ports = Thin_Upstreams.port_to_array(o["port"], o["servers"])
16
16
  str << %~
17
17
  upstream #{app_name} {
18
- #{ ports.map { |i| "server 127.0.0.1:#{i}" }.join(";\n") };
18
+ #{ ports.map { |i| "server 127.0.0.1:#{i}" }.join(";
19
+ ") };
19
20
  }
20
21
  ~
21
22
  }
@@ -1,3 +1,3 @@
1
1
  class Thin_Upstreams
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: Thin_Upstreams
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: