diff --git a/README.md b/README.md index 9b933d7..3a26213 100644 --- a/README.md +++ b/README.md @@ -307,12 +307,12 @@ CouchRest install, from the project root directory run `rake`, or `autotest` API: [http://rdoc.info/projects/couchrest/couchrest_model](http://rdoc.info/projects/couchrest/couchrest_model) -Check the wiki for documentation and examples [http://wiki.github.com/couchrest/couchrest](http://wiki.github.com/couchrest/couchrest) +Check the wiki for documentation and examples [http://wiki.github.com/couchrest/couchrest_model](http://wiki.github.com/couchrest/couchrest_model) ## Contact -Please post bugs, suggestions and patches to the bug tracker at [http://github.com/couchrest/couchrest/issues](http://github.com/couchrest/couchrest/issues). +Please post bugs, suggestions and patches to the bug tracker at [http://github.com/couchrest/couchrest/issues](http://github.com/couchrest/couchrest_model/issues). Follow us on Twitter: [http://twitter.com/couchrest](http://twitter.com/couchrest) diff --git a/Rakefile b/Rakefile index 7c260ef..152592d 100644 --- a/Rakefile +++ b/Rakefile @@ -32,7 +32,7 @@ begin gemspec.add_dependency("activemodel", ">= 3.0.0.beta4") gemspec.add_dependency("tzinfo", ">= 0.3.22") gemspec.version = CouchRest::Model::VERSION - gemspec.date = "2008-11-22" + gemspec.date = Time.now.strftime("%Y-%m-%d") gemspec.require_path = "lib" end rescue LoadError diff --git a/THANKS.md b/THANKS.md index 08edeec..0ce7a22 100644 --- a/THANKS.md +++ b/THANKS.md @@ -13,6 +13,8 @@ changes. A list of these people is included below. * [Matt Lyon](http://mattly.tumblr.com/) * Simon Rozet (simon /at/ rozet /dot/ name) * [Marcos Tapajós](http://tapajos.me) + * [Sam Lown](http://github.com/samlown) + * [Will Leinweber](http://github.com/will) Patches are welcome. The primary source for this software project is [on Github](http://github.com/couchrest/couchrest)