Skip to content

Commit

Permalink
Add gem dependencies in gemspec
Browse files Browse the repository at this point in the history
Fix #76
  • Loading branch information
julienvey committed Sep 1, 2014
1 parent 83eaf28 commit e554c01
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source/vagrant-openstack-provider.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ Gem::Specification.new do |gem|
gem.summary = 'Enables Vagrant to manage machines in Openstack Cloud.'
gem.homepage = 'https://github.com/ggiamarchi/vagrant-openstack'

gem.add_dependency 'restclient', '0.10.0'
gem.add_dependency 'terminal-table', '1.4.5'
gem.add_dependency 'sshkey', '1.6.1'
gem.add_dependency 'colorize', '0.7.3'

gem.add_development_dependency 'rake'
gem.add_development_dependency 'rspec', '~> 2.13.0'
gem.add_development_dependency 'aruba'
Expand Down

0 comments on commit e554c01

Please sign in to comment.