diff --git a/Rakefile b/Rakefile index 6936814..2c4ee9e 100644 --- a/Rakefile +++ b/Rakefile @@ -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 @@ -64,4 +64,4 @@ module Rake end Rake.remove_task("github:release") -Rake.remove_task("release") \ No newline at end of file +Rake.remove_task("release") diff --git a/history.txt b/history.txt index 79bd8f4..7491e38 100644 --- a/history.txt +++ b/history.txt @@ -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