Skip to content

Commit

Permalink
Regenerate gemspec for version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed Dec 31, 2010
1 parent c586948 commit 1373a79
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion tic_tac_toe.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,34 @@

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

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Michael Grosser"]
s.date = %q{2010-12-31}
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
Expand Down

0 comments on commit 1373a79

Please sign in to comment.