adops_report_scrapper 0.1.21 → 0.1.22

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: 5bf58799f5e2a2386ef73efe6a690f7ddbaec8c5
4
- data.tar.gz: 87e339648dc5a5bbc941063454fbaed3c1010d04
3
+ metadata.gz: 9517c263ff1775d359ae43a97cbfc8b1e59ebac0
4
+ data.tar.gz: 6aa3a9313e6f02e32a15d8074cc967ff0617624c
5
5
  SHA512:
6
- metadata.gz: e3eb82b9740157d58eaa57b810faefc707bbd7d24fa46fa66375c116d581366060aa39eef77ebb73a0af730507c2cf07033729f6b359dc85a401dc6a926d0316
7
- data.tar.gz: 3a8ae36efd72dd8714a4c4f553f4b0d47d4df204973a293d44f8779118d2c516f40e7acac4a96cc8b67f642c76d1c7228d090e57ae474b79a3bc74b032bb5799
6
+ metadata.gz: 63ffcfc0dc5ecb1652f5f089e33561c3585a16051783831952faa79107ea334b34637e245e7a76634ed70ac67fc843a1187392e4f7d6c20dfccca6e3feacf29a
7
+ data.tar.gz: acc4de49afd82ee6fc552eef224c5afdedf6c49e53e96f91401c82638a9e7c62b39f088821e6692b490352ff34b7ef718c881d1008c420b610aab543cda80360
@@ -6,7 +6,7 @@ class AdopsReportScrapper::RhythmoneClient < AdopsReportScrapper::BaseClient
6
6
 
7
7
  def login
8
8
  @client.visit 'https://portal.rhythmone.com/login'
9
- sleep 1
9
+ sleep 5
10
10
  @client.fill_in 'email', :with => @login
11
11
  @client.fill_in 'password', :with => @secret
12
12
  @client.click_button 'Sign in'
@@ -1,3 +1,3 @@
1
1
  module AdopsReportScrapper
2
- VERSION = "0.1.21"
2
+ VERSION = "0.1.22"
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.21
4
+ version: 0.1.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stayman Hou