Rakefile in reckon-0.3.0 vs Rakefile in reckon-0.3.1

- old
+ new

@@ -8,11 +8,13 @@ gem.summary = %Q{Utility for interactively converting and labeling CSV files for the Ledger accounting tool.} gem.description = %Q{Reckon automagically converts CSV files for use with the command-line accounting tool Ledger. It also helps you to select the correct accounts associated with the CSV data using Bayesian machine learning.} gem.email = "andrew@iterationlabs.com" gem.homepage = "http://github.com/iterationlabs/reckon" gem.authors = ["Andrew Cantino"] - gem.add_development_dependency "rspec", ">= 1.2.9" + gem.add_development_dependency "rspec", "1.3.1" + gem.add_development_dependency "jeweler" gem.add_dependency('fastercsv', '>= 1.5.1') + gem.add_dependency('chronic', '>= 0.3.0') gem.add_dependency('highline', '>= 1.5.2') gem.add_dependency('terminal-table', '>= 1.4.2') end Jeweler::GemcutterTasks.new rescue LoadError