vte3 4.2.2 → 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
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4ad833b3f704a829b39cce27fc33c3e7d27c0c313c6ec6e3833af74010b03464
|
4
|
+
data.tar.gz: d09810ebf875f6b2064a4f09f2e77a023468b933238a8fa4d79d16ddea507cdc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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-
|
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-
|
24
|
+
https://ruby-gnome.github.io/
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vte3
|
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
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2024-
|
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.
|
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.
|
25
|
+
version: 4.2.3
|
26
26
|
description: Ruby/VTE3 is a Ruby binding of VTE for GTK 3
|
27
27
|
email: ruby-gnome2-devel-en@lists.sourceforge.net
|
28
28
|
executables: []
|