Sha256: a1ad80d172db83ac582e93f33c83de9413ae0503c3c3c06061f80fcc320e13a1

Contents?: true

Size: 1.2 KB

Versions: 3

Compression:

Stored size: 1.2 KB

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "hyhyhy"
  spec.version       = Hyhyhy::VERSION
  spec.authors       = ["Maciej A. Czyzewski"]
  spec.email         = ["maciejanthonyczyzewski@gmail.com"]
  spec.summary       = Hyhyhy::SUMMARY
  spec.description   = Hyhyhy::DESCRIPTION
  spec.homepage      = "https://github.com/MaciejCzyzewski/hyhyhy"
  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_runtime_dependency "commander", "~> 4.0", ">= 4.0.0"
  spec.add_runtime_dependency "kramdown", "~> 1.4", ">= 1.4.0"
  spec.add_runtime_dependency "launchy", "~> 2.3", ">= 2.3.0"
  spec.add_runtime_dependency "listen", "~> 2.7", ">= 2.7.0"
  spec.add_runtime_dependency "erubis", "~> 2.6", ">= 2.6.0"

  spec.add_development_dependency "bundler", "~> 1.7"
  spec.add_development_dependency "rake", "~> 10.0"

  spec.required_ruby_version = '>= 1.9.3'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
hyhyhy-0.0.9 hyhyhy.gemspec
hyhyhy-0.0.8 hyhyhy.gemspec
hyhyhy-0.0.7 hyhyhy.gemspec