Sha256: 335f8e82fadd4c6fbf906e0d5d4085b266a5ab70bd497ae9aa1fc0258cd2555a

Contents?: true

Size: 1.16 KB

Versions: 9

Compression:

Stored size: 1.16 KB

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-base_helper"
  gem.homepage = "https://github.com/leifcr/capistrano-base-helper"
  gem.license = "MIT"
  gem.summary = %Q{Helpers for capistrano recipes using runit/monit}
  gem.description = %Q{Helpers for capistrano recipes using runit/monit. Currently: capistrano-puma and capistrano-delayed_job}
  gem.email = "leifcr@gmail.com"
  gem.authors = ["Leif Ringstad"]
  gem.files.exclude ".ruby-*"
  # dependencies defined in Gemfile
end
Jeweler::RubygemsDotOrgTasks.new

# require 'rdoc/task'
# Rake::RDocTask.new do |rdoc|
#   version = File.exist?('VERSION') ? File.read('VERSION') : ""

#   rdoc.rdoc_dir = 'rdoc'
#   rdoc.title = "capistrano-empty #{version}"
#   rdoc.rdoc_files.include('README*')
#   rdoc.rdoc_files.include('lib/**/*.rb')
# end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
capistrano-base_helper-0.0.11 Rakefile
capistrano-base_helper-0.0.10 Rakefile
capistrano-base_helper-0.0.9 Rakefile
capistrano-base_helper-0.0.8 Rakefile
capistrano-base_helper-0.0.7 Rakefile
capistrano-base_helper-0.0.6 Rakefile
capistrano-base_helper-0.0.5 Rakefile
capistrano-base_helper-0.0.4 Rakefile
capistrano-base_helper-0.0.3 Rakefile