puppeteer-ruby 0.32.1 → 0.32.2

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
  SHA256:
3
- metadata.gz: 9f7d2798e0f07a51bd53367bcfc86ada958490b9122c44fb85c2b3732000d402
4
- data.tar.gz: 7ded942ec52ace5eaed09898167e4bc46810d41b483c90331da849c4654486ee
3
+ metadata.gz: 6c8324de827decfcd0aa132c6bf7e3cf65e451631269038f27062f2970eb8f45
4
+ data.tar.gz: 70d4558f1dcf29f4c9454d6c33f36e59ab53d8c700adc6852b8c449ab7d1a10c
5
5
  SHA512:
6
- metadata.gz: 974171fa712907022449619056dedf0560501b34a388db71a948b7e3bdbdd4c783201810563d0e72b121c076d613a7c380d774bf8e2fc93350a4d0c9136d9ce3
7
- data.tar.gz: 360be9be4c17223a36812abdbaf1f1fe9fbd8f020d2a1aa079f4019ac4ac6be600cbeb6dd42c28764b64306f673aacd295bdcb585594511b5302ff66e954405d
6
+ metadata.gz: 6759482be60145918aae8475427bbf9ea2e0548cc2cd6a812fd0b9e943c24542f82cfb9ffbc6910a050cbd6d532b2b1177a5f80688bb3c73650837b900f52ccb
7
+ data.tar.gz: 181663e004ab1a0ce377e6b3215d1468a4823db3beb86478fd3c213d70f14a6ae8e1aea3191b9c04d8e28a5600a05decb2f21661578be380efde57a5bc0d7000
data/CHANGELOG.md CHANGED
@@ -1,7 +1,13 @@
1
- ### master [[diff](https://github.com/YusukeIwaki/puppeteer-ruby/compare/0.32.1...master)]
1
+ ### master [[diff](https://github.com/YusukeIwaki/puppeteer-ruby/compare/0.32.2...master)]
2
2
 
3
3
  * xxx
4
4
 
5
+ ### 0.32.2 [[diff](https://github.com/YusukeIwaki/puppeteer-ruby/compare/0.32.1...0.32.2)]
6
+
7
+ Bugfix:
8
+
9
+ * Fix full_page option in screenshot.
10
+
5
11
  ### 0.32.1 [[diff](https://github.com/YusukeIwaki/puppeteer-ruby/compare/0.32.0...0.32.1)]
6
12
 
7
13
  Bugfix:
data/docs/api_coverage.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # API coverages
2
2
  - Puppeteer version: v8.0.0
3
- - puppeteer-ruby version: 0.32.1
3
+ - puppeteer-ruby version: 0.32.2
4
4
 
5
5
  ## Puppeteer
6
6
 
@@ -32,7 +32,7 @@ class Puppeteer::EmulationManager
32
32
  ),
33
33
  )
34
34
 
35
- reload_needed = @emulating_mobile != mobile || @hasTouch != has_touch
35
+ reload_needed = @emulating_mobile != mobile || @has_touch != has_touch
36
36
  @emulating_mobile = mobile
37
37
  @has_touch = has_touch
38
38
  reload_needed
@@ -1,3 +1,3 @@
1
1
  module Puppeteer
2
- VERSION = '0.32.1'
2
+ VERSION = '0.32.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: puppeteer-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.32.1
4
+ version: 0.32.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - YusukeIwaki
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-04-08 00:00:00.000000000 Z
11
+ date: 2021-04-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: concurrent-ruby