rubyretriever 0.0.12 → 0.0.13

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/retriever/version.rb +1 -1
  3. data/readme.md +3 -3
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: efc429906131b363741d6560e37cb095f905b48e
4
- data.tar.gz: 85f320d55600f007315941b6c3213c8f04b70515
3
+ metadata.gz: 9741c673d910c34e27092d8bc76d42a945979425
4
+ data.tar.gz: 4478c442e1523de1864519c67c7d0f9fd6c43d9f
5
5
  SHA512:
6
- metadata.gz: 1cdeb51c607ee23b662128ae7b1071085314c9c04626fdfaf708ef9be7224e1bd83652e9bffb64175da480f7830af223a6e8a2a846cb429af3a4c58a71472941
7
- data.tar.gz: 437ee738e18d69600897512e0dd047da23166b2c59ad5f70ae8336532ecfa73e85399e9092b5d7b11895ddc23cffd46dd9465c2c6859bbf0890c80a32e15218b
6
+ metadata.gz: ec5ecde4d038a130cc50a705b41b3c8595156bd7706d3170be7055baf6cc63d1b864ebe41de36dab61c69b1edf13a1a4ab8577a9dcf558d9ff804f2bfd4e860a
7
+ data.tar.gz: 0a22053d24a799a4273614ee1cae7522bda3771fa39f1a8c37ba6959e907f6a4b30bb9f8d85b8b0f4c9bdfac34c82f0b2ba7ae8d73017639d7783c841d8d2841
@@ -1,3 +1,3 @@
1
1
  module Retriever
2
- VERSION = '0.0.12'
2
+ VERSION = '0.0.13'
3
3
  end
data/readme.md CHANGED
@@ -19,14 +19,14 @@ gem install rubyretriever
19
19
 
20
20
  **Example: Sitemap mode**
21
21
  ```sh
22
- rr --sitemap --progress --limit 1000 --output cnet http://www.cnet.com
22
+ rr --sitemap --progress --limit 100 --output cnet http://www.cnet.com
23
23
  ```
24
24
  OR -- SAME COMMAND
25
25
  ```sh
26
- rr -s -p -l 1000 -o cnet http://www.cnet.com
26
+ rr -s -p -l 100 -o cnet http://www.cnet.com
27
27
  ```
28
28
 
29
- This would go to http://www.cnet.com and map it until it crawled a max of 1,000 pages, and then it would write it out to a csv named cnet.
29
+ This would go to http://www.cnet.com and map it until it crawled a max of 100 pages, and then it would write it out to a csv named cnet.
30
30
 
31
31
  **Example: File Harvesting mode**
32
32
  ```sh
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.12
4
+ version: 0.0.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joe Norton