# -*- encoding: utf-8 -*- # stub: stockfish 0.3.1 ruby lib Gem::Specification.new do |s| s.name = "stockfish".freeze s.version = "0.3.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Linmiao Xu".freeze] s.date = "2016-01-19" s.description = "Ruby client for the Stockfish chess engine".freeze s.email = ["linmiao.xu@gmail.com".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "lib/stockfish.rb".freeze, "lib/stockfish/analysis_parser.rb".freeze, "lib/stockfish/engine.rb".freeze, "lib/stockfish/version.rb".freeze, "ruby-stockfish.gemspec".freeze, "script/bench.rb".freeze, "test/analysis_parser_test.rb".freeze, "test/engine_test.rb".freeze, "test/fixtures/analysis_outputs/black_loses_in_3.txt".freeze, "test/fixtures/analysis_outputs/checkmate.txt".freeze, "test/fixtures/analysis_outputs/kvk_endgame.txt".freeze, "test/fixtures/analysis_outputs/mate_in_1.txt".freeze, "test/fixtures/analysis_outputs/multipv_3.txt".freeze, "test/fixtures/analysis_outputs/stalemate.txt".freeze, "test/fixtures/analysis_outputs/tough_midgame.txt".freeze, "test/fixtures/analysis_outputs/white_wins_in_4.txt".freeze, "test/fixtures/positions/stalemate.txt".freeze, "test/fixtures/positions/start.txt".freeze, "test/fixtures/positions/white_wins_in_4.txt".freeze, "test/test_helper.rb".freeze] s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Ruby client for the Stockfish chess engine".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 5.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.10".freeze]) end