Sha256: d2a02632e8785ce3d9c8a0812ee7e60ac9724551b8ec814326c9527e0fa4ccf5

Contents?: true

Size: 1.5 KB

Versions: 29

Compression:

Stored size: 1.5 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", '~> 0.21.0'
  spec.add_runtime_dependency "thor"
  spec.add_runtime_dependency "octokit"

  spec.add_development_dependency "bundler", "~> 1.3"
  spec.add_development_dependency "rake"
  spec.add_development_dependency "rspec", '~> 3.0'
  spec.add_development_dependency "pry", '>= 0'
  spec.add_development_dependency "webmock", '>= 0'
  spec.add_development_dependency "timecop", "~> 0.7.0"
  spec.add_development_dependency "vcr"
  spec.add_development_dependency "guard"
  spec.add_development_dependency "guard-rspec"
  spec.add_development_dependency "coveralls"
  spec.add_development_dependency 'terminal-notifier'
  spec.add_development_dependency 'terminal-notifier-guard'
end

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
thegarage-gitx-2.14.0 thegarage-gitx.gemspec
thegarage-gitx-2.13.1 thegarage-gitx.gemspec
thegarage-gitx-2.13.0 thegarage-gitx.gemspec
thegarage-gitx-2.12.0 thegarage-gitx.gemspec
thegarage-gitx-2.11.0 thegarage-gitx.gemspec
thegarage-gitx-2.10.2 thegarage-gitx.gemspec
thegarage-gitx-2.10.1 thegarage-gitx.gemspec
thegarage-gitx-2.10.0 thegarage-gitx.gemspec
thegarage-gitx-2.9.0 thegarage-gitx.gemspec
thegarage-gitx-2.8.1 thegarage-gitx.gemspec
thegarage-gitx-2.8.0 thegarage-gitx.gemspec
thegarage-gitx-2.7.2 thegarage-gitx.gemspec
thegarage-gitx-2.7.1 thegarage-gitx.gemspec
thegarage-gitx-2.7.0 thegarage-gitx.gemspec
thegarage-gitx-2.6.0 thegarage-gitx.gemspec
thegarage-gitx-2.5.1 thegarage-gitx.gemspec
thegarage-gitx-2.5.0 thegarage-gitx.gemspec
thegarage-gitx-2.5.0.beta5 thegarage-gitx.gemspec
thegarage-gitx-2.5.0.beta4 thegarage-gitx.gemspec
thegarage-gitx-2.5.0.beta3 thegarage-gitx.gemspec