mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
bump shindo dep
This commit is contained in:
parent
26c1e239d5
commit
8b30d74366
2 changed files with 3 additions and 3 deletions
|
@ -26,7 +26,7 @@ GEM
|
||||||
rake (0.8.7)
|
rake (0.8.7)
|
||||||
rspec (1.3.1)
|
rspec (1.3.1)
|
||||||
ruby-hmac (0.4.0)
|
ruby-hmac (0.4.0)
|
||||||
shindo (0.1.7)
|
shindo (0.1.8)
|
||||||
formatador (>= 0.0.14)
|
formatador (>= 0.0.14)
|
||||||
gestalt (>= 0.0.11)
|
gestalt (>= 0.0.11)
|
||||||
|
|
||||||
|
@ -45,4 +45,4 @@ DEPENDENCIES
|
||||||
rake
|
rake
|
||||||
rspec (= 1.3.1)
|
rspec (= 1.3.1)
|
||||||
ruby-hmac
|
ruby-hmac
|
||||||
shindo (= 0.1.7)
|
shindo (= 0.1.8)
|
||||||
|
|
|
@ -55,7 +55,7 @@ Gem::Specification.new do |s|
|
||||||
## those that are only needed during development
|
## those that are only needed during development
|
||||||
s.add_development_dependency('rake')
|
s.add_development_dependency('rake')
|
||||||
s.add_development_dependency('rspec', '1.3.1')
|
s.add_development_dependency('rspec', '1.3.1')
|
||||||
s.add_development_dependency('shindo', '0.1.7')
|
s.add_development_dependency('shindo', '0.1.8')
|
||||||
|
|
||||||
## Leave this section as-is. It will be automatically generated from the
|
## Leave this section as-is. It will be automatically generated from the
|
||||||
## contents of your Git repository via the gemspec task. DO NOT REMOVE
|
## contents of your Git repository via the gemspec task. DO NOT REMOVE
|
||||||
|
|
Loading…
Add table
Reference in a new issue