bobik 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/bobik/client.rb +2 -2
  2. metadata +1 -1
@@ -18,8 +18,8 @@ module Bobik
18
18
  @timeout_ms = opts[:timeout_ms] || 60000
19
19
  @log = opts[:logger] || (defined?(Rails.logger) && Rails.logger)
20
20
  end
21
-
22
- # Submit a scraping request.
21
+
22
+ # Submit a scraping request. Request is a JSON composed in accordance with http://usebobik.com/api/docs
23
23
  # The callback block will be invoked when results arrive.
24
24
  # If asynchronous mode is used, the method returns right away.
25
25
  # Otherwise, it blocks until results arrive.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bobik
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: