recipiez 0.2.7 → 0.2.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module Recipiez
2
- VERSION = '0.2.7'
2
+ VERSION = '0.2.8'
3
3
  end
data/recipes/nginx.rb CHANGED
@@ -28,7 +28,7 @@ Capistrano::Configuration.instance(true).load do
28
28
  task :nodejs do
29
29
 
30
30
  _cset :node_port, 3000
31
- # _cset :ssl, 'off'
31
+ _cset :ssl_enabled, false
32
32
 
33
33
 
34
34
  put render("nginx_node", binding), "#{application}.conf"
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: recipiez
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 7
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 7
10
- version: 0.2.7
9
+ - 8
10
+ version: 0.2.8
11
11
  platform: ruby
12
12
  authors:
13
13
  - Alastair Brunton