Sha256: 4c6f27aaa331877a74e1bf6d56ee474406e8e7e56d6f1b085475ef5a4cb5597b

Contents?: true

Size: 887 Bytes

Versions: 12

Compression:

Stored size: 887 Bytes

Contents

# coding: utf-8
lib = File.expand_path("../lib", __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
  spec.name          = "capistrano-cul"
  spec.version       = IO.read("VERSION").strip
  spec.authors       = ["Carla Galarza", "Columbia University Libraries"]
  spec.email         = ["cmg2228@columbia.edu"]

  spec.summary       = "Common capistrano tasks shared across projects at CUL"
  spec.homepage      = "https://github.com/cul/capistrano-cul"
  spec.license       = "MIT"

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

  spec.add_dependency 'capistrano', '~> 3.1'

  spec.add_development_dependency "bundler", "~> 1.15"
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
capistrano-cul-0.0.17 capistrano-cul.gemspec
capistrano-cul-0.0.16 capistrano-cul.gemspec
capistrano-cul-0.0.15 capistrano-cul.gemspec
capistrano-cul-0.0.14 capistrano-cul.gemspec
capistrano-cul-0.0.13 capistrano-cul.gemspec
capistrano-cul-0.0.12 capistrano-cul.gemspec
capistrano-cul-0.0.11 capistrano-cul.gemspec
capistrano-cul-0.0.10 capistrano-cul.gemspec
capistrano-cul-0.0.9 capistrano-cul.gemspec
capistrano-cul-0.0.8 capistrano-cul.gemspec
capistrano-cul-0.0.7 capistrano-cul.gemspec
capistrano-cul-0.0.6 capistrano-cul.gemspec