workbook.gemspec in workbook-0.1.1 vs workbook.gemspec in workbook-0.1.2
- old
+ new
@@ -3,11 +3,11 @@
require "workbook"
Gem::Specification.new do |s|
s.name = 'workbook'
s.rubyforge_project = 'workbook'
- s.version = '0.1.1'
- s.date = '2012-09-11'
+ s.version = '0.1.2'
+ s.date = '2012-11-12'
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')
s.add_dependency('fastercsv')