gtksourceview3 4.2.2 → 4.2.4
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
- data/gtksourceview3.gemspec +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 840d6f81d5504698d7a2cb667d36e66247ab8409f3736f61bc669ece0732f2e5
|
4
|
+
data.tar.gz: f029c2171c22df76c5e94a2bd0636d6823c8b62a78198f3d94822d4138a83a56
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dab7e4f56845576615590406baef7521f7b9825148cd3a44aebcc8eb2bff82d32dcb6cb2728f58c3f8e4df9f5af6e5849efdc85930a474efb0f36a09b1972b08
|
7
|
+
data.tar.gz: 2e6b37cd525647de732782a546d286092b5c8910d875d31ab9551c66b3186bff8b64b31a193972bcf366cd29b221f7374d82ae0488549011ffe05627be0d6b29
|
data/README.md
CHANGED
@@ -5,7 +5,7 @@ Ruby/GtkSourceView3 is a Ruby binding of gtksourceview-3.x.
|
|
5
5
|
## Requirements
|
6
6
|
|
7
7
|
* Ruby/GTK3 in
|
8
|
-
[Ruby-GNOME2](https://ruby-
|
8
|
+
[Ruby-GNOME2](https://ruby-gnome.github.io/)
|
9
9
|
* [GtkSourceView](http://projects.gnome.org/gtksourceview/) 3.4.2 or later
|
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/
|
data/gtksourceview3.gemspec
CHANGED
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
|
|
24
24
|
s.description = "Ruby/GtkSourceView3 is a Ruby binding of gtksourceview-3.x."
|
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-
|
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: gtksourceview3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.2.
|
4
|
+
version: 4.2.4
|
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-23 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.4
|
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.4
|
26
26
|
description: Ruby/GtkSourceView3 is a Ruby binding of gtksourceview-3.x.
|
27
27
|
email: ruby-gnome2-devel-en@lists.sourceforge.net
|
28
28
|
executables: []
|
@@ -44,7 +44,7 @@ files:
|
|
44
44
|
- test/test-source-gutter-renderer.rb
|
45
45
|
- test/test-source-language-manager.rb
|
46
46
|
- test/test-source-view.rb
|
47
|
-
homepage: https://ruby-
|
47
|
+
homepage: https://ruby-gnome.github.io/
|
48
48
|
licenses:
|
49
49
|
- LGPL-2.1+
|
50
50
|
metadata:
|