workbook.gemspec in workbook-0.1.6 vs workbook.gemspec in workbook-0.1.6.1

- old
+ new

@@ -3,10 +3,10 @@ require "workbook" Gem::Specification.new do |s| s.name = 'workbook' s.rubyforge_project = 'workbook' - s.version = '0.1.6' + s.version = '0.1.6.1' s.date = '2012-12-11' s.summary = "Workbook is a datastructure to contain books of tables (an anlogy used in e.g. Excel)" s.description = "Workbook contains workbooks, as in a table, contains rows, contains cells, reads/writes excels and csv's and tab separated, and offers basic diffing and sorting capabilities." s.authors = ["Maarten Brouwers"] s.add_dependency('spreadsheet', '>= 0.6.8')