pango 3.4.5 → 3.4.6
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
- data/lib/pango/cairo-loader.rb +2 -2
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ed5c34966a853544459a74d39cb97c209c004620709127c5622c17afd4f495df
|
|
4
|
+
data.tar.gz: 9378178d39f8e4cbd340688cef47a2d0e995307052e6d487ccb1d9374d1aaa8b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4dc50d2ca55f5769d59f34b81745b99b741bb40ba0b0d083707da062073732c223814bba5502acedb77291f5d5a1d255d3fe3b10a6e41c11df61dc5be4cb4de9
|
|
7
|
+
data.tar.gz: fd64bae8e42ece539283f7a007895ed3159ffcbbc8a0c5a39a0ec36e5dd2dc7894e23c0c70bd54085bc2e0c533691112413966ad2cc06a03ee0658f3e4f46fe0
|
data/lib/pango/cairo-loader.rb
CHANGED
|
@@ -22,13 +22,13 @@ module Pango
|
|
|
22
22
|
end
|
|
23
23
|
|
|
24
24
|
def post_load(repository, namespace)
|
|
25
|
-
|
|
25
|
+
font_map_class = @base_module.const_get("CairoFontMap")
|
|
26
26
|
font_types = []
|
|
27
27
|
font_types << :quartz if Cairo::FontFace.quartz_supported?
|
|
28
28
|
font_types << :win32 if Cairo::Surface.quartz_supported?
|
|
29
29
|
font_types << :ft if Cairo::FontFace.freetype_supported?
|
|
30
30
|
font_types.each do |font_type|
|
|
31
|
-
font_map =
|
|
31
|
+
font_map = font_map_class.new_for_font_type(font_type)
|
|
32
32
|
next if font_map.nil?
|
|
33
33
|
@base_module.const_set(font_map.class.gtype.name.gsub(/\APango/, ""),
|
|
34
34
|
font_map.class)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pango
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.4.
|
|
4
|
+
version: 3.4.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- The Ruby-GNOME Project Team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-07-
|
|
11
|
+
date: 2021-07-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cairo-gobject
|
|
@@ -16,28 +16,28 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 3.4.
|
|
19
|
+
version: 3.4.6
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - '='
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 3.4.
|
|
26
|
+
version: 3.4.6
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: gobject-introspection
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
31
|
- - '='
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 3.4.
|
|
33
|
+
version: 3.4.6
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
38
|
- - '='
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: 3.4.
|
|
40
|
+
version: 3.4.6
|
|
41
41
|
description: Ruby/Pango is a Ruby binding of pango-1.x based on GObject-Introspection.
|
|
42
42
|
email: ruby-gnome2-devel-en@lists.sourceforge.net
|
|
43
43
|
executables: []
|