clutter-gdk 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/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: ca83b180d1cc8e49a53fa2e8de7de74687b229215be8339f31a266e8142e41b2
|
4
|
+
data.tar.gz: bf13ae733d16748cf21e26e85ae5ec11e83e7ef2cad3093563cfeac0be516c81
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 76fa833976a0f9c033553946784ea9c73e8c8de25a90b30ff56d3bd8b5c42dc109acfadf4216b200af74210307b70ed6acc08400f970efb3863710e1bacce717
|
7
|
+
data.tar.gz: ccff272d1c64afb53afa927926d929a8255a89bec85bc5710d54ae5b20037fa1c53697a1e39a4b0aa193c50e86e8d9f385a4c584914955f58d1364c33b9fdb92
|
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.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: 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.4
|
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.4
|
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.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/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: {}
|