Sha256: c7f2c7c69011f9373729f4f3403638485f637311b69f652a23f7318d63a39742

Contents?: true

Size: 1022 Bytes

Versions: 8

Compression:

Stored size: 1022 Bytes

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', '>= 1.6.19'
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
hanzo-0.4.2 hanzo.gemspec
hanzo-0.4.1 hanzo.gemspec
hanzo-0.4 hanzo.gemspec
hanzo-0.3.1 hanzo.gemspec
hanzo-0.3 hanzo.gemspec
hanzo-0.2.3 hanzo.gemspec
hanzo-0.2.2 hanzo.gemspec
hanzo-0.2.1 hanzo.gemspec