atduskgreg-dog_catcher 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/dog_catcher.gemspec +4 -3
  2. data/lib/dog_catcher.rb +1 -1
  3. metadata +5 -6
@@ -1,16 +1,17 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "dog_catcher"
3
- s.version = "0.1.0"
4
- s.date = "2008-12-30"
3
+ s.version = "0.1.1"
4
+ s.date = "2009-03-30"
5
5
  s.summary = "Find and cleanly shut down any and all mongrels running on your system."
6
6
  s.email = "greg@mfdz.com"
7
7
  s.homepage = "http://github.com/atduskgreg/dog_catcher"
8
8
  s.description = "Find and cleanly shut down any and all mongrels running on your system."
9
9
  s.has_rdoc = true
10
10
  s.authors = ["Greg Borenstein"]
11
+ s.executables = %w(dog_catcher)
11
12
  s.files = ["History.txt",
12
13
  "README.rdoc",
13
- "Maifest.txt",
14
+ "Manifest.txt",
14
15
  "bin/dog_catcher",
15
16
  "lib/dog_catcher.rb",
16
17
  "Rakefile",
@@ -1,5 +1,5 @@
1
1
  class DogCatcher
2
- VERSION = "0.1"
2
+ VERSION = "0.1.0"
3
3
 
4
4
  attr_accessor :lines
5
5
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: atduskgreg-dog_catcher
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Greg Borenstein
@@ -9,14 +9,14 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-12-30 00:00:00 -08:00
12
+ date: 2009-03-30 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
16
16
  description: Find and cleanly shut down any and all mongrels running on your system.
17
17
  email: greg@mfdz.com
18
- executables: []
19
-
18
+ executables:
19
+ - dog_catcher
20
20
  extensions: []
21
21
 
22
22
  extra_rdoc_files:
@@ -26,12 +26,11 @@ extra_rdoc_files:
26
26
  files:
27
27
  - History.txt
28
28
  - README.rdoc
29
- - Maifest.txt
29
+ - Manifest.txt
30
30
  - bin/dog_catcher
31
31
  - lib/dog_catcher.rb
32
32
  - Rakefile
33
33
  - dog_catcher.gemspec
34
- - Manifest.txt
35
34
  has_rdoc: true
36
35
  homepage: http://github.com/atduskgreg/dog_catcher
37
36
  post_install_message: