clutter-gdk 4.2.1 → 4.2.3
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 +8 -11
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,14 +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
|
-
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: clutter
|
@@ -16,28 +15,28 @@ dependencies:
|
|
16
15
|
requirements:
|
17
16
|
- - '='
|
18
17
|
- !ruby/object:Gem::Version
|
19
|
-
version: 4.2.
|
18
|
+
version: 4.2.3
|
20
19
|
type: :runtime
|
21
20
|
prerelease: false
|
22
21
|
version_requirements: !ruby/object:Gem::Requirement
|
23
22
|
requirements:
|
24
23
|
- - '='
|
25
24
|
- !ruby/object:Gem::Version
|
26
|
-
version: 4.2.
|
25
|
+
version: 4.2.3
|
27
26
|
- !ruby/object:Gem::Dependency
|
28
27
|
name: gdk3
|
29
28
|
requirement: !ruby/object:Gem::Requirement
|
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/ClutterGDK is a Ruby binding of GDK specific API of Clutter.
|
42
41
|
email: ruby-gnome2-devel-en@lists.sourceforge.net
|
43
42
|
executables: []
|
@@ -49,11 +48,10 @@ files:
|
|
49
48
|
- Rakefile
|
50
49
|
- clutter-gdk.gemspec
|
51
50
|
- lib/clutter-gdk.rb
|
52
|
-
homepage: https://ruby-
|
51
|
+
homepage: https://ruby-gnome.github.io/
|
53
52
|
licenses:
|
54
53
|
- LGPL-2.1+
|
55
54
|
metadata: {}
|
56
|
-
post_install_message:
|
57
55
|
rdoc_options: []
|
58
56
|
require_paths:
|
59
57
|
- lib
|
@@ -68,8 +66,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
68
66
|
- !ruby/object:Gem::Version
|
69
67
|
version: '0'
|
70
68
|
requirements: []
|
71
|
-
rubygems_version: 3.
|
72
|
-
signing_key:
|
69
|
+
rubygems_version: 3.6.0.dev
|
73
70
|
specification_version: 4
|
74
71
|
summary: Ruby/ClutterGDK is a Ruby binding of GDK specific API of Clutter.
|
75
72
|
test_files: []
|