gearman-ruby 3.0.6 → 3.0.7

Sign up to get free protection for your applications and to get access to all the features.
data/gearman-ruby.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
10
10
  s.summary = %q{Ruby Gearman library}
11
11
  s.description = %q{Library for the Gearman distributed job system}
12
12
  s.email = %q{john@johnewart.net}
13
- s.homepage = %q{http://github.com/johnewart/gearman-ruby}
13
+ s.homepage = %q{http://github.com/gearman-ruby/gearman-ruby}
14
14
  s.rubyforge_project = "gearman-ruby"
15
15
 
16
16
  s.extra_rdoc_files = [
@@ -1,3 +1,3 @@
1
1
  module Gearman
2
- VERSION = "3.0.6"
2
+ VERSION = "3.0.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gearman-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.6
4
+ version: 3.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -35,7 +35,6 @@ files:
35
35
  - README
36
36
  - Rakefile
37
37
  - TODO
38
- - VERSION.yml
39
38
  - examples/calculus_client.rb
40
39
  - examples/calculus_worker.rb
41
40
  - examples/client.php
@@ -78,7 +77,7 @@ files:
78
77
  - test/testlib.rb
79
78
  - test/util_test.rb
80
79
  - test/worker_test.rb
81
- homepage: http://github.com/johnewart/gearman-ruby
80
+ homepage: http://github.com/gearman-ruby/gearman-ruby
82
81
  licenses: []
83
82
  post_install_message:
84
83
  rdoc_options: []
@@ -92,7 +91,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
92
91
  version: '0'
93
92
  segments:
94
93
  - 0
95
- hash: -888361438356632818
94
+ hash: 4589265995456252145
96
95
  required_rubygems_version: !ruby/object:Gem::Requirement
97
96
  none: false
98
97
  requirements:
data/VERSION.yml DELETED
@@ -1,4 +0,0 @@
1
- ---
2
- :major: 3
3
- :minor: 0
4
- :patch: 5