Sha256: 3abbd169e7b0203189cbb53fce140e2ac9bd0e9da2179f10ac14b2cfa349fc74
Contents?: true
Size: 714 Bytes
Versions: 3
Compression:
Stored size: 714 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/hands/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ['Sam Soffes'] gem.email = ['sam@soff.es'] gem.description = 'Simple library for various poker hands calculations.' gem.summary = 'Simple library for various poker hands calculations.' gem.homepage = 'http://github.com/soffes/hands' gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } gem.files = `git ls-files`.split("\n") gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") gem.name = 'hands' gem.require_paths = ['lib'] gem.version = Hands::VERSION end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
hands-0.2.1 | hands.gemspec |
hands-0.2.0 | hands.gemspec |
hands-0.1.0 | hands.gemspec |