From 147c9da692f3537dcfeb6c4e8ad11ac20dab88fb Mon Sep 17 00:00:00 2001 From: Robert McLeod Date: Thu, 23 Oct 2014 12:24:47 +1300 Subject: [PATCH 1/2] added the rubydoc and rubygems links to the readme --- README.rdoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rdoc b/README.rdoc index ea57ea93..5a202cec 100644 --- a/README.rdoc +++ b/README.rdoc @@ -2,6 +2,8 @@ * https://github.com/sparklemotion/sqlite3-ruby * http://groups.google.com/group/sqlite3-ruby +* http://rubygems.org/gems/sqlite3 +* http://www.rubydoc.info/gems/sqlite3/1.3.9/frames == DESCRIPTION From 7e5ed6f1a7f884e38c3f7ca4c18edfd987ad8224 Mon Sep 17 00:00:00 2001 From: Robert McLeod Date: Thu, 23 Oct 2014 13:01:24 +1300 Subject: [PATCH 2/2] Changed the rubydoc link to go to the latest version --- README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index 5a202cec..12e78df3 100644 --- a/README.rdoc +++ b/README.rdoc @@ -3,7 +3,7 @@ * https://github.com/sparklemotion/sqlite3-ruby * http://groups.google.com/group/sqlite3-ruby * http://rubygems.org/gems/sqlite3 -* http://www.rubydoc.info/gems/sqlite3/1.3.9/frames +* http://www.rubydoc.info/gems/sqlite3/frames == DESCRIPTION