Sha256: 03efcf751cb2804dc5ee7dc51f136095c7b33a4defd49d193a1299fa7a1ea05a

Contents?: true

Size: 798 Bytes

Versions: 11

Compression:

Stored size: 798 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.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

11 entries across 11 versions & 1 rubygems

Version Path
pivotal-github-1.0.3 pivotal-github.gemspec
pivotal-github-1.0.2 pivotal-github.gemspec
pivotal-github-1.0.1 pivotal-github.gemspec
pivotal-github-1.0.0 pivotal-github.gemspec
pivotal-github-0.9.1 pivotal-github.gemspec
pivotal-github-0.9.0 pivotal-github.gemspec
pivotal-github-0.8.1 pivotal-github.gemspec
pivotal-github-0.8.0 pivotal-github.gemspec
pivotal-github-0.7.0 pivotal-github.gemspec
pivotal-github-0.6.14 pivotal-github.gemspec
pivotal-github-0.6.12 pivotal-github.gemspec