wnck3 3.3.7 → 3.3.8

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/wnck3.gemspec +2 -2
  3. metadata +6 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e2aa2fee03f6dae0a3c7a377bfc5c7db557764ec397ec8ade24ce8c1e7da272b
4
- data.tar.gz: 0237af6eb1652f12bd5e8b110153ee2a2db85dbc5e2055167aa6b5c0155be505
3
+ metadata.gz: 26c498e8106c8ec04c4bb5c58ab94f2908c4097c11c16114882258234cf19f7d
4
+ data.tar.gz: 44c15f486e87cd9ac6e6b3f1eb2e7b8ac2fa53940d8aee39a5356d0270fe7df1
5
5
  SHA512:
6
- metadata.gz: bd748966f35888797b2cb1c031deea4ea1e190eb64f2f4b22f8c39f089cfa7b7a74c5ecc5cc43fd808c983e65e17cfab095bb93413f20f059c3e1ae574f90511
7
- data.tar.gz: 0a78adbf3777078e766a846cac427b76536ea6641b2a6ac12e37fb081794779bd009e716851428acc88a7b53fcfa30ca7c8cd11ad6ae3916351c8d451228d408
6
+ metadata.gz: e28cf474111e937b5c44e17dd5dbbef4b1d5dac476fe15bc860f08825a6ba60db1b6dfe4090147aeee9cde93d14338e0c043785c83b75efbeccf786bb67c2c03
7
+ data.tar.gz: 43dfe5ef0fd1d7e9d9d1086b3ce7d42a48409c9846b49a9cb07f71a89a52e3cc8373608b17fe1e94e15a44fe6c044f07bf8bd42bd92a7e6264d88f4fb9383c15
data/wnck3.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  # -*- ruby -*-
2
2
  #
3
- # Copyright (C) 2019 Ruby-GNOME2 Project Team
3
+ # Copyright (C) 2019 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
@@ -22,7 +22,7 @@ Gem::Specification.new do |s|
22
22
  s.name = "wnck3"
23
23
  s.summary = "Ruby/WNCK3 is a Ruby binding of libwnck 3."
24
24
  s.description = "Ruby/WNCK3 is a Ruby binding of libwnck 3."
25
- s.author = "The Ruby-GNOME2 Project Team"
25
+ s.author = "The Ruby-GNOME Project Team"
26
26
  s.email = "ruby-gnome2-devel-en@lists.sourceforge.net"
27
27
  s.homepage = "https://ruby-gnome2.osdn.jp/"
28
28
  s.licenses = ["LGPL-2.1+"]
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wnck3
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.7
4
+ version: 3.3.8
5
5
  platform: ruby
6
6
  authors:
7
- - The Ruby-GNOME2 Project Team
7
+ - The Ruby-GNOME Project Team
8
+ autorequire:
8
9
  bindir: bin
9
10
  cert_chain: []
10
- date: 2019-08-16 00:00:00.000000000 Z
11
+ date: 2019-09-09 00:00:00.000000000 Z
11
12
  dependencies:
12
13
  - !ruby/object:Gem::Dependency
13
14
  name: gtk3
@@ -15,14 +16,14 @@ dependencies:
15
16
  requirements:
16
17
  - - '='
17
18
  - !ruby/object:Gem::Version
18
- version: 3.3.7
19
+ version: 3.3.8
19
20
  type: :runtime
20
21
  prerelease: false
21
22
  version_requirements: !ruby/object:Gem::Requirement
22
23
  requirements:
23
24
  - - '='
24
25
  - !ruby/object:Gem::Version
25
- version: 3.3.7
26
+ version: 3.3.8
26
27
  description: Ruby/WNCK3 is a Ruby binding of libwnck 3.
27
28
  email: ruby-gnome2-devel-en@lists.sourceforge.net
28
29
  executables: []