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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4b46761b89c8f66fb12417b8b08b9b99834eaa6a
4
- data.tar.gz: 04588d0306cf3c80577e287c371ac799fcdb69b1
3
+ metadata.gz: ffb93b0faa77d73f014f67be6dbb6320233a5497
4
+ data.tar.gz: 920547b074b92a01b164e2f27130010773a55e0b
5
5
  SHA512:
6
- metadata.gz: 0fe73886f396c9282fc831f1ed2a2bebb97f17decf79b06fa58b1105d48e11dabefb43ee021a27c772bd6c70303cb64d0100cb57644d451a9242991642489665
7
- data.tar.gz: c63e83ba6b79d3874943a15b17324ef4dd5fa85c9502fe5d24f26f98fab265f928105808994b980b1ce7dd94e8439481004644cfbcbfadf7e3b01facb483a1cf
6
+ metadata.gz: b3c36ff313a381ec3d1950abf1c148faed90aa99a0658741ab4533f15d6b6afd2e6dc95caa0be5afd231125099126c24aeee36b3a873c33d8a81c6f42dace510
7
+ data.tar.gz: 31bb5aa05f6354f083fae15b3351059d28073c449125081a2c043b7087340d48294541a11951cb2f13f67ec9b8944a029071bcf24e1421b358f64ad458a31d85
@@ -76,7 +76,7 @@ module Retriever
76
76
  end
77
77
  end
78
78
  puts "###############################"
79
- puts "File Created: #{filename}.csv"
79
+ puts "File Created: #{@output}.csv"
80
80
  puts "Object Count: #{data.size}"
81
81
  puts "###############################"
82
82
  puts
@@ -1,3 +1,3 @@
1
1
  module Retriever
2
- VERSION = '0.0.10'
2
+ VERSION = '0.0.11'
3
3
  end
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.06 - 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/)
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
  =====
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubyretriever
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 0.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joe Norton