coelacanth 0.7.0 → 0.7.1

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
  SHA256:
3
- metadata.gz: f1bc84d97135234e0e80586a789381ea2e10785c66fac0bebe21375205489ef3
4
- data.tar.gz: fdbea80d5c55c1059aedc568ec593121517cf0cbcf55d145fbe123c121b66c2a
3
+ metadata.gz: 1b2161790601ddc346f2fff20d4d754531d8378dd508b2907a251cf763446c59
4
+ data.tar.gz: eef73f21f61ee02dd71e390a3e2759f5f43a11bca13e5d4ea3464065fe28be76
5
5
  SHA512:
6
- metadata.gz: 37165c8087b6119d7cd9ce3517bfd12b1c5f52c8c27b7c4eab12351f47034d46b2e86c7fe72820e6b425e02e7f643494e74766995805d1052469fdfaec7f47f2
7
- data.tar.gz: d45c1d607c7e35f938ca6fc3658ec082020fcdcfb6888c2a60a7e080e508c7430eedcf9f7eddcf78dad2320f3dfae2803de975d8de9f7cbfb66282944547c5f1
6
+ metadata.gz: 53d51ae5f4e8249df309d30ac23c8f02c81687bab882b73e34ecdf817d2a71a1fb7cdbcedef61c5768a6109b9f7d295a42aaabcb1eeed686900c3147a4588214
7
+ data.tar.gz: 691ad1d80a6f2f72837098ee632522dd346680b759f5b4c5aabe09e91eb9f1822ef4f94c8b491c46fb8bdd39785cef96d9a243845ac1d88b696eeee6e6ff9934
data/CHANGELOG.md CHANGED
@@ -4,8 +4,8 @@ All notable changes to this project will be documented in this file.
4
4
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
- ## [v0.7.0] - 2026-07-08
8
- ### :wrench: Chores
9
- - [`ab6d634`](https://github.com/slidict/coelacanth/commit/ab6d634abbc5f954b4b9861e19e3420ee034fd77) - bump version to 0.7.0 *(commit by [@abechan1](https://github.com/abechan1))*
7
+ ## [v0.7.1] - 2026-07-17
8
+ ### :bug: Bug Fixes
9
+ - [`9e17021`](https://github.com/slidict/coelacanth/commit/9e17021df0614269a3209daca7795d1bcd919838) - return raw PDF bytes instead of base64 text in Ferrum client *(commit by [@abechan1](https://github.com/abechan1))*
10
10
 
11
- [v0.7.0]: https://github.com/slidict/coelacanth/compare/v0.6.1...v0.7.0
11
+ [v0.7.1]: https://github.com/slidict/coelacanth/compare/v0.7.0...v0.7.1
@@ -31,7 +31,7 @@ module Coelacanth::Client
31
31
 
32
32
  def get_pdf
33
33
  wait_for_network_idle
34
- remote_client.pdf
34
+ remote_client.pdf(encoding: :binary)
35
35
  rescue => e
36
36
  raise sanitized_remote_client_error(e)
37
37
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Coelacanth
4
- VERSION = "0.7.0"
4
+ VERSION = "0.7.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coelacanth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yusuke