vte3 4.2.1 → 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 +5 -8
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,14 +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
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date: 2024-
|
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.
|
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.
|
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.
|
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: []
|