clutter-gdk 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-gdk.gemspec +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f697ff11330c805090d7d7bd971d870294aa20d5e5246cbb6c8bef34a6f554e7
|
|
4
|
+
data.tar.gz: 1d00140360e20751c4ee8769815499e0f00249a32a085238b48dfd6b92d2190a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fa61231e31888d0a046bd75f0596f39e6703394d4ec6f673ee08e085c700187b39427c31cfe1abbf5caa2a22a1811762e0b524b373f52925eeaf13d6559d1918
|
|
7
|
+
data.tar.gz: 43a829d306f989724a38a0421a4b943568bfb8e3afb32d53b13e5b19c705ca7c204d6b434ee9bba9b7dc58c5f7790b485c6899ecf0e2993786a7034d71a644cd
|
data/README.md
CHANGED
|
@@ -5,7 +5,7 @@ Ruby/ClutterGDK is a Ruby binding of GDK specific API of Clutter.
|
|
|
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-gdk](http://blogs.gnome.org/clutter/)
|
|
10
10
|
|
|
11
11
|
## Install
|
|
@@ -26,4 +26,4 @@ https://developer.gnome.org/clutter/stable/clutter-GDK-Specific-Support.html
|
|
|
26
26
|
## Project Websites
|
|
27
27
|
|
|
28
28
|
* https://github.com/ruby-gnome/ruby-gnome
|
|
29
|
-
* https://ruby-
|
|
29
|
+
* https://ruby-gnome.github.io/
|
data/clutter-gdk.gemspec
CHANGED
|
@@ -26,7 +26,7 @@ Gem::Specification.new do |s|
|
|
|
26
26
|
"Ruby/ClutterGDK is a Ruby binding of GDK specific API of Clutter."
|
|
27
27
|
s.author = "The Ruby-GNOME Project Team"
|
|
28
28
|
s.email = "ruby-gnome2-devel-en@lists.sourceforge.net"
|
|
29
|
-
s.homepage = "https://ruby-
|
|
29
|
+
s.homepage = "https://ruby-gnome.github.io/"
|
|
30
30
|
s.licenses = ["LGPL-2.1+"]
|
|
31
31
|
s.version = ruby_glib2_version
|
|
32
32
|
s.require_paths = ["lib"]
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: clutter-gdk
|
|
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,28 +15,28 @@ 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: gdk3
|
|
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
|
description: Ruby/ClutterGDK is a Ruby binding of GDK specific API of Clutter.
|
|
41
41
|
email: ruby-gnome2-devel-en@lists.sourceforge.net
|
|
42
42
|
executables: []
|
|
@@ -48,7 +48,7 @@ files:
|
|
|
48
48
|
- Rakefile
|
|
49
49
|
- clutter-gdk.gemspec
|
|
50
50
|
- lib/clutter-gdk.rb
|
|
51
|
-
homepage: https://ruby-
|
|
51
|
+
homepage: https://ruby-gnome.github.io/
|
|
52
52
|
licenses:
|
|
53
53
|
- LGPL-2.1+
|
|
54
54
|
metadata: {}
|