hlspider 0.2.1 → 0.2.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.
@@ -20,9 +20,7 @@ module HLSpider
20
20
  # Raises error if there is a request problem.
21
21
  def async_download(urls)
22
22
  urls = Array.new(urls)
23
-
24
- puts urls.inspect
25
-
23
+
26
24
  responses = nil
27
25
  EventMachine.run {
28
26
  multi = EventMachine::MultiRequest.new
@@ -1,3 +1,3 @@
1
1
  module HLSpider
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hlspider
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 1
10
- version: 0.2.1
9
+ - 2
10
+ version: 0.2.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - brookemckim