red_unicorn 1.1.6 → 1.1.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,6 @@
1
+ == v1.1.7
2
+ * Remove pid file option for ruby based unicorn
3
+
1
4
  == v1.1.6
2
5
  * Add support for gunicorn usage
3
6
  * Restart will now defer to start if not started
@@ -188,7 +188,7 @@ module RedUnicorn
188
188
  def format_options
189
189
  case @opts[:kind].to_sym
190
190
  when :unicorn
191
- "--daemonize --env #{@opts[:env]} --config-file #{@opts[:config_path]} --pid-file #{@opts[:pid]}"
191
+ "--daemonize --env #{@opts[:env]} --config-file #{@opts[:config_path]}"
192
192
  when :gunicorn
193
193
  "--daemon --config #{@opts[:config_path]} --pid #{@opts[:pid]}"
194
194
  else
@@ -13,5 +13,5 @@ module RedUnicorn
13
13
  end
14
14
  end
15
15
 
16
- VERSION = Version.new('1.1.6')
16
+ VERSION = Version.new('1.1.7')
17
17
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: red_unicorn
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.6
4
+ version: 1.1.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-04-11 00:00:00.000000000 Z
12
+ date: 2012-04-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: unicorn
16
- requirement: &18527620 !ruby/object:Gem::Requirement
16
+ requirement: &17943720 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *18527620
24
+ version_requirements: *17943720
25
25
  description: Unicorn Process Handler
26
26
  email: chrisroberts.code@gmail.com
27
27
  executables: