Sha256: 2a7ff8fbe3fe57489e9d68d4d7dcb9b73a9fc63d1ef5314ce277fab842e7ec35

Contents?: true

Size: 1.16 KB

Versions: 3

Compression:

Stored size: 1.16 KB

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "hillary"
  spec.version       = Hillary::VERSION
  spec.authors       = ["Allen Madsen"]
  spec.email         = ["blatyo@gmail.com"]
  spec.summary       = %q{Project manager for common project tasks.}
  spec.description   = %q{Project manager for common project tasks. Slugging and tagging so far.}
  spec.homepage      = "https://github.com/secondrotation/hillary"
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0")
  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_dependency "grit"
  spec.add_dependency 'pry-debugger'
  spec.add_dependency 'pry-rails'
  spec.add_dependency 'bundler-audit'
  spec.add_dependency 'fog', '~> 1.22'

  spec.add_development_dependency "bundler", "~> 1.6"
  spec.add_development_dependency "rake"
  spec.add_development_dependency "timecop"
  spec.add_development_dependency "rspec"
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
hillary-0.0.5 hillary.gemspec
hillary-0.0.4 hillary.gemspec
hillary-0.0.3 hillary.gemspec