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

bump excon

This commit is contained in:
geemus 2010-11-30 11:25:31 -08:00
parent ee4f95e4ce
commit 8f0a7a8c85
2 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@ PATH
specs: specs:
fog (0.3.25) fog (0.3.25)
builder builder
excon (>= 0.2.4) excon (>= 0.2.7)
formatador (>= 0.0.16) formatador (>= 0.0.16)
json json
mime-types mime-types
@ -15,7 +15,7 @@ GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
specs: specs:
builder (2.1.2) builder (2.1.2)
excon (0.2.4) excon (0.2.7)
formatador (0.0.16) formatador (0.0.16)
gestalt (0.0.11) gestalt (0.0.11)
formatador (>= 0.0.12) formatador (>= 0.0.12)
@ -35,7 +35,7 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
builder builder
excon (>= 0.2.4) excon (>= 0.2.7)
fog! fog!
formatador (>= 0.0.16) formatador (>= 0.0.16)
json json

View file

@ -43,7 +43,7 @@ Gem::Specification.new do |s|
## List your runtime dependencies here. Runtime dependencies are those ## List your runtime dependencies here. Runtime dependencies are those
## that are needed for an end user to actually USE your code. ## that are needed for an end user to actually USE your code.
s.add_dependency('builder') s.add_dependency('builder')
s.add_dependency('excon', '>=0.2.4') s.add_dependency('excon', '>=0.2.7')
s.add_dependency('formatador', '>=0.0.16') s.add_dependency('formatador', '>=0.0.16')
s.add_dependency('json') s.add_dependency('json')
s.add_dependency('mime-types') s.add_dependency('mime-types')