From 22b46aac66a62cd392478cb711d1c75f5a60974d Mon Sep 17 00:00:00 2001 From: Peter Szinek Date: Sun, 19 Apr 2009 16:53:44 +0200 Subject: [PATCH] bumped version number to rebuild the gem... some bugfixes are coming --- scrubyt.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrubyt.gemspec b/scrubyt.gemspec index 369cc67..72d706e 100644 --- a/scrubyt.gemspec +++ b/scrubyt.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.name = %q{scrubyt} s.summary = "A powerful Web-scraping framework built on Mechanize and Hpricot (and FireWatir)" - s.version = "0.4.16" + s.version = "0.4.20" s.authors = ["Peter Szinek", "Glenn Gillen"] s.date = %q{2009-01-31} s.description = %q{scRUBYt! is an easy to learn and use, yet powerful and effective web scraping framework. It's most interesting part is a Web-scraping DSL built on HPricot and WWW::Mechanize, which allows to navigate to the page of interest, then extract and query data records with a few lines of code. It is hard to describe scRUBYt! in a few sentences - you have to see it for yourself!}