Sha256: 6c23bbe9b9ff6a9a8ecf3a655bf134d607f4b684937540794eeda1c3f3a64be4

Contents?: true

Size: 744 Bytes

Versions: 1

Compression:

Stored size: 744 Bytes

Contents

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

Gem::Specification.new do |gem|
  gem.name          = "capistrano-git-local"
  gem.version       = '0.1.0'
  gem.authors       = ["Boris Gorbylev"]
  gem.email         = ["ekho@ekho.name"]
  gem.description   = %q{Git scm which works on local host}
  gem.summary       = %q{Operate with git locally}
  gem.homepage      = "http://github.com/i-ekho/capistrano-git-local"

  gem.files         = `git ls-files`.split($/)
  # no tests as of yet
  # gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.require_paths = ["lib"]

  gem.licenses      = ['MIT']

  gem.add_dependency 'capistrano', '~> 3.1'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
capistrano-git-local-0.1.0 capistrano-git-local.gemspec