activehook.gemspec in activehook-0.1.4 vs activehook.gemspec in activehook-0.1.5
- old
+ new
@@ -6,11 +6,11 @@
Gem::Specification.new do |spec|
spec.name = "activehook"
spec.version = ActiveHook::VERSION
spec.authors = ["Nicholas Sweeting"]
spec.email = ["nsweeting@gmail.com"]
- spec.summary = "Fast and simple webhook microservice for Ruby."
- spec.description = "Fast and simple webhook microservice for Ruby."
+ spec.summary = "Fast and simple webhook delivery microservice for Ruby."
+ spec.description = "Fast and simple webhook delivery microservice for Ruby."
spec.homepage = "https://github.com/nsweeting/activehook"
spec.license = "MIT"
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
spec.executables = %w( activehook-server activehook-app )