ttfunk 1.6.0 → 1.6.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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/CHANGELOG.md +13 -1
- data/lib/ttfunk/table/maxp.rb +1 -1
- metadata +2 -2
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 87b6e0b2f19d79a63318233e9163448aec7d7c93356f784200006f8fc82e6702
|
|
4
|
+
data.tar.gz: 66203d4ad2d25215c1258008e506873c5418ebb126b049c4bf5c2e95ec3a0a29
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dab965a745389a79745052e3e5a8316ce830a8096a04b982687950db5fbe328ec91b65c473fbc5e77d1966d8bef4b2bf4d7f2ee1980f23134e0436549fba79e0
|
|
7
|
+
data.tar.gz: 9a421c514b0e52a938cd027d92f49f99d3d28d9b592e23afac57557c0eeb3734eb5027e2d0ae3677a0334674778d3442b30211d14d146651c02d7f09d6c4c9f8
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [1.6.1]
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
|
|
14
|
+
* Fixed maxp table encoding
|
|
15
|
+
|
|
16
|
+
Cameron Dutro
|
|
17
|
+
|
|
18
|
+
## [1.6.0]
|
|
19
|
+
|
|
10
20
|
### Added
|
|
11
21
|
|
|
12
22
|
* OpenType fonts support
|
|
@@ -171,7 +181,9 @@ Initial release as a standalone gem
|
|
|
171
181
|
|
|
172
182
|
|
|
173
183
|
|
|
174
|
-
[Unreleased]: https://github.com/prawnpdf/ttfunk/compare/1.
|
|
184
|
+
[Unreleased]: https://github.com/prawnpdf/ttfunk/compare/1.6.1...HEAD
|
|
185
|
+
[1.6.1]: https://github.com/prawnpdf/ttfunk/compare/1.6.0...1.6.1
|
|
186
|
+
[1.6.0]: https://github.com/prawnpdf/ttfunk/compare/1.5.1...1.6.0
|
|
175
187
|
[1.5.1]: https://github.com/prawnpdf/ttfunk/compare/1.5.0...1.5.1
|
|
176
188
|
[1.5.0]: https://github.com/prawnpdf/ttfunk/compare/1.4.0...1.5.0
|
|
177
189
|
[1.4.0]: https://github.com/prawnpdf/ttfunk/compare/1.3.0...1.4.0
|
data/lib/ttfunk/table/maxp.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ttfunk
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.6.
|
|
4
|
+
version: 1.6.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Gregory Brown
|
|
@@ -34,7 +34,7 @@ cert_chain:
|
|
|
34
34
|
NAnYg0X9IoxXQRCJn85h0SOQBU63TUfKDrERXDy0NLZT6sErDnpx84+ygqpxVAD+
|
|
35
35
|
4qo2amfe
|
|
36
36
|
-----END CERTIFICATE-----
|
|
37
|
-
date: 2020-01-
|
|
37
|
+
date: 2020-01-07 00:00:00.000000000 Z
|
|
38
38
|
dependencies:
|
|
39
39
|
- !ruby/object:Gem::Dependency
|
|
40
40
|
name: rake
|
metadata.gz.sig
CHANGED
|
Binary file
|