Sha256: b1942762f310ee487492060e7a956d997446c512bb2bb1f5c8b45ef2bc8437f0
Contents?: true
Size: 632 Bytes
Versions: 2
Compression:
Stored size: 632 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $:.unshift(lib) unless $:.include?(lib) require 'stockfish/version' Gem::Specification.new do |s| s.name = "stockfish" s.version = Stockfish::VERSION s.authors = ["Linmiao Xu"] s.email = ["linmiao.xu@gmail.com"] s.summary = "Ruby client for the Stockfish chess engine" s.description = "Ruby client for the Stockfish chess engine" s.license = "MIT" s.files = `git ls-files -z`.split("\0") s.add_development_dependency "rake", "~> 10.0" s.add_development_dependency "minitest", "~> 5.0" s.add_development_dependency "pry", "~> 0.10" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
stockfish-0.3.1 | ruby-stockfish.gemspec |
stockfish-0.3.0 | ruby-stockfish.gemspec |