pango 4.3.6 → 4.3.7

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/pango/cairo-loader.rb +2 -2
  3. metadata +6 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e6a11ef8102e54e11afd6f9c7000570f528316d680cefb3b6f0fa11ded1991e2
4
- data.tar.gz: f531729edf1b68351890d57b5595ef66b93220f431f4bf35272731e1bdfc18a6
3
+ metadata.gz: d076ae3a7e839faaebd652cedd062c43e55e7494e4db13a16b915677021efb26
4
+ data.tar.gz: 42c5e75774bb937d161576d05a28b91d077c46539f9970f19e8911ef24fd3dee
5
5
  SHA512:
6
- metadata.gz: 98362f6e7087106396c9f40a3559796e1eafd7f52589524ac0ac4835a2f61087756525cb0941a8d0cdda490ff2e968dba6b2fe49b871e4814f9f8a9394a6dcf2
7
- data.tar.gz: de37841169886d1a15b1a51c92934119033f6a2ea101a7b6ba85ab72e39ba30bb37d34268f0a3b1f3152dd4aeb679aef2c8589276744d35e47168ee7fc99462c
6
+ metadata.gz: 4d4321d3d8091e751231954cccf7e105d716095d0aba3f002b7841a436b3919271f050a6d9b157e14566f13dc2f6266cd84b48f14d57ae2181a336b772179430
7
+ data.tar.gz: 2ca46707369ec602991e3b5cad047cd8aaff0a2ab7a6f7fd59e7b3af72c64f7b9bb4be463403c5783f9ddb0e239e68e5f1c0b162c899a6efa695fb30e7b75edd
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2017-2021 Ruby-GNOME Project Team
1
+ # Copyright (C) 2017-2026 Ruby-GNOME Project Team
2
2
  #
3
3
  # This library is free software; you can redistribute it and/or
4
4
  # modify it under the terms of the GNU Lesser General Public
@@ -73,7 +73,7 @@ module PangoCairo
73
73
  # ignore
74
74
  when /\Acreate_(.+)\z/
75
75
  define_method(info, @cairo_context_methods_module, "create_pango_#{$1}")
76
- when /\A(.+_path)\z/
76
+ when /\A(.+_path(?:_for_components)?)\z/
77
77
  define_method(info, @cairo_context_methods_module, "pango_#{$1}")
78
78
  when /\Ashow_(.+)\z/
79
79
  define_method(info, @cairo_context_methods_module, "show_pango_#{$1}")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pango
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.3.6
4
+ version: 4.3.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - The Ruby-GNOME Project Team
@@ -15,28 +15,28 @@ dependencies:
15
15
  requirements:
16
16
  - - '='
17
17
  - !ruby/object:Gem::Version
18
- version: 4.3.6
18
+ version: 4.3.7
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - '='
24
24
  - !ruby/object:Gem::Version
25
- version: 4.3.6
25
+ version: 4.3.7
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: gobject-introspection
28
28
  requirement: !ruby/object:Gem::Requirement
29
29
  requirements:
30
30
  - - '='
31
31
  - !ruby/object:Gem::Version
32
- version: 4.3.6
32
+ version: 4.3.7
33
33
  type: :runtime
34
34
  prerelease: false
35
35
  version_requirements: !ruby/object:Gem::Requirement
36
36
  requirements:
37
37
  - - '='
38
38
  - !ruby/object:Gem::Version
39
- version: 4.3.6
39
+ version: 4.3.7
40
40
  description: Ruby/Pango is a Ruby binding of pango-1.x based on GObject-Introspection.
41
41
  email: ruby-gnome2-devel-en@lists.sourceforge.net
42
42
  executables: []
@@ -110,7 +110,7 @@ requirements:
110
110
  - 'system: pango>1.14.0: macports: pango'
111
111
  - 'system: pango>1.14.0: msys2: pango'
112
112
  - 'system: pango>1.14.0: rhel: pkgconfig(pango)'
113
- rubygems_version: 4.0.6
113
+ rubygems_version: 4.0.10
114
114
  specification_version: 4
115
115
  summary: Ruby/Pango is a Ruby binding of pango-1.x.
116
116
  test_files: []