Sha256: 871d818efb73df90c00c352abe5dc7813248df68acf0eb66eb30654f72985d46

Contents?: true

Size: 980 Bytes

Versions: 2

Compression:

Stored size: 980 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "mastermind-game"
  spec.version       = Mastermind::VERSION
  spec.authors       = ["Andur Carr"]
  spec.email         = ["carr.andur@gmail.com"]

  spec.summary       = %q{An API for creating the game "Mastermind".}
  spec.description   = %q{An API for creating the game "Mastermind".}
  spec.homepage      = "https://github.com/lamarseillaise/mastermind"
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
  spec.executables   = ["mastermind"]
  spec.require_paths = ["lib"]

  spec.add_development_dependency "bundler", "~> 1.12"
  spec.add_development_dependency "rake", "~> 10.0"
  spec.add_development_dependency "rspec", "~> 3.0"
  spec.add_runtime_dependency "colorize", "~> 0.8.1"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mastermind-game-0.0.2 mastermind.gemspec
mastermind-game-0.0.1 mastermind.gemspec