Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
samlown committed Jul 14, 2010
1 parent 88be633 commit 4d86ebd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions couchrest.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{couchrest}
s.version = "1.0.0.beta2"
s.version = "1.0.0.beta3"

s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
s.authors = ["J. Chris Anderson", "Matt Aimonetti", "Marcos Tapajos", "Will Leinweber"]
s.date = %q{2010-07-07}
s.date = %q{2010-07-14}
s.description = %q{CouchRest provides a simple interface on top of CouchDB's RESTful HTTP API, as well as including some utility scripts for managing views and attachments.}
s.email = %q{jchris@apache.org}
s.extra_rdoc_files = [
Expand Down
1 change: 1 addition & 0 deletions history.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

* Minor enhancements
* Added Document#id= support (issue detected by Rory Franklin with RSpec model stubs)
* Fixing issues with CouchDB 1.0 and RestClient

== 1.0.0.beta

Expand Down
2 changes: 1 addition & 1 deletion lib/couchrest.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

# = CouchDB, close to the metal
module CouchRest
VERSION = '1.0.0.beta2'
VERSION = '1.0.0.beta3'

autoload :Server, 'couchrest/server'
autoload :Database, 'couchrest/database'
Expand Down

0 comments on commit 4d86ebd

Please sign in to comment.