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.
- data/bluepill-gearman.gemspec +1 -1
- data/lib/bluepill-gearman/version.rb +1 -1
- metadata +2 -2
data/bluepill-gearman.gemspec
CHANGED
@@ -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 = "
|
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) }
|
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.
|
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:
|
128
|
+
homepage: https://github.com/gtforge/bluepill-gearman
|
129
129
|
licenses: []
|
130
130
|
post_install_message:
|
131
131
|
rdoc_options: []
|