Sha256: 9fc09e1776dde488c8b5ee9a1ee2b5fe7d2f5133203a1b807b6e192b2eb62792

Contents?: true

Size: 1.06 KB

Versions: 1

Compression:

Stored size: 1.06 KB

Contents

$:.push File.expand_path("../lib", __FILE__)
require "hexx/suit/version"

Gem::Specification.new do |s|

  s.name        = "hexx-suit"
  s.version     = Hexx::Suit::VERSION.dup
  s.author      = "Andrew Kozin"
  s.email       = "andrew.kozin@gmail.com"
  s.homepage    = "https://github.com/nepalez/hexx-suit"
  s.summary     = "Test/development suit."
  s.description = "The module collects gems used for development and testing."
  s.license     = "MIT"

  s.files            = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
  s.executables      = ["hexx-suit"]
  s.test_files       = Dir["spec/**/*", "Rakefile", "Guardfile"]
  s.extra_rdoc_files = Dir["LICENSE", "README.md", ".yardopts"]

  s.required_ruby_version = ">= 1.9.3"

  s.add_runtime_dependency "guard-rspec", "~> 4.3"
  s.add_runtime_dependency "hexx-rspec", "~> 0.1"
  s.add_runtime_dependency "inch", "~> 0.5"
  s.add_runtime_dependency "metric_fu", "~> 4.11"
  s.add_runtime_dependency "mutant-rspec", "~> 0.7"
  s.add_runtime_dependency "rubocop", "~> 0.23"
  s.add_runtime_dependency "yardstick", "~> 0.9"

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hexx-suit-1.2.0 hexx-suit.gemspec