File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ Gem::Specification.new do |gem|
66 gem . name = 'gtfs'
77 gem . version = GTFS ::VERSION
88 gem . date = Date . today . to_s
9-
9+
1010 gem . summary = 'Load and read GTFS data from zip bundles'
11- gem . description = 'gtfs reads GTFS data from a google-compliant Zip bundle
11+ gem . description = 'gtfs reads GTFS data from a google-compliant Zip bundle
1212 and returns an object representing the CSV data inside'
1313
1414 gem . authors = [ 'nerdEd' ]
@@ -20,6 +20,7 @@ Gem::Specification.new do |gem|
2020 gem . add_dependency 'rake'
2121 gem . add_dependency 'multi_json'
2222 gem . add_dependency 'rubyzip' , [ '~> 1.1' ]
23+ gem . add_dependency 'rcsv'
2324
2425 gem . add_development_dependency 'rspec' , [ '>= 2.0.0' ]
2526 gem . add_development_dependency 'simplecov'
Original file line number Diff line number Diff line change 11module GTFS
2- VERSION = '1.0.0rc6 '
2+ VERSION = '1.0.0rc7 '
33end
You can’t perform that action at this time.
0 commit comments