@@ -10,17 +10,17 @@ Gem::Specification.new do |s|
10101111 s . homepage = 'https://github.com/schubergphilis/vagrant-cloudstack/'
1212 s . summary = 'Enables Vagrant to manage machines in Cloudstack.'
13- s . description = 'Enables Vagrant to manage machines in Cloudstack .'
13+ s . description = 'Provides a cloudstack provider in Vagrant via which Vagrant can manage machines in CloudStack .'
1414
1515 s . required_rubygems_version = '>= 1.3.6'
1616 s . rubyforge_project = 'vagrant-cloudstack'
1717
18- s . add_runtime_dependency 'fog' , '~> 1.32.0'
18+ s . add_runtime_dependency 'fog' , '~> 1.32' , '>= 1.32 .0'
1919
20- s . add_development_dependency 'rake'
21- s . add_development_dependency 'rspec-core' , '~> 2.14.7'
22- s . add_development_dependency 'rspec-expectations' , '~> 2.14.4'
23- s . add_development_dependency 'rspec-mocks' , '~> 2.14.4'
20+ s . add_development_dependency 'rake' , '>= 10.4' , '~> 10.5'
21+ s . add_development_dependency 'rspec-core' , '~> 2.14' , '>= 2.14.7'
22+ s . add_development_dependency 'rspec-expectations' , '~> 2.14' , '>= 2.14.4'
23+ s . add_development_dependency 'rspec-mocks' , '~> 2.14' , '>= 2.14.4'
2424
2525 # The following block of code determines the files that should be included
2626 # in the gem. It does this by reading all the files in the directory where
0 commit comments