adops_report_scrapper 0.1.67 → 0.1.68

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7125ce707e546106037a9d1aa48886c7890a47f4
4
- data.tar.gz: f5e68fd5f368ad5a4ed79dd0085553ad1adc383f
3
+ metadata.gz: fa336233d3472d0371dd0a938fc9f660d282340b
4
+ data.tar.gz: db0b5ace62049f7553bda317e2a3ed1bd350045e
5
5
  SHA512:
6
- metadata.gz: 04b65bc91288708a4834ee83c36bd49d1f2d587180e413b16d020849a1e019da3c35043a563632dfe32b5cf94fba25000bf39f4fba62a420d79885a3845bec97
7
- data.tar.gz: b9557ae9913eac36a13825b015aa77bbd6e226eefb23c9906c040c4e32dad8a76af4aa08f1025c06d526714d4d0ef5dcdb7d9d501e2b211aaed94741728a02f1
6
+ metadata.gz: f1eac7832f17801c2a0dba5b1c2e577b04326e79c190d13fca0020dc38cc049404daa421df91d540ba796afe2e01a6f08fd67b303148a62bd52dca40dbf1439f
7
+ data.tar.gz: 2d2083f2ca38370e2d6e3d2586f3e61220b37d39f6a8e5c7dbbea3d952a12b45f877a4b252c41ef9268a1facb8e2c9bc2b5c83ea8e600abf37c5c1677d3bc3c8
data/CHANGELOG CHANGED
@@ -1,6 +1,6 @@
1
1
  # CHANGELOG
2
2
 
3
- ## 0.1.67
3
+ ## 0.1.68
4
4
  fix adtechus
5
5
 
6
6
  ## 0.1.66
@@ -29,7 +29,6 @@ class AdopsReportScrapper::AdtechusClient < AdopsReportScrapper::BaseClient
29
29
  end
30
30
 
31
31
  def request_report
32
- byebug
33
32
  @client.find(:xpath, '//*[text()="REPORTING"]').click
34
33
  wait_for_loading
35
34
  @client.visit(@client.find(:css, '#mainwindow')[:src])
@@ -1,3 +1,3 @@
1
1
  module AdopsReportScrapper
2
- VERSION = "0.1.67"
2
+ VERSION = "0.1.68"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adops_report_scrapper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.67
4
+ version: 0.1.68
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stayman Hou