Sha256: aa83106df402c8547071490c68f691e25de3d2d113dbce16b45de8742d9abb5b

Contents?: true

Size: 803 Bytes

Versions: 3

Compression:

Stored size: 803 Bytes

Contents

$LOAD_PATH.unshift 'lib'
require 'capistrano/log_with_awesome/version'
require 'rake'

begin
  require 'jeweler'
  Jeweler::Tasks.new do |gem|
    gem.version = Capistrano::LogWithAwesome::VERSION
    gem.name = "capistrano-log_with_awesome"
    gem.summary = %Q{logging callbacks for capistrano}
    gem.description = %Q{logging callbacks for capistrano}
    gem.email = "jnewland@gmail.com"
    gem.homepage = "http://github.com/jnewland/capistrano-log_with_awesome"
    gem.authors = ["Jesse Newland"]
    gem.add_dependency "capistrano", ">= 2.5.14"
    # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
  end
  Jeweler::GemcutterTasks.new
rescue LoadError
  puts "Jeweler (or a dependency) not available. Install it with: gem install jeweler"
end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
HeSYINUvSBZfxqA-capistrano_log-0.0.2 Rakefile
capistrano-log_with_awesome-0.0.2 Rakefile
capistrano-log_with_awesome-0.0.1 Rakefile