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
d055ac1ec9
commit
9f65b09e15
3 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
@ -42,4 +42,4 @@ DEPENDENCIES
|
|||
rake
|
||||
rspec (= 1.3.1)
|
||||
ruby-hmac
|
||||
shindo (= 0.2.0)
|
||||
shindo (= 0.2.2)
|
||||
|
|
|
@ -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")
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
$LOAD_PATH.unshift File.expand_path(File.join(File.dirname(__FILE__), %w[ .. lib fog]))
|
||||
require 'fog'
|
||||
require 'fog/bin'
|
||||
|
||||
|
|
Loading…
Reference in a new issue