hotseat.gemspec in hotseat-0.2.0 vs hotseat.gemspec in hotseat-0.3.0
- old
+ new
@@ -2,17 +2,17 @@
# 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{hotseat}
- s.version = "0.2.0"
+ s.name = "hotseat"
+ s.version = "0.3.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Elad Kehat"]
- s.date = %q{2011-08-20}
- s.email = %q{eladkehat@gmail.com}
+ s.date = "2011-09-23"
+ s.email = "eladkehat@gmail.com"
s.extra_rdoc_files = [
"LICENSE.txt",
"README.rdoc"
]
s.files = [
@@ -29,14 +29,14 @@
"lib/hotseat/queue.rb",
"spec/hotseat/hotseat_spec.rb",
"spec/hotseat/queue_spec.rb",
"spec/spec_helper.rb"
]
- s.homepage = %q{http://github.com/eladkehat/hotseat}
+ s.homepage = "http://github.com/eladkehat/hotseat"
s.licenses = ["MIT"]
s.require_paths = ["lib"]
- s.rubygems_version = %q{1.7.2}
- s.summary = %q{Add work queue functionality to an existing CouchDB database}
+ s.rubygems_version = "1.8.10"
+ s.summary = "Add work queue functionality to an existing CouchDB database"
if s.respond_to? :specification_version then
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then