Sha256: 1ad1c0e0d84378457cc295093c6be0bb905bbf19181d3382519b8d20b6f21420
Contents?: true
Size: 939 Bytes
Versions: 3
Compression:
Stored size: 939 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') gem.add_dependency('httparty', '~> 0.10.0') end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
pivotal-github-1.1.5 | pivotal-github.gemspec |
pivotal-github-1.1.4 | pivotal-github.gemspec |
pivotal-github-1.1.3 | pivotal-github.gemspec |