From 09655bbba3ddc750858d09accdfd4688fac730da Mon Sep 17 00:00:00 2001 From: Julien Kirch Date: Wed, 9 Dec 2009 18:51:48 +0100 Subject: [PATCH 1/3] Added fork goal to readme --- README.rdoc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.rdoc b/README.rdoc index 91b1111..ee46b81 100644 --- a/README.rdoc +++ b/README.rdoc @@ -149,3 +149,13 @@ http://rest-client.heroku.com http://github.com/adamwiggins/rest-client +Mailing list: rest.client@librelist.com (send a mail to subscribe). + +== Fork goal + +This fork has several goals: +* merge the features of [françois' version](http://github.com/francois/rest-client) into the original gem with as much as compatibility as possible +* improve the documentation for advanced features +* added some tests to the streaming and multipart features +* establish a users mailing list at rest.client@librelist.com +* avoid overall refactoring From 39a151419c0438e136f4e9f8b22ff38ffe2a29ba Mon Sep 17 00:00:00 2001 From: Julien Kirch Date: Wed, 9 Dec 2009 18:53:56 +0100 Subject: [PATCH 2/3] Fix link --- README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index ee46b81..4b84140 100644 --- a/README.rdoc +++ b/README.rdoc @@ -154,7 +154,7 @@ Mailing list: rest.client@librelist.com (send a mail to subscribe). == Fork goal This fork has several goals: -* merge the features of [françois' version](http://github.com/francois/rest-client) into the original gem with as much as compatibility as possible +* merge the features of françois' version (francois/rest-client) into the original gem with as much as compatibility as possible * improve the documentation for advanced features * added some tests to the streaming and multipart features * establish a users mailing list at rest.client@librelist.com From 317a35a30363e3e8c3b0bdd3a4795ef1e0569ef8 Mon Sep 17 00:00:00 2001 From: Julien Kirch Date: Wed, 9 Dec 2009 18:55:03 +0100 Subject: [PATCH 3/3] Typo --- README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index 4b84140..808d505 100644 --- a/README.rdoc +++ b/README.rdoc @@ -154,7 +154,7 @@ Mailing list: rest.client@librelist.com (send a mail to subscribe). == Fork goal This fork has several goals: -* merge the features of françois' version (francois/rest-client) into the original gem with as much as compatibility as possible +* merge the features of françois' version (http://github.com/francois/rest-client) into the original gem with as much as compatibility as possible * improve the documentation for advanced features * added some tests to the streaming and multipart features * establish a users mailing list at rest.client@librelist.com