cairo-gobject 4.2.1 → 4.2.3
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/README.md +2 -2
- data/cairo-gobject.gemspec +1 -1
- metadata +6 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d7a9fb418c20d67795bfaa01c69239a98668c6a2b28ae29a2e1d48a8e18f82b7
|
|
4
|
+
data.tar.gz: f162d1e470b71d57c3df4329358aba8e1678d04b9530ab8d4d45b8b4d3a8690a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cc00774b5eec636a985642ebf602d41f66516f87c779cc959cbbc8b9e69ced9e56f7d0fc880973b5d08b7f61c91fb50dadc223e2790d05f70f1fec0de472fd86
|
|
7
|
+
data.tar.gz: 39733dde55f9de79aec4762ee34547dfc60d6fc56862e0ad90bd93d1232eccc721165f77c6c7618057f00aa6b6de812d79dfb778ed23eb1329068e1240e3092d
|
data/README.md
CHANGED
|
@@ -5,7 +5,7 @@ Ruby/CairoGObject is a Ruby binding of cairo-gobject.
|
|
|
5
5
|
## Requirements
|
|
6
6
|
|
|
7
7
|
* Ruby/GLib2 in
|
|
8
|
-
[Ruby-GNOME2](https://ruby-
|
|
8
|
+
[Ruby-GNOME2](https://ruby-gnome.github.io/)
|
|
9
9
|
* [rcairo](https://github.com/rcairo/rcairo)
|
|
10
10
|
* [cairo](http://cairographics.org/) GObject binding
|
|
11
11
|
|
|
@@ -22,4 +22,4 @@ under the terms of the GNU LESSER GENERAL PUBLIC LICENSE Version 2.1.
|
|
|
22
22
|
|
|
23
23
|
## Project Website
|
|
24
24
|
|
|
25
|
-
https://ruby-
|
|
25
|
+
https://ruby-gnome.github.io/
|
data/cairo-gobject.gemspec
CHANGED
|
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
|
|
|
24
24
|
s.description = "Ruby/CairoGObject is a Ruby binding of cairo-gobject."
|
|
25
25
|
s.author = "The Ruby-GNOME Project Team"
|
|
26
26
|
s.email = "ruby-gnome2-devel-en@lists.sourceforge.net"
|
|
27
|
-
s.homepage = "https://ruby-
|
|
27
|
+
s.homepage = "https://ruby-gnome.github.io/"
|
|
28
28
|
s.licenses = ["LGPL-2.1+"]
|
|
29
29
|
s.version = ruby_glib2_version
|
|
30
30
|
s.extensions = ["ext/#{s.name}/extconf.rb"]
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cairo-gobject
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.2.
|
|
4
|
+
version: 4.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- The Ruby-GNOME Project Team
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
10
|
+
date: 2024-09-19 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: cairo
|
|
@@ -30,14 +29,14 @@ dependencies:
|
|
|
30
29
|
requirements:
|
|
31
30
|
- - '='
|
|
32
31
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 4.2.
|
|
32
|
+
version: 4.2.3
|
|
34
33
|
type: :runtime
|
|
35
34
|
prerelease: false
|
|
36
35
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
36
|
requirements:
|
|
38
37
|
- - '='
|
|
39
38
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: 4.2.
|
|
39
|
+
version: 4.2.3
|
|
41
40
|
description: Ruby/CairoGObject is a Ruby binding of cairo-gobject.
|
|
42
41
|
email: ruby-gnome2-devel-en@lists.sourceforge.net
|
|
43
42
|
executables: []
|
|
@@ -82,11 +81,10 @@ files:
|
|
|
82
81
|
- test/test_cairosubpixelorder.rb
|
|
83
82
|
- test/test_cairosurfacetype.rb
|
|
84
83
|
- test/test_cairotextclusterflags.rb
|
|
85
|
-
homepage: https://ruby-
|
|
84
|
+
homepage: https://ruby-gnome.github.io/
|
|
86
85
|
licenses:
|
|
87
86
|
- LGPL-2.1+
|
|
88
87
|
metadata: {}
|
|
89
|
-
post_install_message:
|
|
90
88
|
rdoc_options: []
|
|
91
89
|
require_paths:
|
|
92
90
|
- lib
|
|
@@ -101,8 +99,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
101
99
|
- !ruby/object:Gem::Version
|
|
102
100
|
version: '0'
|
|
103
101
|
requirements: []
|
|
104
|
-
rubygems_version: 3.
|
|
105
|
-
signing_key:
|
|
102
|
+
rubygems_version: 3.6.0.dev
|
|
106
103
|
specification_version: 4
|
|
107
104
|
summary: Ruby/CairoGObject is a Ruby binding of cairo-gobject.
|
|
108
105
|
test_files: []
|