Skip to content

Commit

Permalink
update history, and add will to authors
Browse files Browse the repository at this point in the history
  • Loading branch information
will committed Mar 16, 2010
1 parent d3d67f7 commit 6eed876
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -20,7 +20,7 @@ begin
gemspec.description = "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."
gemspec.email = "jchris@apache.org"
gemspec.homepage = "http://github.com/couchrest/couchrest"
gemspec.authors = ["J. Chris Anderson", "Matt Aimonetti", "Marcos Tapajos"]
gemspec.authors = ["J. Chris Anderson", "Matt Aimonetti", "Marcos Tapajos", "Will Leinweber"]
gemspec.extra_rdoc_files = %w( README.md LICENSE THANKS.md )
gemspec.files = %w( LICENSE README.md Rakefile THANKS.md history.txt) + Dir["{examples,lib,spec,utils}/**/*"] - Dir["spec/tmp"]
gemspec.has_rdoc = true
Expand Down Expand Up @@ -64,4 +64,4 @@ module Rake
end

Rake.remove_task("github:release")
Rake.remove_task("release")
Rake.remove_task("release")
1 change: 1 addition & 0 deletions history.txt
Expand Up @@ -2,6 +2,7 @@

* Major enhancements
* Adds support for continuous replication (sauy7)
* Automatic Type Casting (Alexander Uvarov, Sam Lown, Tim Heighes, Will Leinweber)
* Minor enhancements

== 0.35
Expand Down

0 comments on commit 6eed876

Please sign in to comment.