rsync_cron.gemspec in rsync_cron-1.0.5 vs rsync_cron.gemspec in rsync_cron-1.0.6
- old
+ new
@@ -6,10 +6,10 @@
Gem::Specification.new do |s|
s.name = "rsync_cron"
s.version = RsyncCron::VERSION
s.authors = ["costajob"]
s.email = ["costajob@gmail.com"]
- s.summary = "Simple wrapper around rsync, enabled by crontab"
+ s.summary = "Install specified rsync command into crontab schedule"
s.homepage = "https://github.com/costajob/rsync_cron"
s.license = "MIT"
s.required_ruby_version = ">= 2.1.8"
s.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }