unicorn-worker-killer 0.1.0 → 0.1.1

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/ChangeLog CHANGED
@@ -1,3 +1,7 @@
1
+ Release 0.1 - 2012/11/17
2
+
3
+ * Fix homepage
4
+
1
5
  Release 0.1 - 2012/11/17
2
6
 
3
7
  * First release
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
@@ -4,7 +4,7 @@ $:.push File.expand_path('../lib', __FILE__)
4
4
  Gem::Specification.new do |gem|
5
5
  gem.name = "unicorn-worker-killer"
6
6
  gem.description = "Kill unicorn workers by memory and request counts"
7
- gem.homepage = "https://github.com/treasure-data/unicorn-worker-killer"
7
+ gem.homepage = "https://github.com/kzk/unicorn-worker-killer"
8
8
  gem.summary = gem.description
9
9
  gem.version = File.read("VERSION").strip
10
10
  gem.authors = ["Kazuki Ohta", "Sadayuki Furuhashi"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unicorn-worker-killer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -61,7 +61,7 @@ files:
61
61
  - VERSION
62
62
  - lib/unicorn/worker_killer.rb
63
63
  - unicorn-worker-killer.gemspec
64
- homepage: https://github.com/treasure-data/unicorn-worker-killer
64
+ homepage: https://github.com/kzk/unicorn-worker-killer
65
65
  licenses: []
66
66
  post_install_message:
67
67
  rdoc_options: []