ttfunk 1.6.0 → 1.6.1

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: 1036e45ae6026254c29d0d105dfab5e55864994d6b97bc88dbb0db9cd645f761
4
- data.tar.gz: c8a8e0cd09c56f408949fb86ed2b6b19a062d3cf5697c2bc451fa363efb61238
3
+ metadata.gz: 87b6e0b2f19d79a63318233e9163448aec7d7c93356f784200006f8fc82e6702
4
+ data.tar.gz: 66203d4ad2d25215c1258008e506873c5418ebb126b049c4bf5c2e95ec3a0a29
5
5
  SHA512:
6
- metadata.gz: 42012ccb4f26b39bcf82ff620a5d42417e1cfa1f678c5e398e1536c87abbe354e7caea988a0b5eb7141497e148ac8f338c3917b5a985ef5b64e153b3c2730cdc
7
- data.tar.gz: bfb13cd6a01acfd9bbdff89a18b8261605d9acc235a229b2f75692653fe2a5761f524c53b699a587e49997685fd2bf3212536157645c41a51b77d2feedf25c52
6
+ metadata.gz: dab965a745389a79745052e3e5a8316ce830a8096a04b982687950db5fbe328ec91b65c473fbc5e77d1966d8bef4b2bf4d7f2ee1980f23134e0436549fba79e0
7
+ data.tar.gz: 9a421c514b0e52a938cd027d92f49f99d3d28d9b592e23afac57557c0eeb3734eb5027e2d0ae3677a0334674778d3442b30211d14d146651c02d7f09d6c4c9f8
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -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.5.1...HEAD
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
@@ -51,7 +51,7 @@ module TTFunk
51
51
  stats[:max_size_of_instructions],
52
52
  stats[:max_component_elements],
53
53
  stats[:max_component_depth]
54
- ].pack('n*')
54
+ ].pack('Nn*')
55
55
  end
56
56
  end
57
57
  end
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.0
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-04 00:00:00.000000000 Z
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