rev the gem version

This commit is contained in:
Chris Anderson 2008-11-22 16:30:36 -08:00
parent 7430dc17ea
commit 3da20217fd
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ require 'rake/gempackagetask'
spec = Gem::Specification.new do |s| spec = Gem::Specification.new do |s|
s.name = "couchrest" s.name = "couchrest"
s.version = "0.10.0" s.version = "0.10.1"
s.date = "2008-11-22" s.date = "2008-11-22"
s.summary = "Lean and RESTful interface to CouchDB." s.summary = "Lean and RESTful interface to CouchDB."
s.email = "jchris@grabb.it" s.email = "jchris@grabb.it"

View file

@ -4,7 +4,7 @@ Gem::Specification.new do |s|
s.executables = ["couchview", "couchdir", "couchapp"] s.executables = ["couchview", "couchdir", "couchapp"]
s.authors = ["J. Chris Anderson"] s.authors = ["J. Chris Anderson"]
s.required_rubygems_version = ">= 0" s.required_rubygems_version = ">= 0"
s.version = "0.10.0" s.version = "0.10.1"
s.files = ["LICENSE", s.files = ["LICENSE",
"README.rdoc", "README.rdoc",
"Rakefile", "Rakefile",