rubyretriever 0.0.10 → 0.0.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/retriever/fetch.rb +1 -1
- data/lib/retriever/version.rb +1 -1
- data/readme.md +3 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ffb93b0faa77d73f014f67be6dbb6320233a5497
|
4
|
+
data.tar.gz: 920547b074b92a01b164e2f27130010773a55e0b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b3c36ff313a381ec3d1950abf1c148faed90aa99a0658741ab4533f15d6b6afd2e6dc95caa0be5afd231125099126c24aeee36b3a873c33d8a81c6f42dace510
|
7
|
+
data.tar.gz: 31bb5aa05f6354f083fae15b3351059d28073c449125081a2c043b7087340d48294541a11951cb2f13f67ec9b8944a029071bcf24e1421b358f64ad458a31d85
|
data/lib/retriever/fetch.rb
CHANGED
data/lib/retriever/version.rb
CHANGED
data/readme.md
CHANGED
@@ -5,9 +5,11 @@ Now an official RubyGem!
|
|
5
5
|
```sh
|
6
6
|
gem install rubyretriever
|
7
7
|
```
|
8
|
+
Update (5/26):
|
9
|
+
Version 0.0.10 - fixes a bug that wouldn't allow sitemaps to write out to file correctly.
|
8
10
|
|
9
11
|
Update (5/25):
|
10
|
-
Version 0.
|
12
|
+
Version 0.0.6 - Switches to using a Bloom Filter to keep track of past 'visited pages'. I saw this in [Arachnid] (https://github.com/dchuk/Arachnid) and realized it's a much better idea for performance and implemented it immediately. Hat tip [dchuk] (https://github.com/dchuk/)
|
11
13
|
|
12
14
|
About
|
13
15
|
=====
|