Sha256: 0a366b5b73dc8e8a7c8a7733422b5ed77c4b092f7c40beed8189f030e1af37d1
Contents?: true
Size: 413 Bytes
Versions: 2
Compression:
Stored size: 413 Bytes
Contents
$LOAD_PATH.unshift File.expand_path("../lib", __FILE__) name = "tic_tac_toe" require "#{name}/version" Gem::Specification.new name, TicTacToe::VERSION do |s| s.summary = "Play Tic-Tac-Toe using Curses" s.email = "michael@grosser.it" s.homepage = "http://github.com/grosser/#{name}" s.authors = ["Michael Grosser"] s.executables = [name] s.files = `git ls-files`.split("\n") s.license = "MIT" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tic_tac_toe-0.2.2 | tic_tac_toe.gemspec |
tic_tac_toe-0.2.1 | tic_tac_toe.gemspec |