bump shindo dep

This commit is contained in:
geemus 2011-01-24 17:40:16 -08:00
parent 58a8f71991
commit 99298851f7
2 changed files with 3 additions and 6 deletions

View File

@ -17,8 +17,6 @@ GEM
builder (3.0.0)
excon (0.4.0)
formatador (0.0.16)
gestalt (0.0.11)
formatador (>= 0.0.12)
json (1.4.6)
mime-types (1.16)
net-ssh (2.0.23)
@ -26,9 +24,8 @@ GEM
rake (0.8.7)
rspec (1.3.1)
ruby-hmac (0.4.0)
shindo (0.1.12)
shindo (0.2.0)
formatador (>= 0.0.16)
gestalt (>= 0.0.11)
PLATFORMS
ruby
@ -45,4 +42,4 @@ DEPENDENCIES
rake
rspec (= 1.3.1)
ruby-hmac
shindo (= 0.1.12)
shindo (= 0.2.0)

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.1.12')
s.add_development_dependency('shindo', '0.2.0')
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {spec,tests}/*`.split("\n")