adops_report_scrapper 0.1.62 → 0.1.63

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: 5601b07d21e2faa78af8c8437dc421710ee443d1
4
- data.tar.gz: f99f7465028d86170f5714dac2bcf7a237cbc8d0
3
+ metadata.gz: 6b29f1d05de51d3ef2689d26ca63ff3585f91df7
4
+ data.tar.gz: c51a258913261369cc6fc110ce63d45dd2d612ce
5
5
  SHA512:
6
- metadata.gz: d3a366dbc34a9e96740714ae865be067e4153f2559350f312b7af22cd6777c143066bc7e7b83d3917ac362e77fb771449ab3f54c0426496c5fa7f07f9c609a81
7
- data.tar.gz: 142425cb523cce5f3ffb85278fa5d22a0ad697b8c76f29deb1d1172bc625d5585e2a106b576c9800784ec1ea841a6e39720029936b7ffaabfdf67a4de33bef4e
6
+ metadata.gz: 0b4141e2dd50f23956c091b0fe85b54801b3ea0ea5edea674da7fa8db85e6709992fef47ff81f6dc17eb941cfba09f57e734738c2b19de799379399a873db9d0
7
+ data.tar.gz: 8b6fd7fe2aaeab350c5c84301e7a4c34d8885182f740a77da531deb1855ee7150f7016512578df3466321de9fc23d6e12e382c681e3aa4095d15d17a40efbed3
data/CHANGELOG CHANGED
@@ -1,5 +1,8 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.1.63
4
+ fix adaptv/onevideo after their UI update
5
+
3
6
  ## 0.1.61
4
7
  implement appnexus
5
8
 
@@ -6,20 +6,14 @@ class AdopsReportScrapper::AdaptvClient < AdopsReportScrapper::BaseClient
6
6
 
7
7
  def login
8
8
  @client.visit 'https://onevideo.aol.com/#/logon'
9
- @client.fill_in 'adaptv_email', :with => @login
9
+ @client.fill_in 'Username', :with => @login
10
10
  begin
11
11
  @client.fill_in 'Password', :with => @secret
12
- @client.find_all(:button).first.click
13
- sleep 10
14
- @client.fill_in 'Password', :with => @secret
15
12
  rescue Exception => e
16
13
  puts 'You are selected in the Beta that sucks!!!'
17
14
  @client.find_all(:button).first.click
18
15
  sleep 10
19
16
  @client.fill_in 'Password', :with => @secret
20
- @client.find_all(:button).first.click
21
- sleep 10
22
- @client.fill_in 'adaptv_email', :with => @login
23
17
  end
24
18
  @client.find_all(:button).first.click
25
19
  sleep 10
@@ -1,3 +1,3 @@
1
1
  module AdopsReportScrapper
2
- VERSION = "0.1.62"
2
+ VERSION = "0.1.63"
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.1.62
4
+ version: 0.1.63
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-02-16 00:00:00.000000000 Z
11
+ date: 2017-03-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httpclient