mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
17 lines
357 B
Text
17 lines
357 B
Text
|
source "https://rubygems.org"
|
||
|
|
||
|
# Shared components
|
||
|
gem "fog-core", :github => "fog/fog-core"
|
||
|
gem "fog-json", :github => "fog/fog-json"
|
||
|
|
||
|
gem "nokogiri", "1.6.8.1"
|
||
|
|
||
|
group :development, :test do
|
||
|
gem "coveralls", :require => false
|
||
|
gem "netrc", :require => false
|
||
|
gem "octokit", :require => false
|
||
|
gem "term-ansicolor", "1.3.2"
|
||
|
end
|
||
|
|
||
|
gemspec :path => "../"
|