adops_report_scrapper 0.1.51 → 0.1.52

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: 060ef2b4799e34f3e8d61131de66cbdae027c883
4
- data.tar.gz: 9746f916e23b7fd3604dae0175ad9a96e090ab24
3
+ metadata.gz: 1f6f461225876e13e3630b7a79d5e10deb56e869
4
+ data.tar.gz: d044c856cab3f97e690da2d6e6443bedea7f3e49
5
5
  SHA512:
6
- metadata.gz: 07ebdc85b13de1a1f3adff5471debff72550868594ef29786ad6c674d5f4893c4762c9c1f34279ff9ab18a46dfd433b6af98d39e4893f7bb75c17e7b8f19f041
7
- data.tar.gz: 161afca7eb9f1cf69fc2c7f128f142616a095864cd9bd522ead9ae092a8cb3759c0aa2811ef112e9957547f3ec5c7cf1e58b7f4d9957b6f61aed41743896cacf
6
+ metadata.gz: b6505ae27409d35f0c4bed26c63c336a65cf71ddaa62cef792003f9e7908067baff330b44fdae6406402c41fea4e842c620702d00fd9a116146b9d9e1000a354
7
+ data.tar.gz: a0ed7026cd9c87942958342db8aa18bb69d3f2ccb96ccc26a2b7fce5bf88264fec93fd4041f45c29f664bd06056f61515fbd84f3a440251012ed7f9dcfde1a9a
data/CHANGELOG CHANGED
@@ -1,5 +1,8 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.1.52
4
+ fix adaptv - what the hack are they thinking by spliting the username and password into two steps?!
5
+
3
6
  ## 0.1.51
4
7
  improve rubicon
5
8
 
@@ -7,8 +7,9 @@ class AdopsReportScrapper::AdaptvClient < AdopsReportScrapper::BaseClient
7
7
  def login
8
8
  @client.visit 'https://onevideo.aol.com/#/logon'
9
9
  @client.fill_in 'adaptv_email', :with => @login
10
- @client.fill_in 'adaptv_password', :with => @secret
11
- @client.click_button 'Sign in >'
10
+ @client.click_button 'Sign in'
11
+ @client.fill_in 'Password', :with => @secret
12
+ @client.click_button 'Sign In'
12
13
  begin
13
14
  @client.find :xpath, '//*[text()="Analytics"]'
14
15
  rescue Exception => e
@@ -1,3 +1,3 @@
1
1
  module AdopsReportScrapper
2
- VERSION = "0.1.51"
2
+ VERSION = "0.1.52"
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.51
4
+ version: 0.1.52
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-01-31 00:00:00.000000000 Z
11
+ date: 2017-02-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httpclient