Sha256: 12feefe7577f37874f2799c600401da02393200065694755f25a81c69f7645a1

Contents?: true

Size: 1.02 KB

Versions: 2

Compression:

Stored size: 1.02 KB

Contents

# coding: utf-8

lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'hanzo/version'

Gem::Specification.new do |spec|
  spec.name          = 'hanzo'
  spec.version       = Hanzo::VERSION
  spec.authors       = ['Samuel Garneau']
  spec.email         = ['sgarneau@mirego.com']
  spec.description   = 'Hanzo is a tool to handle deployments in multiple environments on Heroku.'
  spec.summary       = 'Hanzo is a tool to handle deployments in multiple environments on Heroku.'
  spec.homepage      = 'https://github.com/mirego/hanzo'
  spec.license       = 'BSD 3-Clause'

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

  spec.add_development_dependency 'bundler', '~> 1.3'
  spec.add_development_dependency 'rake'
  spec.add_development_dependency 'rspec'

  spec.add_dependency 'highline'
  spec.add_dependency 'heroku'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hanzo-0.1.2 hanzo.gemspec
hanzo-0.1.0 hanzo.gemspec