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 +4 -4
- data/CHANGELOG +3 -0
- data/lib/adops_report_scrapper/adaptv_client.rb +1 -7
- 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: 6b29f1d05de51d3ef2689d26ca63ff3585f91df7
|
|
4
|
+
data.tar.gz: c51a258913261369cc6fc110ce63d45dd2d612ce
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0b4141e2dd50f23956c091b0fe85b54801b3ea0ea5edea674da7fa8db85e6709992fef47ff81f6dc17eb941cfba09f57e734738c2b19de799379399a873db9d0
|
|
7
|
+
data.tar.gz: 8b6fd7fe2aaeab350c5c84301e7a4c34d8885182f740a77da531deb1855ee7150f7016512578df3466321de9fc23d6e12e382c681e3aa4095d15d17a40efbed3
|
data/CHANGELOG
CHANGED
|
@@ -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 '
|
|
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
|
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.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-
|
|
11
|
+
date: 2017-03-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: httpclient
|