wnck3 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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/wnck3.gemspec +1 -1
  4. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9eb52815889ce84d8349e19d38cc821b4b79876e15f0be375a47632f989cc560
4
- data.tar.gz: 8d37acd6c2128410d72c8c00e43ceff6619c294274072fe0a11007d68fce8d45
3
+ metadata.gz: ef5d0f93c3224bdde55be9c713048499ef5deb2f3b805e29178727b8e91d5165
4
+ data.tar.gz: 6242b450aef82ea4fab56425a756110202866d19362b926daba051274e4354f0
5
5
  SHA512:
6
- metadata.gz: 7089e33aacba1bbfb0ea275b98fcdf4052e6ad27a4d4aeac777ecd186ab0820879a9c478459b38bcda68dc9070cf525789edcd182b05d036164aa441e1872d5e
7
- data.tar.gz: af190b9af04533a825cf407aa8cd0658055356500a4270393a18cf668df5cd55cc560bb825c75ede77a49b2c0c2539289a30b1a362f0e505f7daa909bc061b1b
6
+ metadata.gz: e26fdd65eea08fc6853764546b912759116e4278f53dfa38e9e332d824351bd055c5ad457e4d4945a4039f312b6652e753c20676b2cf9af906948d5868f63969
7
+ data.tar.gz: 9b775a04b57f7dc6eead65fff6abb016fce2b9c72c74154f9f50594e486bb4bd48a51e666f942af49fa527252c62ec4266f5e5eadaacc049bd07b3bc05433bd3
data/README.md CHANGED
@@ -5,7 +5,7 @@ Ruby/WNCK3 is a Ruby binding of libwnck 3.
5
5
  ## Requirements
6
6
 
7
7
  * Ruby/GObjectIntrospection in
8
- [Ruby-GNOME2](https://ruby-gnome2.osdn.jp/)
8
+ [Ruby-GNOME2](https://ruby-gnome.github.io/)
9
9
  * [libwnck](https://developer.gnome.org/libwnck/stable/)
10
10
 
11
11
  ## Install
@@ -21,4 +21,4 @@ under the terms of the GNU LESSER GENERAL PUBLIC LICENSE Version 2.1.
21
21
 
22
22
  ## Project Website
23
23
 
24
- https://ruby-gnome2.osdn.jp/
24
+ https://ruby-gnome.github.io/
data/wnck3.gemspec CHANGED
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
24
24
  s.description = "Ruby/WNCK3 is a Ruby binding of libwnck 3."
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-gnome2.osdn.jp/"
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: wnck3
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.2.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-04-02 00:00:00.000000000 Z
10
+ date: 2024-09-19 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: gtk3
@@ -15,14 +15,14 @@ dependencies:
15
15
  requirements:
16
16
  - - '='
17
17
  - !ruby/object:Gem::Version
18
- version: 4.2.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.2
25
+ version: 4.2.3
26
26
  description: Ruby/WNCK3 is a Ruby binding of libwnck 3.
27
27
  email: ruby-gnome2-devel-en@lists.sourceforge.net
28
28
  executables: []
@@ -42,7 +42,7 @@ files:
42
42
  - test/test-screen.rb
43
43
  - test/test-version.rb
44
44
  - wnck3.gemspec
45
- homepage: https://ruby-gnome2.osdn.jp/
45
+ homepage: https://ruby-gnome.github.io/
46
46
  licenses:
47
47
  - LGPL-2.1+
48
48
  metadata: {}