hotseat.gemspec in hotseat-0.1.1 vs hotseat.gemspec in hotseat-0.1.2

- 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{hotseat} - s.version = "0.1.1" + s.version = "0.1.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Elad Kehat"] - s.date = %q{2011-08-06} + s.date = %q{2011-08-17} s.email = %q{eladkehat@gmail.com} s.extra_rdoc_files = [ "LICENSE.txt", "README.rdoc" ] @@ -21,9 +21,10 @@ "Gemfile", "LICENSE.txt", "README.rdoc", "Rakefile", "VERSION", + "hotseat.gemspec", "lib/hotseat.rb", "lib/hotseat/hotseat.rb", "lib/hotseat/queue.rb", "spec/hotseat/hotseat_spec.rb", "spec/hotseat/queue_spec.rb",