Skip to content

Commit

Permalink
Gemfile to target bosh CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
drnic committed Apr 15, 2015
1 parent 1fe8be1 commit 224fe1d
Show file tree
Hide file tree
Showing 2 changed files with 157 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
source "https://rubygems.org"

gem "bosh_cli"
154 changes: 154 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,154 @@
GEM
remote: https://rubygems.org/
specs:
CFPropertyList (2.3.1)
aws-sdk (1.60.2)
aws-sdk-v1 (= 1.60.2)
aws-sdk-v1 (1.60.2)
json (~> 1.4)
nokogiri (>= 1.4.4)
blobstore_client (1.2905.0)
aws-sdk (= 1.60.2)
bosh_common (~> 1.2905.0)
fog (~> 1.27.0)
httpclient (= 2.4.0)
multi_json (~> 1.1)
ruby-atmos-pure (~> 1.0.5)
bosh-template (1.2905.0)
semi_semantic (~> 1.1.0)
bosh_cli (1.2905.0)
blobstore_client (~> 1.2905.0)
bosh-template (~> 1.2905.0)
bosh_common (~> 1.2905.0)
cf-uaa-lib (~> 3.2.1)
highline (~> 1.6.2)
httpclient (= 2.4.0)
json_pure (~> 1.7)
minitar (~> 0.5.4)
net-scp (~> 1.1.0)
net-ssh (>= 2.2.1)
net-ssh-gateway (~> 1.2.0)
netaddr (~> 1.5.0)
progressbar (~> 0.9.0)
terminal-table (~> 1.4.3)
bosh_common (1.2905.0)
logging (~> 1.8.2)
semi_semantic (~> 1.1.0)
builder (3.2.2)
cf-uaa-lib (3.2.1)
multi_json
excon (0.45.1)
fission (0.5.0)
CFPropertyList (~> 2.2)
fog (1.27.0)
fog-atmos
fog-aws (~> 0.0)
fog-brightbox (~> 0.4)
fog-core (~> 1.27, >= 1.27.3)
fog-ecloud
fog-json
fog-profitbricks
fog-radosgw (>= 0.0.2)
fog-sakuracloud (>= 0.0.4)
fog-serverlove
fog-softlayer
fog-storm_on_demand
fog-terremark
fog-vmfusion
fog-voxel
fog-xml (~> 0.1.1)
ipaddress (~> 0.5)
nokogiri (~> 1.5, >= 1.5.11)
fog-atmos (0.1.0)
fog-core
fog-xml
fog-aws (0.1.1)
fog-core (~> 1.27)
fog-json (~> 1.0)
fog-xml (~> 0.1)
ipaddress (~> 0.8)
fog-brightbox (0.7.1)
fog-core (~> 1.22)
fog-json
inflecto (~> 0.0.2)
fog-core (1.29.0)
builder
excon (~> 0.38)
formatador (~> 0.2)
mime-types
net-scp (~> 1.1)
net-ssh (>= 2.1.3)
fog-ecloud (0.0.2)
fog-core
fog-xml
fog-json (1.0.0)
multi_json (~> 1.0)
fog-profitbricks (0.0.2)
fog-core
fog-xml
nokogiri
fog-radosgw (0.0.3)
fog-core (>= 1.21.0)
fog-json
fog-xml (>= 0.0.1)
fog-sakuracloud (1.0.0)
fog-core
fog-json
fog-serverlove (0.1.1)
fog-core
fog-json
fog-softlayer (0.4.1)
fog-core
fog-json
fog-storm_on_demand (0.1.0)
fog-core
fog-json
fog-terremark (0.0.4)
fog-core
fog-xml
fog-vmfusion (0.0.1)
fission
fog-core
fog-voxel (0.0.2)
fog-core
fog-xml
fog-xml (0.1.1)
fog-core
nokogiri (~> 1.5, >= 1.5.11)
formatador (0.2.5)
highline (1.6.21)
httpclient (2.4.0)
inflecto (0.0.2)
ipaddress (0.8.0)
json (1.8.2)
json_pure (1.8.2)
little-plugger (1.1.3)
log4r (1.1.10)
logging (1.8.2)
little-plugger (>= 1.1.3)
multi_json (>= 1.8.4)
mime-types (2.4.3)
mini_portile (0.6.2)
minitar (0.5.4)
multi_json (1.11.0)
net-scp (1.1.2)
net-ssh (>= 2.6.5)
net-ssh (2.9.2)
net-ssh-gateway (1.2.0)
net-ssh (>= 2.6.5)
netaddr (1.5.0)
nokogiri (1.6.6.2)
mini_portile (~> 0.6.0)
progressbar (0.9.2)
ruby-atmos-pure (1.0.5)
log4r (>= 1.1.9)
ruby-hmac (>= 0.4.0)
ruby-hmac (0.4.0)
semi_semantic (1.1.0)
terminal-table (1.4.5)

PLATFORMS
ruby

DEPENDENCIES
bosh_cli

0 comments on commit 224fe1d

Please sign in to comment.