red_unicorn 1.1.4 → 1.1.5

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.rdoc CHANGED
@@ -1,3 +1,6 @@
1
+ == v1.1.5
2
+ * Fix argument bug to allow overriding config file location
3
+
1
4
  == v1.1.4
2
5
  * Fix child pid discovery (thanks {Darrin}[http://github.com/dje])
3
6
 
data/bin/red_unicorn CHANGED
@@ -68,7 +68,7 @@ opts.each do |opt,arg|
68
68
  when '--restart-grace'
69
69
  unicorn_hash[:restart_grace] = arg.to_i
70
70
  when '--unicorn-config'
71
- unicorn_hash[:unicorn_config] = arg.to_s
71
+ unicorn_hash[:config_path] = arg.to_s
72
72
  when '--unicorn-exec'
73
73
  unicorn_hash[:exec_path] = arg.to_s
74
74
  when '--pid-file'
@@ -13,5 +13,5 @@ module RedUnicorn
13
13
  end
14
14
  end
15
15
 
16
- VERSION = Version.new('1.1.4')
16
+ VERSION = Version.new('1.1.5')
17
17
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: red_unicorn
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 4
10
- version: 1.1.4
9
+ - 5
10
+ version: 1.1.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Chris Roberts
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-11-14 00:00:00 -08:00
18
+ date: 2012-01-27 00:00:00 -08:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency