From 887d930e7cec5a774c31d9fd5dc27d64c3a5a771 Mon Sep 17 00:00:00 2001 From: Serdar Dogruyol Date: Fri, 4 Jul 2014 12:20:24 +0300 Subject: [PATCH] Added more --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 6e97629..5539021 100644 --- a/README.md +++ b/README.md @@ -254,6 +254,8 @@ A curated list of awesome Ruby frameworks, libraries and resources. Inspired by *Libraries for caching data.* +* [Dalli](https://github.com/mperham/dalli) - a high performance pure Ruby client for accessing memcached servers. + ## Email *Libraries for sending and parsing email.* @@ -272,10 +274,14 @@ A curated list of awesome Ruby frameworks, libraries and resources. Inspired by *Libraries for working with HTML and XML.* +* [Nokogiri](http://nokogiri.org) + ## Web Crawling *Libraries for scraping websites.* +* [Nokogiri](http://nokogiri.org) + ## Web Content Extracting *Libraries for extracting web contents.* @@ -318,6 +324,8 @@ A curated list of awesome Ruby frameworks, libraries and resources. Inspired by *Libraries for woking with processes or threads* +* [Parallel](https://github.com/grosser/parallel) - Ruby parallel processing made simple and fast + ## Networking *Libraries for network programming.*