Sha256: a08c76b6b34e96311ca3432136387a58550b84ffc7cb54ed7a483f0c8b2f7ca7

Contents?: true

Size: 1.17 KB

Versions: 7

Compression:

Stored size: 1.17 KB

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'thegarage/gitx/version'

Gem::Specification.new do |spec|
  spec.name          = "thegarage-gitx"
  spec.version       = Thegarage::Gitx::VERSION
  spec.authors       = ["Ryan Sonnek"]
  spec.email         = ["ryan.sonnek@gmail.com"]
  spec.description   = %q{Git eXtensions for common development workflow}
  spec.summary       = %q{Utility scripts for Git to increase productivity for common operations}
  spec.homepage      = ""
  spec.license       = "MIT"

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

  spec.add_runtime_dependency "grit"
  spec.add_runtime_dependency "rest-client", ">= 1.4.0"
  spec.add_runtime_dependency "thor"

  spec.add_development_dependency "bundler", "~> 1.3"
  spec.add_development_dependency "rake"
  spec.add_development_dependency "rspec", '>= 2.11.0'
  spec.add_development_dependency "pry", '>= 0'
  spec.add_development_dependency "webmock", '>= 0'
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
thegarage-gitx-1.1.0 thegarage-gitx.gemspec
thegarage-gitx-1.1.0.alpha2 thegarage-gitx.gemspec
thegarage-gitx-1.1.0.alpha thegarage-gitx.gemspec
thegarage-gitx-1.0.1 thegarage-gitx.gemspec
thegarage-gitx-1.0.0 thegarage-gitx.gemspec
thegarage-gitx-1.0.0.beta thegarage-gitx.gemspec
thegarage-gitx-1.0.0.alpha thegarage-gitx.gemspec