From 5763b9be5deff18d26949e6167d1687707a022a7 Mon Sep 17 00:00:00 2001 From: Alexander Mankuta Date: Fri, 14 Feb 2020 11:20:38 +0200 Subject: [PATCH] 1.6.2 --- CHANGELOG.md | 11 ++++++++++- checksums/ttfunk-1.6.2.gem.sha512 | 1 + ttfunk.gemspec | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 checksums/ttfunk-1.6.2.gem.sha512 diff --git a/CHANGELOG.md b/CHANGELOG.md index f7a9c4eb..1f6945f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). ## [Unreleased] +## [1.6.2] + +### Fixed + +* Reverted to pre 1.6 maxp table serialization. + + Cameron Dutro + ## [1.6.1] ### Fixed @@ -181,7 +189,8 @@ Initial release as a standalone gem -[Unreleased]: https://github.com/prawnpdf/ttfunk/compare/1.6.1...HEAD +[Unreleased]: https://github.com/prawnpdf/ttfunk/compare/1.6.2...HEAD +[1.6.2]: https://github.com/prawnpdf/ttfunk/compare/1.6.1...1.6.2 [1.6.1]: https://github.com/prawnpdf/ttfunk/compare/1.6.0...1.6.1 [1.6.0]: https://github.com/prawnpdf/ttfunk/compare/1.5.1...1.6.0 [1.5.1]: https://github.com/prawnpdf/ttfunk/compare/1.5.0...1.5.1 diff --git a/checksums/ttfunk-1.6.2.gem.sha512 b/checksums/ttfunk-1.6.2.gem.sha512 new file mode 100644 index 00000000..970a2c28 --- /dev/null +++ b/checksums/ttfunk-1.6.2.gem.sha512 @@ -0,0 +1 @@ +be21265ab36487b2cdd19fd7baa1dd1ed90a79026a9432f369d125cee79f1ad9da490a7af07aa7db020083300cc8b9603a9be06ff53b3e94c82a81f49e294bbe ttfunk-1.6.2.gem diff --git a/ttfunk.gemspec b/ttfunk.gemspec index 0569231a..26a0ee31 100644 --- a/ttfunk.gemspec +++ b/ttfunk.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |spec| spec.name = 'ttfunk' - spec.version = '1.6.1' + spec.version = '1.6.2' spec.platform = Gem::Platform::RUBY spec.summary = 'TrueType Font Metrics Parser' spec.description = 'Font Metrics Parser for the Prawn PDF generator'