prometheus-splash.gemspec in prometheus-splash-0.5.2 vs prometheus-splash.gemspec in prometheus-splash-0.5.3
- old
+ new
@@ -8,10 +8,10 @@
spec.version = Splash::Constants::VERSION
spec.authors = [Splash::Constants::AUTHOR]
spec.email = [Splash::Constants::EMAIL]
spec.description = %q{Prometheus Logs and Batchs supervision over PushGateway and commands orchestration}
spec.summary = %q{Supervision with Prometheus of Logs and Asynchronous tasks orchestration for Services or Hosts }
- spec.homepage = "http://www.ultragreen.net"
+ spec.homepage = "https://github.com/Ultragreen/prometheus-splash"
spec.license = Splash::Constants::LICENSE
spec.require_paths << 'bin'
spec.bindir = 'bin'
spec.executables = Dir["bin/*"].map!{|item| item.gsub("bin/","")}
spec.files = `git ls-files`.split($/)