rake_server 0.0.4 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.4
1
+ 0.0.5
@@ -30,9 +30,12 @@ module RakeServer
30
30
  begin
31
31
  Process.kill("TERM", pid)
32
32
  rescue Errno::ESRCH
33
+ STDERR.puts("No rake-server process running at PID #{pid}")
33
34
  # No worries
34
35
  end
35
36
  FileUtils.rm(pid_file)
37
+ else
38
+ STDERR.puts("No PIDfile at #{pid_file}")
36
39
  end
37
40
  end
38
41
 
data/rake_server.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{rake_server}
8
- s.version = "0.0.4"
8
+ s.version = "0.0.5"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Mat Brown", "Cedric Howe"]
12
- s.date = %q{2010-04-07}
12
+ s.date = %q{2010-04-19}
13
13
  s.description = %q{RakeServer is a library which allows Rake tasks to be run using client requests
14
14
  to a long-running rake server, which can eagerly load required code into memory
15
15
  for fast task invocation.
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 4
9
- version: 0.0.4
8
+ - 5
9
+ version: 0.0.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - Mat Brown
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-04-07 00:00:00 -04:00
18
+ date: 2010-04-19 00:00:00 -04:00
19
19
  default_executable:
20
20
  dependencies: []
21
21