update history, and add will to authors
This commit is contained in:
parent
d3d67f724c
commit
6eed876784
2
Rakefile
2
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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue