Sha256: 6bbffd8269524b8e15ca82ac9a3cbbdb2437ad272c2d616b1031ff459c6bfa66

Contents?: true

Size: 1.21 KB

Versions: 21

Compression:

Stored size: 1.21 KB

Contents

require "./lib/capistrano/version"

begin
  require 'jeweler'
  Jeweler::Tasks.new do |gem|
    gem.version
    gem.name            = "le1t0-capistrano"
    gem.executables     = %W(capify cap)
    gem.summary         = %Q{Capistrano – Welcome to easy deployment with Ruby over SSH}
    gem.description     = %Q{Capistrano is a utility and framework for executing commands in parallel on multiple remote machines, via SSH.}
    gem.homepage        = "http://github.com/le1t0/capistrano"
    gem.email           = [ "dev@ewout.to" ]
    gem.authors         = [ "Le1t0" ]
    gem.add_dependency  "net-ssh",          ">=2.0.14"
    gem.add_dependency  "net-sftp",         ">=2.0.0"
    gem.add_dependency  "net-scp",          ">=1.0.0"
    gem.add_dependency  "net-ssh-gateway",  ">=1.0.0"
    gem.add_dependency  "highline"
    gem.add_development_dependency "mocha", ">= 0"
  end
  Jeweler::GemcutterTasks.new
rescue LoadError
  puts "Jeweler (or a dependency) not available. Install it with: sudo gem install jeweler"
end

require 'rake/testtask'
Rake::TestTask.new(:test) do |test|
  test.libs << 'lib' << 'test'
  test.pattern = 'test/**/*_test.rb'
  test.verbose = true
end

task :test => :check_dependencies
task :default => :test

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
le1t0-capistrano-2.5.18.024 Rakefile
le1t0-capistrano-2.5.18.023 Rakefile
le1t0-capistrano-2.5.18.022 Rakefile
le1t0-capistrano-2.5.18.021 Rakefile
le1t0-capistrano-2.5.18.020 Rakefile
le1t0-capistrano-2.5.18.019 Rakefile
le1t0-capistrano-2.5.18.018 Rakefile
le1t0-capistrano-2.5.18.017 Rakefile
le1t0-capistrano-2.5.18.016 Rakefile
le1t0-capistrano-2.5.18.015 Rakefile
le1t0-capistrano-2.5.18.014 Rakefile
le1t0-capistrano-2.5.18.013 Rakefile
le1t0-capistrano-2.5.18.012 Rakefile
le1t0-capistrano-2.5.18.011 Rakefile
le1t0-capistrano-2.5.18.010 Rakefile
le1t0-capistrano-2.5.18.009 Rakefile
le1t0-capistrano-2.5.18.008 Rakefile
le1t0-capistrano-2.5.18.007 Rakefile
le1t0-capistrano-2.5.18.006 Rakefile
le1t0-capistrano-2.5.18.005 Rakefile