Sha256: 54dba9044a29778a321bd5eb3f8e40c86beb33c372e90d435778999ec0443eb2

Contents?: true

Size: 1.35 KB

Versions: 9

Compression:

Stored size: 1.35 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 "rugged"
  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'
  spec.add_development_dependency "timecop", "~> 0.6.3"
  spec.add_development_dependency "guard"
  spec.add_development_dependency "guard-rspec"
  spec.add_development_dependency "coveralls"
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
thegarage-gitx-2.1.0 thegarage-gitx.gemspec
thegarage-gitx-2.0.5 thegarage-gitx.gemspec
thegarage-gitx-2.0.4 thegarage-gitx.gemspec
thegarage-gitx-2.0.3 thegarage-gitx.gemspec
thegarage-gitx-2.0.2 thegarage-gitx.gemspec
thegarage-gitx-2.0.1 thegarage-gitx.gemspec
thegarage-gitx-2.0.0 thegarage-gitx.gemspec
thegarage-gitx-2.0.0.pre2 thegarage-gitx.gemspec
thegarage-gitx-2.0.0.pre1 thegarage-gitx.gemspec