Sha256: f3bb737c533d3d11525b4b6281d85574dd24ed32317c6eef613b13246a2d1e3a

Contents?: true

Size: 893 Bytes

Versions: 4

Compression:

Stored size: 893 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"]
  gem.add_dependency('git-utils')
  gem.add_dependency('nokogiri')
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pivotal-github-1.2.2 pivotal-github.gemspec
pivotal-github-1.2.0 pivotal-github.gemspec
pivotal-github-1.1.7 pivotal-github.gemspec
pivotal-github-1.1.6 pivotal-github.gemspec