bluepill-gearman 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
6
6
  gem.email = ["ami.mahloof@gmail.com"]
7
7
  gem.description = %q{send events to gearman when a bluepill process state changes}
8
8
  gem.summary = %q{send events to gearman via the send_gearman when a bluepill monitored process triggers a state change}
9
- gem.homepage = "http://github.com/innovia/bluepill-gearman"
9
+ gem.homepage = "https://github.com/gtforge/bluepill-gearman"
10
10
 
11
11
  gem.files = `git ls-files`.split($\)
12
12
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
@@ -1,5 +1,5 @@
1
1
  module Bluepill
2
2
  module Gearman
3
- VERSION = "1.0.2"
3
+ VERSION = "1.0.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bluepill-gearman
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -125,7 +125,7 @@ files:
125
125
  - lib/bluepill-gearman.rb
126
126
  - lib/bluepill-gearman/version.rb
127
127
  - spec/bluepill-gearman_spec.rb
128
- homepage: http://github.com/innovia/bluepill-gearman
128
+ homepage: https://github.com/gtforge/bluepill-gearman
129
129
  licenses: []
130
130
  post_install_message:
131
131
  rdoc_options: []