negroku 1.1.5 → 1.1.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9adb73105871cbf165656dfe33507cda128c5c8a
4
- data.tar.gz: b07e0bcd847d070997f21f08139bc33dc63b0d94
3
+ metadata.gz: 655899685c874de562a0447b4f8bfb634d70d2df
4
+ data.tar.gz: 1b785d6abad4555be1c8e0570463f787070bad1f
5
5
  SHA512:
6
- metadata.gz: bacb1d75946396c708f3c2ac661dd3747ff338e87eebb481722855008261f74181816d9726ebee62ce1e619515346b3cc9946aaf425291966bbec920d5b16489
7
- data.tar.gz: b532f52f6edd707cfe13a0be44cca44df22270bdc13cbbd8a1f7cf380e719fcd3fff9d956d96592f87c254fff2bf6221f6fad0262539144ccbb26f3c5b1cdc25
6
+ metadata.gz: 1755132523a0c596a22ef2bf529cbf296d6202eef125b7491e5a7fc83614ddbf1c35045937f6e80f023db1bf321dd6e5f9a88b98bfe30fa00825ede4f85658f7
7
+ data.tar.gz: fb53d236662a55605ac4c3b74ebc62181c3fff1f2dca2c292ef022d75771c71a5114f6154ef07fbd780a2b2d1c2476600ab798e3a44f4753c1f495a4e3baa8ab
data/bin/negroku CHANGED
File without changes
@@ -17,12 +17,12 @@ set_default :unicorn_bin, 'bin/unicorn'
17
17
  set_default :unicorn_socket, fetch(:app_server_socket)
18
18
 
19
19
  # Defines where the unicorn pid will live.
20
- set_default :unicorn_pid, File.join(current_path, "tmp", "pids", "unicorn.pid")
20
+ set_default(:unicorn_pid) { File.join(current_path, "tmp", "pids", "unicorn.pid") }
21
21
 
22
22
  # Preload app for fast worker spawn
23
23
  set_default :unicorn_preload, true
24
24
 
25
- set_default :unicorn_config_path, "#{shared_path}/config"
25
+ set_default(:unicorn_config_path) { "#{shared_path}/config" }
26
26
 
27
27
  # Unicorn
28
28
  #------------------------------------------------------------------------------
@@ -1,3 +1,3 @@
1
1
  module Negroku
2
- VERSION = "1.1.5"
2
+ VERSION = "1.1.6"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: negroku
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.5
4
+ version: 1.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Ignacio Donoso
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-11-22 00:00:00.000000000 Z
11
+ date: 2013-12-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capistrano