Sha256: 56e419f536e7a9ea957b8f1df1fee880a99eb63637d5f6ff66889fc9ac96b758

Contents?: true

Size: 1.11 KB

Versions: 7

Compression:

Stored size: 1.11 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("\n")
  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 'phare', '~> 0.6'
  spec.add_development_dependency 'rubocop', '~> 0.24'
  spec.add_development_dependency 'rake'
  spec.add_development_dependency 'rspec', '~> 3.1'

  spec.add_dependency 'highline', '>= 1.6.19'
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
hanzo-0.6.2 hanzo.gemspec
hanzo-0.6.1 hanzo.gemspec
hanzo-0.6 hanzo.gemspec
hanzo-0.5 hanzo.gemspec
hanzo-0.4.5 hanzo.gemspec
hanzo-0.4.4 hanzo.gemspec
hanzo-0.4.3 hanzo.gemspec