adops_report_scrapper 0.2.18 → 0.2.19

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: e141ac08cec8826562c406fc77d7dbc285ff81a4
4
- data.tar.gz: 943b8085f55efa1f75daad80d4ebbc588d84b836
3
+ metadata.gz: d23b8a7ecb50b15774fc99b56746d7d2cdaf979b
4
+ data.tar.gz: f513b45df43f4e386a0f1af3a3ffa1b09f72afe8
5
5
  SHA512:
6
- metadata.gz: 76827433c9b6c74fa7530a28865a26a346d18dfccf6be4159b0355939f7a0e4f528c76dcd644b8bcaa4162ee2d9dbd6fc540c28db300103cc6d6476a01708959
7
- data.tar.gz: e9df5a3841be0ac921e6d7c5e83f70f592acc621a67865c7c131ec2971f51c1968adef735474422d190fabfa9635b0eee7f1c900a255ba497a4bde2ca2122413
6
+ metadata.gz: 122c46908bb8a4d9f45958af42292ec8bb14ecab04333b5c9c700be24188f792bdbbe348db224b541b21d2e907b9d172e78e8a1372b641a06d5089c38d37b1a3
7
+ data.tar.gz: 9276062bd341293f4808c979caf1ab33f445b34589413ed26ba59a675c8dd57c471fd7ced73902f91529e10936d277b93432dc912447696263b5c874553ad860
data/CHANGELOG CHANGED
@@ -1,5 +1,8 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.2.19
4
+ fix option logic
5
+
3
6
  ## 0.2.17
4
7
  add adsupply buyer
5
8
 
@@ -20,7 +20,7 @@ class AdopsReportScrapper::BaseClient
20
20
  # return data in array of array, first array is the headers, no total included
21
21
  def get_data(date = nil, options = nil)
22
22
  @date = date if date
23
- @options = options || {}
23
+ @options = @options.merge(options || {})
24
24
  fail "specified date is not supported by this scrapper #{self.class.name}" unless date_supported?
25
25
  init_client
26
26
  login
@@ -1,3 +1,3 @@
1
1
  module AdopsReportScrapper
2
- VERSION = "0.2.18"
2
+ VERSION = "0.2.19"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adops_report_scrapper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.18
4
+ version: 0.2.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stayman Hou
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-05-26 00:00:00.000000000 Z
11
+ date: 2017-05-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httpclient