regenwolke_autons 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/regenwolke_autons/nginx_auton.rb +1 -1
- data/lib/regenwolke_autons/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dfe447f8a41c13c058fac0654e4ea8fe3072a64c
|
4
|
+
data.tar.gz: 6c62ccae4b482505cc030c5518359c3a38e4f7ff
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f67ce6c45904ec71d37f5dbe48d5e2a007e19109cf9ec495945cfd6b9a5f681535e7157b4411a419f496deaaa59f4bda546ccdc3535c88348608e8d982a6fe1e
|
7
|
+
data.tar.gz: a0b5c4afd6e4d57869cb130439b205ce078d206a5d179673051d0b1afff5aa7886f12920a53483b5abcfcac6e89046be70219089e8a783f741335b726dd7172f
|
@@ -44,7 +44,7 @@ module RegenwolkeAutons
|
|
44
44
|
end
|
45
45
|
|
46
46
|
def create_config
|
47
|
-
applications={'regenwolke' => ['localhost',[ENV['PORT'] || 5000]]}
|
47
|
+
applications={'regenwolke' => [['localhost',[ENV['PORT'] || 5000]]]}
|
48
48
|
erb = ERB.new File.read(File.expand_path('../nginx_config.erb', __FILE__))
|
49
49
|
File.write("nginx.config",erb.result(binding))
|
50
50
|
end
|