Sha256: 6c8b15b067a9be8dacfeb6dbe7bfa4f5801cf9eabb4016238a035c13ea58b942

Contents?: true

Size: 1.22 KB

Versions: 1

Compression:

Stored size: 1.22 KB

Contents

# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = %q{tic_tac_toe}
  s.version = "0.2.0"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Michael Grosser"]
  s.date = %q{2011-01-02}
  s.default_executable = %q{tic_tac_toe}
  s.email = %q{michael@grosser.it}
  s.executables = ["tic_tac_toe"]
  s.files = [
    "Gemfile",
    "Gemfile.lock",
    "Rakefile",
    "Readme.md",
    "VERSION",
    "bin/tic_tac_toe",
    "lib/tic_tac_toe.rb",
    "spec/spec_helper.rb",
    "spec/tic_tac_toe_spec.rb",
    "tic_tac_toe.gemspec"
  ]
  s.homepage = %q{http://github.com/grosser/tic_tac_toe}
  s.require_paths = ["lib"]
  s.rubygems_version = %q{1.3.7}
  s.summary = %q{Play Tic-Tac-Toe using Curses}
  s.test_files = [
    "spec/spec_helper.rb",
    "spec/tic_tac_toe_spec.rb"
  ]

  if s.respond_to? :specification_version then
    current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
    s.specification_version = 3

    if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
    else
    end
  else
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tic_tac_toe-0.2.0 tic_tac_toe.gemspec