1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

bump shindo dependency

This commit is contained in:
geemus 2011-03-14 14:32:48 -07:00
parent 32b0eb8392
commit 9e041d3afe
2 changed files with 3 additions and 3 deletions

View file

@ -26,7 +26,7 @@ GEM
rake (0.8.7)
rspec (1.3.1)
ruby-hmac (0.4.0)
shindo (0.3.2)
shindo (0.3.3)
formatador (>= 0.1.1)
virtualbox (0.8.3)
ffi (~> 0.6.3)
@ -38,5 +38,5 @@ DEPENDENCIES
fog!
rake
rspec (= 1.3.1)
shindo (= 0.3.2)
shindo (= 0.3.3)
virtualbox (= 0.8.3)

View file

@ -55,7 +55,7 @@ Gem::Specification.new do |s|
## those that are only needed during development
s.add_development_dependency('rake')
s.add_development_dependency('rspec', '1.3.1')
s.add_development_dependency('shindo', '0.3.2')
s.add_development_dependency('shindo', '0.3.3')
s.add_development_dependency('virtualbox', '0.8.3')
s.files = `git ls-files`.split("\n")