zenhob / hcl

Command-line tool for manipulating Harvest timesheets
http://zenhob.github.io/hcl
MIT License
223 stars 45 forks source link

specify detailed version requirements for gem dependencies #54

Closed zenhob closed 10 years ago

zenhob commented 10 years ago

Problem: No versions are specified in the gemspec. This can cause errors if end users aren't all using the same version of an API. See #53

Solution: Specify detailed version requirements in the gemspec.

zenhob commented 10 years ago

Added version deps (using ~>) for all non-development dependencies.