nerdEd / gtfs

Ruby lib for dealing with GTFS
http://www.edschmalzle.com
MIT License
61 stars 40 forks source link

requiring date library #20

Closed s2t2 closed 9 years ago

s2t2 commented 9 years ago

that call to Date.today in the gemspec was throwing an error for me, so I required the 'date' library.

s2t2 commented 9 years ago

see also https://github.com/alwold/gtfs/commit/51c0e57980445d1d0ca41926e174f0ee0c983586

drewda commented 9 years ago

@s2t2 on what operating system, version of Ruby, and versions of gem and bundle are you getting this error?

s2t2 commented 9 years ago

@drewda i have since switched to an updated development environment and am no longer able to reproduce this error. would you like the PR closed?

drewda commented 9 years ago

Thank you for double checking this, @s2t2 . Let's close this for now, but if the error ever returns, I'm glad to try to debug it with you.