room.gemspec in room-0.1.2 vs room.gemspec in room-0.1.3
- old
+ new
@@ -3,15 +3,15 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{room}
- s.version = "0.1.2"
+ s.version = "0.1.3"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Tom Lieber"]
- s.date = %q{2011-03-17}
+ s.date = %q{2011-04-01}
s.default_executable = %q{room}
s.description = %q{the game is making the game}
s.email = %q{tom@alltom.com}
s.executables = ["room"]
s.extra_rdoc_files = [
@@ -23,20 +23,17 @@
"Gemfile.lock",
"README",
"Rakefile",
"VERSION",
"bin/room",
- "examples/example1.rb",
"lib/room.rb",
- "room.gemspec"
+ "room.gemspec",
+ "rooms/beginners.rb"
]
s.homepage = %q{http://github.com/alltom/room}
s.require_paths = ["lib"]
s.rubygems_version = %q{1.6.2}
s.summary = %q{the game is making the game}
- s.test_files = [
- "examples/example1.rb"
- ]
if s.respond_to? :specification_version then
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then