mongrel_proctitle 1.3 → 1.4

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.
@@ -0,0 +1 @@
1
+ require 'mongrel_proctitle'
@@ -5,8 +5,8 @@ Gem::Specification.new do |s|
5
5
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
6
6
 
7
7
  s.name = 'mongrel_proctitle'
8
- s.version = '1.3'
9
- s.date = '2009-02-23'
8
+ s.version = '1.4'
9
+ s.date = '2009-03-01'
10
10
 
11
11
  s.platform = Gem::Platform::RUBY
12
12
  s.summary = "The mongrel_proctitle GemPlugin"
@@ -28,6 +28,7 @@ Gem::Specification.new do |s|
28
28
  Rakefile
29
29
  mongrel_proctitle.gemspec
30
30
  lib/mongrel_proctitle.rb
31
+ lib/mongrel_proctitle/init.rb
31
32
  bin/mongrel_top
32
33
  ]
33
34
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mongrel_proctitle
3
3
  version: !ruby/object:Gem::Version
4
- version: "1.3"
4
+ version: "1.4"
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexander Staubo
@@ -11,7 +11,7 @@ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
13
 
14
- date: 2009-02-23 00:00:00 -08:00
14
+ date: 2009-03-01 00:00:00 -08:00
15
15
  default_executable:
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
@@ -48,6 +48,7 @@ files:
48
48
  - Rakefile
49
49
  - mongrel_proctitle.gemspec
50
50
  - lib/mongrel_proctitle.rb
51
+ - lib/mongrel_proctitle/init.rb
51
52
  - bin/mongrel_top
52
53
  has_rdoc: true
53
54
  homepage: http://github.com/rtomayko/mongrel_proctitle