remove ruby cruft

This commit is contained in:
Simon Tokumine 2011-10-07 17:36:03 +01:00
parent eba7eb4e28
commit cd6a82e3f5
3 changed files with 0 additions and 34 deletions

View File

@ -1,2 +0,0 @@
load 'deploy' if respond_to?(:namespace) # cap2 differentiator
load 'config/deploy' # remove this line to skip loading any of the default tasks

View File

@ -1,4 +0,0 @@
source :gemcutter
gem 'capistrano', '2.6.0'
gem 'capistrano-gitflow', '1.4.3'

View File

@ -1,28 +0,0 @@
GEM
remote: http://rubygems.org/
specs:
capistrano (2.6.0)
highline
net-scp (>= 1.0.0)
net-sftp (>= 2.0.0)
net-ssh (>= 2.0.14)
net-ssh-gateway (>= 1.1.0)
capistrano-gitflow (1.4.3)
capistrano
stringex
highline (1.6.2)
net-scp (1.0.4)
net-ssh (>= 1.99.1)
net-sftp (2.0.5)
net-ssh (>= 2.0.9)
net-ssh (2.1.4)
net-ssh-gateway (1.1.0)
net-ssh (>= 1.99.1)
stringex (1.2.1)
PLATFORMS
ruby
DEPENDENCIES
capistrano (= 2.6.0)
capistrano-gitflow (= 1.4.3)