adops_report_scrapper 0.1.34 → 0.1.35
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG +3 -0
- data/lib/adops_report_scrapper/triplelift_client.rb +1 -1
- data/lib/adops_report_scrapper/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5fe5b6b5d49020183be59224343dceee07a734b9
|
4
|
+
data.tar.gz: 386da10076de45751f659a70f1353bcfcb323882
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1077ec8648009af07659e1f26bce153fed9e734a01142650315eb8cfa68d19fe26ec0e6014f50cf9ae06f39e6022a5f74f14cbf117897180afcc9b4ccfa0123f
|
7
|
+
data.tar.gz: 83379015ce6f08f67b4f4c19177a056631d81481fd180c470ba979db8ca01bb222c7e456ed82aac1ed05cc907a53ee1ef0a86405869b2c5044ad3b2cc2721e89
|
data/CHANGELOG
CHANGED
@@ -20,7 +20,7 @@ class AdopsReportScrapper::TripleliftClient < AdopsReportScrapper::BaseClient
|
|
20
20
|
@date_str = @date.strftime('%B %d, %Y')
|
21
21
|
@client.find(:xpath, '//*[text()="Reporting"]').click
|
22
22
|
wait_for_spin
|
23
|
-
@client.find(:xpath, '//button[contains(text(),"
|
23
|
+
@client.find(:xpath, '//button[contains(text(),"Month to date")]').click
|
24
24
|
@client.find(:xpath, '//a[contains(text(),"Yesterday")]').click
|
25
25
|
sleep 1
|
26
26
|
|
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.1.
|
4
|
+
version: 0.1.35
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stayman Hou
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-12-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: httpclient
|