mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
bump excon version
This commit is contained in:
parent
fb34c07940
commit
799ea77dbe
2 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@ PATH
|
|||
specs:
|
||||
fog (0.2.30)
|
||||
builder
|
||||
excon (>= 0.2.0)
|
||||
excon (>= 0.2.1)
|
||||
formatador (>= 0.0.15)
|
||||
json
|
||||
mime-types
|
||||
|
@ -15,7 +15,7 @@ GEM
|
|||
remote: http://rubygems.org/
|
||||
specs:
|
||||
builder (2.1.2)
|
||||
excon (0.2.0)
|
||||
excon (0.2.1)
|
||||
formatador (0.0.15)
|
||||
gestalt (0.0.11)
|
||||
formatador (>= 0.0.12)
|
||||
|
@ -35,7 +35,7 @@ PLATFORMS
|
|||
|
||||
DEPENDENCIES
|
||||
builder
|
||||
excon (>= 0.2.0)
|
||||
excon (>= 0.2.1)
|
||||
fog!
|
||||
formatador (>= 0.0.15)
|
||||
json
|
||||
|
|
|
@ -43,7 +43,7 @@ Gem::Specification.new do |s|
|
|||
## List your runtime dependencies here. Runtime dependencies are those
|
||||
## that are needed for an end user to actually USE your code.
|
||||
s.add_dependency('builder')
|
||||
s.add_dependency('excon', '>=0.2.0')
|
||||
s.add_dependency('excon', '>=0.2.1')
|
||||
s.add_dependency('formatador', '>=0.0.15')
|
||||
s.add_dependency('json')
|
||||
s.add_dependency('mime-types')
|
||||
|
|
Loading…
Reference in a new issue