vte3 4.2.1 → 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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. metadata +5 -8
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a7a2393cd8855ae4cbb77e6d3c3cbcdca7019bd0748851d50f80b57d60cc8995
4
- data.tar.gz: 59ae67e64b5494eef57af78ebb04a7717407722c50ae60a5854ef09e09aa6ea7
3
+ metadata.gz: 4ad833b3f704a829b39cce27fc33c3e7d27c0c313c6ec6e3833af74010b03464
4
+ data.tar.gz: d09810ebf875f6b2064a4f09f2e77a023468b933238a8fa4d79d16ddea507cdc
5
5
  SHA512:
6
- metadata.gz: 2a8c5abbed0f5bf10f23e2fbd35b424fc4970c6a7c7f53984eeccb61ad517b9648320ffe69328c44f685004ef11bf22e93dd37880be724c75fd21bc15efc533f
7
- data.tar.gz: 44f826c86f0702c20e262fc1adde86589f584173dcb4bfd5074c46e9b9526c2d479ee38332801014c5af53fc9fe5c8613c5dbf86d1f3b8344a95d48cad9f02cb
6
+ metadata.gz: 6d2bd52f3a630c7801911c3ff1f788af523953f8bddc7ebb222da2e77d6a26fa628c1b4f68fd039855b66da998a6fad72734c9f5cc83a12be1f32acdc00f2c00
7
+ data.tar.gz: f7106079b34690490e330b4583a1fc8d003e359751b0c1723e66dcdca5b092f5ec0b617780d85cd149a847c57c218e7bdbc483463051a07b84004d0b0c93507d
data/README.md CHANGED
@@ -5,7 +5,7 @@ Ruby/VTE3 is a Ruby binding of VTE for use with GTK3.
5
5
  ## Requirements
6
6
 
7
7
  * Ruby/GTK3 in
8
- [Ruby-GNOME](https://ruby-gnome2.osdn.jp/)
8
+ [Ruby-GNOME](https://ruby-gnome.github.io/)
9
9
  * [VTE](https://live.gnome.org/Terminal/VTE)
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/
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vte3
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.2.1
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-02-22 00:00:00.000000000 Z
10
+ date: 2024-09-19 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: gtk3
@@ -16,14 +15,14 @@ dependencies:
16
15
  requirements:
17
16
  - - '='
18
17
  - !ruby/object:Gem::Version
19
- version: 4.2.1
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.1
25
+ version: 4.2.3
27
26
  description: Ruby/VTE3 is a Ruby binding of VTE for GTK 3
28
27
  email: ruby-gnome2-devel-en@lists.sourceforge.net
29
28
  executables: []
@@ -55,7 +54,6 @@ homepage: https://ruby-gnome2.github.io/
55
54
  licenses:
56
55
  - LGPL-2.1+
57
56
  metadata: {}
58
- post_install_message:
59
57
  rdoc_options: []
60
58
  require_paths:
61
59
  - lib
@@ -70,8 +68,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
70
68
  - !ruby/object:Gem::Version
71
69
  version: '0'
72
70
  requirements: []
73
- rubygems_version: 3.5.1
74
- signing_key:
71
+ rubygems_version: 3.6.0.dev
75
72
  specification_version: 4
76
73
  summary: Ruby/VTE3 is a Ruby binding of VTE for GTK 3
77
74
  test_files: []