multi_daemons.gemspec in multi_daemons-0.1.4 vs multi_daemons.gemspec in multi_daemons-1.0.0
- old
+ new
@@ -8,11 +8,11 @@
spec.authors = ['santhanakarthikeyan']
spec.email = ['santhanakarthikeyan.s@gmail.com']
spec.summary = 'MultiDaemon provides an wrapper to run multiple daemon scripts'
spec.description = 'MultiDaemon provides an warpper to run multiple daemon scripts which can be controlled by start/stop and restart commands'
- spec.homepage = %q{https://github.com/santhanakarthikeyan/multi_daemons}
+ spec.homepage = 'https://github.com/santhanakarthikeyan/multi_daemons'
spec.license = 'MIT'
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
# to allow pushing to a single host or delete this section to allow pushing to any host.
if spec.respond_to?(:metadata)
@@ -33,6 +33,7 @@
spec.add_development_dependency 'bundler', '~> 1.16'
spec.add_development_dependency 'byebug', ' ~> 10.0'
spec.add_development_dependency 'minitest', '~> 5.0'
spec.add_development_dependency 'mocha', '~> 1.7'
spec.add_development_dependency 'rake', '~> 10.0'
+ spec.add_development_dependency 'simplecov'
end