clutter-gdk 3.3.5 → 3.3.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/clutter-gdk.gemspec +2 -2
  4. metadata +9 -8
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9a0398867063b3e965a3bcf40b54fade8c2268e08391afd096fe58de86fbea28
4
- data.tar.gz: 9f6709d319e51ad1a208811660d52c026d58037aa6c177caae397da5a499cdf8
3
+ metadata.gz: 4c0ba0440aa74de8da0adf29c0bf06fc397eae9d83227c818d4227a0718a4d2c
4
+ data.tar.gz: 1b3fc316dd4fbdc55c4cc47b9e3e9f8acb9ba467a696024c80401cd9888a4e8f
5
5
  SHA512:
6
- metadata.gz: df0517887ca37f8a2e635407efbf4fe784255b90c67bf79dfd96458959e8a07d20a3c9e5303435f22881e398e37c049ac4ee9ac6ed6eeefb06dbc6ca4e8499b5
7
- data.tar.gz: 46b7ac2375cdbc6574109a335d28eea18d03c560d1df10d7c7f4e50f4bfcf19236a54a0fc035d2a170d992634c37489bb030bbe3b2b4ebc4179a018ad0861a68
6
+ metadata.gz: d6a6f4f2489204de048d276e9f4f665dd2316a06d4fe16bb645fbe4a8a11fe5b749de194127f44f948fb3c690f7653449f5bfb32eb317467d1fb52837b5dd0b8
7
+ data.tar.gz: 03d152265294f3ba6ce76c6b11e16eafe675f665b81034558d1ed1cef0094ec109136e31fd160c30bd0e1aed244db54d5fe28fb9848aed2ab9ee7f1e3eab2db9
data/README.md CHANGED
@@ -25,5 +25,5 @@ https://developer.gnome.org/clutter/stable/clutter-GDK-Specific-Support.html
25
25
 
26
26
  ## Project Websites
27
27
 
28
- * https://github.com/ruby-gnome2/ruby-gnome2
28
+ * https://github.com/ruby-gnome/ruby-gnome
29
29
  * https://ruby-gnome2.osdn.jp/
@@ -1,6 +1,6 @@
1
1
  # -*- ruby -*-
2
2
  #
3
- # Copyright (C) 2018 Ruby-GNOME2 Project Team
3
+ # Copyright (C) 2018 Ruby-GNOME Project Team
4
4
  #
5
5
  # This library is free software; you can redistribute it and/or
6
6
  # modify it under the terms of the GNU Lesser General Public
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
24
24
  "Ruby/ClutterGDK is a Ruby binding of GDK specific API of Clutter."
25
25
  s.description =
26
26
  "Ruby/ClutterGDK is a Ruby binding of GDK specific API of Clutter."
27
- s.author = "The Ruby-GNOME2 Project Team"
27
+ s.author = "The Ruby-GNOME Project Team"
28
28
  s.email = "ruby-gnome2-devel-en@lists.sourceforge.net"
29
29
  s.homepage = "https://ruby-gnome2.osdn.jp/"
30
30
  s.licenses = ["LGPL-2.1+"]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: clutter-gdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.5
4
+ version: 3.3.9
5
5
  platform: ruby
6
6
  authors:
7
- - The Ruby-GNOME2 Project Team
7
+ - The Ruby-GNOME Project Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-03-09 00:00:00.000000000 Z
11
+ date: 2019-10-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: clutter
@@ -16,28 +16,28 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 3.3.5
19
+ version: 3.3.9
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 3.3.5
26
+ version: 3.3.9
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: gdk3
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - '='
32
32
  - !ruby/object:Gem::Version
33
- version: 3.3.5
33
+ version: 3.3.9
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - '='
39
39
  - !ruby/object:Gem::Version
40
- version: 3.3.5
40
+ version: 3.3.9
41
41
  description: Ruby/ClutterGDK is a Ruby binding of GDK specific API of Clutter.
42
42
  email: ruby-gnome2-devel-en@lists.sourceforge.net
43
43
  executables: []
@@ -68,7 +68,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
68
68
  - !ruby/object:Gem::Version
69
69
  version: '0'
70
70
  requirements: []
71
- rubygems_version: 3.1.0.pre1
71
+ rubyforge_project:
72
+ rubygems_version: 2.7.6.2
72
73
  signing_key:
73
74
  specification_version: 4
74
75
  summary: Ruby/ClutterGDK is a Ruby binding of GDK specific API of Clutter.