Skip to content

Commit

Permalink
Corrected Gemfile to look at gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Brown committed Mar 26, 2013
1 parent 524c1eb commit 4bb1e74
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
5 changes: 1 addition & 4 deletions Gemfile
@@ -1,6 +1,3 @@
source 'https://rubygems.org'

gem 'fog'
gem 'capistrano'

gem 'json', :platforms => :ruby_18
gemspec
26 changes: 15 additions & 11 deletions Gemfile.lock
@@ -1,14 +1,21 @@
PATH
remote: .
specs:
conan (0.4.10)
capistrano
fog

GEM
remote: https://rubygems.org/
specs:
builder (3.2.0)
capistrano (2.9.0)
capistrano (2.14.1)
highline
net-scp (>= 1.0.0)
net-sftp (>= 2.0.0)
net-ssh (>= 2.0.14)
net-ssh-gateway (>= 1.1.0)
excon (0.20.0)
excon (0.20.1)
fog (1.10.0)
builder
excon (~> 0.14)
Expand All @@ -20,24 +27,21 @@ GEM
nokogiri (~> 1.5.0)
ruby-hmac
formatador (0.2.4)
highline (1.6.11)
json (1.7.5)
highline (1.6.16)
mime-types (1.21)
multi_json (1.7.1)
net-scp (1.1.0)
net-ssh (>= 2.6.5)
net-sftp (2.0.5)
net-ssh (>= 2.0.9)
net-sftp (2.1.1)
net-ssh (>= 2.6.5)
net-ssh (2.6.6)
net-ssh-gateway (1.1.0)
net-ssh (>= 1.99.1)
net-ssh-gateway (1.2.0)
net-ssh (>= 2.6.5)
nokogiri (1.5.7)
ruby-hmac (0.4.0)

PLATFORMS
ruby

DEPENDENCIES
capistrano
fog
json
conan!
3 changes: 1 addition & 2 deletions conan.gemspec
Expand Up @@ -11,8 +11,7 @@ Gem::Specification.new do |s|
s.homepage = "http://github.com/madebymany/conan"
s.summary = "Conan The Deployer"
s.description = "Set up a project to enable the provision of infrastructure through AWS and the configuration of servers using Chef via Capistrano."
s.add_dependency "json", ">= 1.6.1"
s.add_dependency "capistrano", "~> 2.12.0"
s.add_dependency "capistrano"
s.add_dependency "fog"
s.executables = ["conan"]
s.files = Dir["{bin,lib}/**/*"] + %w[README.md]
Expand Down

0 comments on commit 4bb1e74

Please sign in to comment.