cairo-gobject 4.2.2 → 4.2.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/cairo-gobject.gemspec +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0a919f2d00373733c1b2b156259379a98417b7ec37dd8b75f8d9c4d44bdf5da7
|
4
|
+
data.tar.gz: 51745a8d3416dec27b8c30164752b9bafa7168fa6e889d7b011ec3d25a7ee753
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 48bae5f85068ce7b6d9f32f743bd6f0102e898f251a32bdb0214264f2c31116bab3ad11b42f36538315d5fd8113c984a65d142f8a06d5cd623a6a1da6387b66f
|
7
|
+
data.tar.gz: b5dbb8ee23ce62c3fc0e19e60de70ac9688f60a5c724fcc8a135dbed6528980989a96aa36ddc2fd8dc945ded58b21f823e2e023c0258303329300254465cec9b
|
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,13 +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.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- The Ruby-GNOME Project Team
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2024-
|
10
|
+
date: 2024-09-23 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: cairo
|
@@ -29,14 +29,14 @@ dependencies:
|
|
29
29
|
requirements:
|
30
30
|
- - '='
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 4.2.
|
32
|
+
version: 4.2.4
|
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.2.
|
39
|
+
version: 4.2.4
|
40
40
|
description: Ruby/CairoGObject is a Ruby binding of cairo-gobject.
|
41
41
|
email: ruby-gnome2-devel-en@lists.sourceforge.net
|
42
42
|
executables: []
|
@@ -81,7 +81,7 @@ files:
|
|
81
81
|
- test/test_cairosubpixelorder.rb
|
82
82
|
- test/test_cairosurfacetype.rb
|
83
83
|
- test/test_cairotextclusterflags.rb
|
84
|
-
homepage: https://ruby-
|
84
|
+
homepage: https://ruby-gnome.github.io/
|
85
85
|
licenses:
|
86
86
|
- LGPL-2.1+
|
87
87
|
metadata: {}
|