Sha256: 5437fea975e1dcf4062d1535199154b9e4087af45eeb9c8b423f9530c143dac7

Contents?: true

Size: 953 Bytes

Versions: 1

Compression:

Stored size: 953 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "threesmodel"
  spec.version       = Threesmodel::VERSION
  spec.authors       = ["Måns Sandström"]
  spec.email         = ["mans.sandstrom@gmail.com"]
  spec.description   = %q{A stab at implementing the game logic for the game threes, eventually making it scriptable for a bot.}
  spec.summary       = %q{An API for something that resembles the game threes}
  spec.homepage      = ""
  spec.license       = "MIT"

  spec.files         = `git ls-files`.split($/)
  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_development_dependency "bundler", "~> 1.14"
  spec.add_development_dependency "rake", "~> 11.2"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
threesmodel-0.0.3 threesmodel.gemspec