Adding Sam and Will to Thanks.md
This commit is contained in:
parent
876e270966
commit
23451ede86
|
@ -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)
|
||||
|
||||
|
|
2
Rakefile
2
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
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue