Skip to content

Commit 53f81ff

Browse files
committed
Try again to fix rcsv...
1 parent bcac2be commit 53f81ff

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

gtfs.gemspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)