ssoroka-spider_bot 0.9.1 → 0.9.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Rakefile +1 -1
- data/bin/spider_bot +1 -1
- data/spider_bot.gemspec +1 -1
- metadata +1 -1
data/Rakefile
CHANGED
@@ -2,7 +2,7 @@ require 'rubygems'
|
|
2
2
|
require 'rake'
|
3
3
|
require 'echoe'
|
4
4
|
|
5
|
-
Echoe.new('spider_bot', '0.9.
|
5
|
+
Echoe.new('spider_bot', '0.9.2') do |p|
|
6
6
|
p.description = 'A non-threaded spider bot that spiders a site with response time stats. easily extendable'
|
7
7
|
p.url = 'http://github.com/ssoroka/spider_bot'
|
8
8
|
p.author = 'Steven Soroka'
|
data/bin/spider_bot
CHANGED
data/spider_bot.gemspec
CHANGED