rspreadsheet.gemspec in rspreadsheet-0.1.1 vs rspreadsheet.gemspec in rspreadsheet-0.2.0
- old
+ new
@@ -7,10 +7,10 @@
spec.name = "rspreadsheet"
spec.version = Rspreadsheet::VERSION
spec.authors = ["Jakub A.Těšínský"]
spec.email = ["jAkub.cz (A is at)"]
spec.summary = %q{Manipulating spreadsheets with Ruby (read / create / modify OpenDocument Spreadsheet).}
- spec.description = %q{Manipulating spreadsheets with Ruby (read / create / modify OpenDocument Spreadsheet).}
+ spec.description = %q{Manipulating OpenDocument spreadsheets with Ruby. This gem can create new, read existing files abd modify them. When modyfying files, it tries to change as little as possible, making it as much forward compatifle as possible.}
spec.homepage = "https://github.com/gorn/rspreadsheet"
spec.license = "GPL"
spec.files = `git ls-files -z`.split("\x0")
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }