zfben_rails_rake 0.0.20 → 0.0.21

Sign up to get free protection for your applications and to get access to all the features.
@@ -16,7 +16,7 @@ if File.exists? Rails.root.join('unicorn.rb')
16
16
  if File.exists? Rails.root.join('tmp/unicorn.pid')
17
17
  zfben_rails_rake_system 'kill -QUIT `cat tmp/unicorn.pid`'
18
18
  sleep 1
19
- zfben_rails_rake_system 'rm tmp/unicorn.pid'
19
+ zfben_rails_rake_system 'rm tmp/unicorn.pid' if File.exists? Rails.root.join('tmp/unicorn.pid')
20
20
  end
21
21
  end
22
22
 
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = 'zfben_rails_rake'
6
- s.version = '0.0.20'
6
+ s.version = '0.0.21'
7
7
  s.platform = Gem::Platform::RUBY
8
8
  s.authors = ['Ben']
9
9
  s.email = ['ben@zfben.com']
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zfben_rails_rake
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.20
4
+ version: 0.0.21
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: 2011-12-13 00:00:00.000000000 Z
12
+ date: 2012-01-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rainbow
16
- requirement: &19814000 !ruby/object:Gem::Requirement
16
+ requirement: &14494240 !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: *19814000
24
+ version_requirements: *14494240
25
25
  description: ''
26
26
  email:
27
27
  - ben@zfben.com