Sha256: b32e051d2812177824e9ed7bbe2bc2cc5e1a139484c5159f0fb273f3c5f01013

Contents?: true

Size: 826 Bytes

Versions: 1

Compression:

Stored size: 826 Bytes

Contents

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

Gem::Specification.new do |gem|
  gem.name          = "pivotal-github"
  gem.version       = Pivotal::Github::VERSION
  gem.authors       = ["Michael Hartl"]
  gem.email         = ["michael@michaelhartl.com"]
  gem.description   = %q{Add commands for Pivotal Tracker-GitHub integration}
  gem.summary       = %q{See the README for full documentation}
  gem.homepage      = "https://github.com/mhartl/pivotal-github"
  gem.license       = "MIT"

  gem.files         = `git ls-files`.split($/)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.require_paths = ["lib"]
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pivotal-github-1.0.4 pivotal-github.gemspec