Sha256: a98f64043f92bf3dda26e284c6fa5315f82da5d2eff8de6f7bcc7fcffc22d40c
Contents?: true
Size: 569 Bytes
Versions: 1
Compression:
Stored size: 569 Bytes
Contents
$:.push File.expand_path('../lib', __FILE__) Gem::Specification.new do |s| s.authors = ['Rick Carlino'] s.description = "A simple Ruby object library for board and tile based games." s.email = 'rick.carlino@gmail.com' s.files = `git ls-files`.split("\n") s.homepage = 'http://github.com/rickcarlino/shiny-octo-nemesis' s.license = 'MIT' s.name = 'boardgame' s.require_paths = ['lib'] s.summary = "Control logic for board and tile based games using Ruby." s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.version = '0.0.2' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
boardgame-0.0.2 | boardgame.gemspec |