getting GH to build my gem, :emo:test #2

This commit is contained in:
Matt Aimonetti 2009-02-10 18:06:25 -08:00
parent dedea6a0b8
commit b79bb9a912
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
Gem::Specification.new do |s|
s.name = %q{couchrest}
s.version = "0.13"
s.version = "0.13.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["J. Chris Anderson", "Matt Aimonetti"]

View file

@ -27,7 +27,7 @@ require 'couchrest/monkeypatches'
# = CouchDB, close to the metal
module CouchRest
VERSION = '0.13'
VERSION = '0.13.1'
autoload :Server, 'couchrest/core/server'
autoload :Database, 'couchrest/core/database'