Sha256: 7dad0ae7b2a58735a31c4876c0bac225eb038018c866f66987d080cc3fd2f78b

Contents?: true

Size: 991 Bytes

Versions: 3

Compression:

Stored size: 991 Bytes

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'capistrano/cachetool/version'

Gem::Specification.new do |spec|
  spec.name          = 'capistrano-cachetool'
  spec.version       = Capistrano::Cachetool::VERSION
  spec.authors       = ['Tijs Verkoyen']
  spec.email         = ['capistrano-cachetool@verkoyen.eu']

  spec.summary       = %q{Cachetool support for Capistrano 3.x}
  spec.description   = %q{Exposes the [Cachetool by Goralina](http://gordalina.github.io/cachetool/) in Capistrano 3.x}
  spec.homepage      = 'https://github.com/tijsverkoyen/capistrano-cachetool'
  spec.license       = 'MIT'

  spec.files         = `git ls-files -z`.split("\x0").reject do |f|
    f.match(%r{^(test|spec|features)/})
  end
  spec.require_paths = ['lib']

  spec.add_development_dependency 'bundler', '~> 1.15'
  spec.add_development_dependency 'rake', '~> 12.0'
  spec.add_development_dependency 'rspec', '~> 3.6'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
capistrano-cachetool-1.0.5 capistrano-cachetool.gemspec
capistrano-cachetool-1.0.4 capistrano-cachetool.gemspec
capistrano-cachetool-1.0.3 capistrano-cachetool.gemspec