Sha256: d5d6a7f559efac99f24252502b295a93e91775824b4278fbdcc9de5c952be07d

Contents?: true

Size: 999 Bytes

Versions: 18

Compression:

Stored size: 999 Bytes

Contents

# encoding: utf-8

require 'rubygems'
require 'bundler'
begin
  Bundler.setup(:default, :development)
rescue Bundler::BundlerError => e
  $stderr.puts e.message
  $stderr.puts "Run `bundle install` to install missing gems"
  exit e.status_code
end
require 'rake'

require 'jeweler'
Jeweler::Tasks.new do |gem|
  # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
  gem.name = "capistrano-git-plugins"
  gem.homepage = "https://github.com/RevolutionPrep/capistrano-git-plugins"
  gem.license = "MIT"
  gem.summary = %Q{Plugins to support capistrano-git deployments}
  gem.description = %Q{Plugins to support capistrano-git deployments}
  gem.email = "ryan.moran@gmail.com"
  gem.authors = ["Ryan Moran"]
  # dependencies defined in Gemfile
end
Jeweler::RubygemsDotOrgTasks.new

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

task :default => :test

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
capistrano-git-plugins-0.0.18 Rakefile
capistrano-git-plugins-0.0.17 Rakefile
capistrano-git-plugins-0.0.16 Rakefile
capistrano-git-plugins-0.0.15 Rakefile
capistrano-git-plugins-0.0.14 Rakefile
capistrano-git-plugins-0.0.13 Rakefile
capistrano-git-plugins-0.0.12 Rakefile
capistrano-git-plugins-0.0.11 Rakefile
capistrano-git-plugins-0.0.10 Rakefile
capistrano-git-plugins-0.0.9 Rakefile
capistrano-git-plugins-0.0.8 Rakefile
capistrano-git-plugins-0.0.7 Rakefile
capistrano-git-plugins-0.0.6 Rakefile
capistrano-git-plugins-0.0.5 Rakefile
capistrano-git-plugins-0.0.3 Rakefile
capistrano-git-plugins-0.0.2 Rakefile
capistrano-git-plugins-0.0.1 Rakefile
capistrano-git-plugins-0.0.0 Rakefile