fix repository url
This commit is contained in:
parent
b7209c258f
commit
64ab53414a
2
Rakefile
2
Rakefile
|
@ -20,7 +20,7 @@ spec = Gem::Specification.new do |s|
|
||||||
s.date = "2008-11-22"
|
s.date = "2008-11-22"
|
||||||
s.summary = "Lean and RESTful interface to CouchDB."
|
s.summary = "Lean and RESTful interface to CouchDB."
|
||||||
s.email = "jchris@apache.org"
|
s.email = "jchris@apache.org"
|
||||||
s.homepage = "http://github.com/jchris/couchrest"
|
s.homepage = "http://github.com/couchrest/couchrest"
|
||||||
s.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."
|
s.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."
|
||||||
s.has_rdoc = true
|
s.has_rdoc = true
|
||||||
s.authors = ["J. Chris Anderson", "Matt Aimonetti"]
|
s.authors = ["J. Chris Anderson", "Matt Aimonetti"]
|
||||||
|
|
|
@ -14,6 +14,6 @@ changes. A list of these people is included below.
|
||||||
* Simon Rozet (simon /at/ rozet /dot/ name)
|
* Simon Rozet (simon /at/ rozet /dot/ name)
|
||||||
* [Marcos Tapajós](http://tapajos.me)
|
* [Marcos Tapajós](http://tapajos.me)
|
||||||
|
|
||||||
Patches are welcome. The primary source for this software project is [on Github](http://github.com/jchris/couchrest/tree/master)
|
Patches are welcome. The primary source for this software project is [on Github](http://github.com/couchrest/couchrest)
|
||||||
|
|
||||||
A lot of people have active forks - thank you all - even the patches I don't end up using are helpful.
|
A lot of people have active forks - thank you all - even the patches I don't end up using are helpful.
|
||||||
|
|
Loading…
Reference in a new issue