room.gemspec in room-0.1.3 vs room.gemspec in room-0.2.0

- 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.3" + s.version = "0.2.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Tom Lieber"] - s.date = %q{2011-04-01} + s.date = %q{2011-04-18} 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 = [ @@ -25,10 +25,11 @@ "Rakefile", "VERSION", "bin/room", "lib/room.rb", "room.gemspec", - "rooms/beginners.rb" + "rooms/beginners.rb", + "rooms/tweets.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}