adops_report_scrapper 0.1.30 → 0.1.31

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: 7c70e5a5ebc549c6f187dc54438c39e6c1030dc5
4
- data.tar.gz: b546f11751c3e55fae68847bea85a12547599875
3
+ metadata.gz: d9c90b176c3e23789717f9dae6a7dab382a52846
4
+ data.tar.gz: 1f9b511590da3c0204bc9644c66eec44d1df3dc8
5
5
  SHA512:
6
- metadata.gz: 463417877c7112eefe8adf41e1781232e25d8599108898d2d90ff1f4fa1e03ccb4b8767032bcf84bbdda1b946ebe0b1b5599aa9a6d545fc83bcc3716233fde62
7
- data.tar.gz: 00c69ea686a7dae418294da3e3fe46857f04f1d69a8ace9f9685f70e4e0e66483b5a19e61e91d0981939a4917d12b5ca817b05cba226c50003cf6467c021547b
6
+ metadata.gz: e4abd0c6150c8bea0e7d138312f8a7ea737e07c2a1c92ed003b95803a74bdddb638a1918ba2408f34ed662476a0256d9449236c51fb5b40ef7a378c70f9c66d7
7
+ data.tar.gz: ad951b60858a54bcf3faf293d3c45f6986a136e9786c39842c7a9cbf3a587c10ef9dcd41824222b0bed36de6cf0db61fb615f35aa44f2ad867e061c4e811f73c
@@ -27,7 +27,7 @@ class AdopsReportScrapper::SonobiClient < AdopsReportScrapper::BaseClient
27
27
  @client.visit 'https://jetstream.sonobi.com/welcome/login.php'
28
28
  @client.fill_in 'user name', :with => @login
29
29
  @client.fill_in 'password', :with => @secret
30
- @client.click_button 'Submit'
30
+ @client.click_button 'Log In'
31
31
  begin
32
32
  @client.find :xpath, '//*[text()="dashboard"]'
33
33
  rescue Exception => e
@@ -1,3 +1,3 @@
1
1
  module AdopsReportScrapper
2
- VERSION = "0.1.30"
2
+ VERSION = "0.1.31"
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.30
4
+ version: 0.1.31
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-10-26 00:00:00.000000000 Z
11
+ date: 2016-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httpclient