csv2hash.gemspec in csv2hash-0.0.2 vs csv2hash.gemspec in csv2hash-0.1

- old
+ new

@@ -1,12 +1,12 @@ Gem::Specification.new do |spec| spec.name = 'csv2hash' - spec.version = '0.0.2' + spec.version = '0.1' spec.date = '2013-11-26' - spec.summary = %q{Mapping CSV to Ruby Hash} - spec.description = %q{DSL for CSV Ruby Hash mapping} + spec.summary = %q{Mapping a CSV to a Ruby Hash} + spec.description = %q{DSL to map a CSV to a Ruby Hash} spec.authors = ['Joel AZEMAR'] spec.email = 'joel.azemar@gmail.com' spec.files = ['lib/csv2hash.rb'] spec.homepage = 'https://github.com/joel/csv2hash' spec.license = 'MIT' @@ -19,6 +19,6 @@ spec.add_development_dependency 'bundler', '~> 1.3' spec.add_development_dependency 'rake' spec.add_development_dependency 'rspec' spec.required_ruby_version = '~> 2.0' -end \ No newline at end of file +end