drewblessing / gitlab-cli

GitLab Command Line Tool - Interact with your GitLab server via the command line to manage snippets, projects and more.
MIT License
166 stars 20 forks source link

Test across multiple OS's #21

Closed dblessing closed 11 years ago

dblessing commented 11 years ago

Test across multiple OS's mostly to test gem dependencies.

dblessing commented 11 years ago

Adjusted the deps to work across Mac and Linux. Can't guarantee Windows :-1: so I'll have to count on people to help me out.

dblessing commented 11 years ago

gem.add_runtime_dependency "thor", [">= 0.17.0", "<0.19"]

gem.add_runtime_dependency "json", "~> 1.7.7"

gem.add_runtime_dependency "rest-client", "~> 1.6.7"