clutter-gtk 4.2.2 → 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/clutter-gtk.gemspec +1 -1
- metadata +9 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9c32480b58d3a3b0f80cded737f2bf30b8d47b4207ad51c3aeeaa406925dc9da
|
|
4
|
+
data.tar.gz: 4bd2a657345d21a70c5817e04037fe291a05f9ae138134695977cd16c5553b69
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b79ab8112634c5b4a6742333e6c372ce3cc4f58486ab1870a3bf565ebbbeacc9e23c3989b1ae7c66d67349f4b39c5b5d552569701ab8a234069b666670e32975
|
|
7
|
+
data.tar.gz: b85a8eeeac2b79bef74ed65356131a5b91130cff4ba723af504e3e6ec20d043ba2dc9ccd56fa50fdbcbe559e3140c7728988bdc1fb171f9e2196894d3813ad37
|
data/README.md
CHANGED
|
@@ -5,7 +5,7 @@ Ruby/ClutterGTK is a Ruby binding of Clutter-GTK.
|
|
|
5
5
|
## Requirements
|
|
6
6
|
|
|
7
7
|
* Ruby/Clutter and Ruby/GTK3 in
|
|
8
|
-
[Ruby-GNOME2](https://ruby-
|
|
8
|
+
[Ruby-GNOME2](https://ruby-gnome.github.io/)
|
|
9
9
|
* [Clutter-GTK](http://blogs.gnome.org/clutter/)
|
|
10
10
|
|
|
11
11
|
## Install
|
|
@@ -28,4 +28,4 @@ are licensed under the LGPL v2.1 or later.
|
|
|
28
28
|
|
|
29
29
|
## Project Website
|
|
30
30
|
|
|
31
|
-
https://ruby-
|
|
31
|
+
https://ruby-gnome.github.io/
|
data/clutter-gtk.gemspec
CHANGED
|
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
|
|
|
24
24
|
s.description = "Ruby/ClutterGTK is a Ruby binding of Clutter-GTK."
|
|
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 = ["dependency-check/Rakefile"]
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: clutter-gtk
|
|
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
8
|
bindir: bin
|
|
9
9
|
cert_chain: []
|
|
10
|
-
date: 2024-
|
|
10
|
+
date: 2024-09-19 00:00:00.000000000 Z
|
|
11
11
|
dependencies:
|
|
12
12
|
- !ruby/object:Gem::Dependency
|
|
13
13
|
name: clutter
|
|
@@ -15,42 +15,42 @@ dependencies:
|
|
|
15
15
|
requirements:
|
|
16
16
|
- - '='
|
|
17
17
|
- !ruby/object:Gem::Version
|
|
18
|
-
version: 4.2.
|
|
18
|
+
version: 4.2.3
|
|
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.2.
|
|
25
|
+
version: 4.2.3
|
|
26
26
|
- !ruby/object:Gem::Dependency
|
|
27
27
|
name: clutter-gdk
|
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|
|
29
29
|
requirements:
|
|
30
30
|
- - '='
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: 4.2.
|
|
32
|
+
version: 4.2.3
|
|
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.3
|
|
40
40
|
- !ruby/object:Gem::Dependency
|
|
41
41
|
name: gtk3
|
|
42
42
|
requirement: !ruby/object:Gem::Requirement
|
|
43
43
|
requirements:
|
|
44
44
|
- - '='
|
|
45
45
|
- !ruby/object:Gem::Version
|
|
46
|
-
version: 4.2.
|
|
46
|
+
version: 4.2.3
|
|
47
47
|
type: :runtime
|
|
48
48
|
prerelease: false
|
|
49
49
|
version_requirements: !ruby/object:Gem::Requirement
|
|
50
50
|
requirements:
|
|
51
51
|
- - '='
|
|
52
52
|
- !ruby/object:Gem::Version
|
|
53
|
-
version: 4.2.
|
|
53
|
+
version: 4.2.3
|
|
54
54
|
description: Ruby/ClutterGTK is a Ruby binding of Clutter-GTK.
|
|
55
55
|
email: ruby-gnome2-devel-en@lists.sourceforge.net
|
|
56
56
|
executables: []
|
|
@@ -75,7 +75,7 @@ files:
|
|
|
75
75
|
- test/clutter-gtk-test-utils.rb
|
|
76
76
|
- test/run-test.rb
|
|
77
77
|
- test/test-clutter-gtk-embed.rb
|
|
78
|
-
homepage: https://ruby-
|
|
78
|
+
homepage: https://ruby-gnome.github.io/
|
|
79
79
|
licenses:
|
|
80
80
|
- LGPL-2.1+
|
|
81
81
|
metadata:
|