Sha256: c09842df532b790155e4d4891bb7be357a8d5e5e274108293b3e7b10e8181aec

Contents?: true

Size: 996 Bytes

Versions: 1

Compression:

Stored size: 996 Bytes

Contents

# coding: utf-8

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

Gem::Specification.new do |spec|
  spec.name          = 'habuco'
  spec.version       = Habuco::VERSION
  spec.authors       = ['Krzysztof Wawer']
  spec.email         = ['krzysztof.wawer@gmail.com']

  spec.summary       = 'HAsh BUilder with COntext'
  spec.description   = 'HAsh BUilder with COntext'
  spec.license       = 'MIT'

  spec.files         = `git ls-files -z`.split("\x0").reject do |f|
    f.match(%r{^(test|spec|features)/})
  end
  spec.bindir        = 'exe'
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ['lib']

  spec.add_development_dependency 'bundler', '~> 1.14'
  spec.add_development_dependency 'rake', '~> 10.0'
  spec.add_development_dependency 'rspec', '~> 3.5'
  spec.add_development_dependency 'rubocop', '0.49.1'
  spec.add_development_dependency 'timecop', '~> 0.9'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
habuco-0.1.0 habuco.gemspec