rdiff-simple.gemspec in rdiff-simple-0.0.2 vs rdiff-simple.gemspec in rdiff-simple-0.0.3
- old
+ new
@@ -6,11 +6,11 @@
Gem::Specification.new do |spec|
spec.name = "rdiff-simple"
spec.version = RdiffSimple::VERSION
spec.authors = ["Ryan Hansen"]
spec.email = ["ketiko@gmail.com"]
- spec.description = %q{A wrapper around the rdiff-backup executable}
- spec.summary = %q{A simple wrapper around rdiff-backup}
+ spec.description = %q{A simple wrapper around rdiff-backup}
+ spec.summary = %q{A wrapper around the rdiff-backup executable}
spec.homepage = "http://github.com/ketiko/rdiff-simple"
spec.license = "MIT"
spec.files = `git ls-files`.split($/)
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }