Sha256: 778f05565b7688e0157154cf533b19b878f8acdad5520173db2b61c7eb799019
Contents?: true
Size: 727 Bytes
Versions: 3
Compression:
Stored size: 727 Bytes
Contents
require_relative 'lib/chess/version' Gem::Specification.new do |s| s.name = 'chess' s.version = Chess::VERSION s.authors = ['Enrico Pilotto'] s.email = ['epilotto@gmx.com'] s.homepage = 'https://github.com/pioz/chess' s.summary = 'A fast chess library to play chess with Ruby.' s.description = 'A fast chess library that use bitboards to play chess with Ruby.' s.license = 'LGPLv3' s.files = `git ls-files`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) } s.extensions = ['ext/chess/extconf.rb'] s.require_paths = ['lib'] s.metadata['rubygems_mfa_required'] = 'true' s.required_ruby_version = '>= 2.5' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
chess-0.4.0 | chess.gemspec |
chess-0.3.6 | chess.gemspec |
chess-0.3.5 | chess.gemspec |