Skip to content

Commit

Permalink
bump shindo dep
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Jan 29, 2011
1 parent d055ac1 commit 9f65b09
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -24,7 +24,7 @@ GEM
rake (0.8.7)
rspec (1.3.1)
ruby-hmac (0.4.0)
shindo (0.2.0)
shindo (0.2.2)
formatador (>= 0.0.16)

PLATFORMS
Expand All @@ -42,4 +42,4 @@ DEPENDENCIES
rake
rspec (= 1.3.1)
ruby-hmac
shindo (= 0.2.0)
shindo (= 0.2.2)
2 changes: 1 addition & 1 deletion fog.gemspec
Expand Up @@ -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.2.0')
s.add_development_dependency('shindo', '0.2.2')

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {spec,tests}/*`.split("\n")
Expand Down
1 change: 0 additions & 1 deletion tests/helper.rb
@@ -1,4 +1,3 @@
$LOAD_PATH.unshift File.expand_path(File.join(File.dirname(__FILE__), %w[ .. lib fog]))
require 'fog'
require 'fog/bin'

Expand Down

0 comments on commit 9f65b09

Please sign in to comment.