gtksourceview3 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
- data/gtksourceview3.gemspec +1 -1
- metadata +6 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7f63254bbfd2d3e2f1ea25e4b68b86a007653f3522d19c77c519e3cfc11cb09b
|
4
|
+
data.tar.gz: 48b5c5ca500ee745fd08d1782e4869449efc8613ea2886bf8448d8c72814b4ba
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2dcbff5d555d0523d13e2043f1c838d8818249af955cec9fda1878881b429bbfec0e59ba1f3576f88ca84a652faccf4247cf4c3a3fbcd87777fdd6a118dcf9e5
|
7
|
+
data.tar.gz: e89b56469ed86fdadb5d5898f1a7179fc673b61c86e04797c8eb9c6e93506b623831277b254817a28a78e83bf62fa11b4f1e920182bcac8e1e36b8c909092057
|
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,14 +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.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/GtkSourceView3 is a Ruby binding of gtksourceview-3.x.
|
28
27
|
email: ruby-gnome2-devel-en@lists.sourceforge.net
|
29
28
|
executables: []
|
@@ -45,12 +44,11 @@ files:
|
|
45
44
|
- test/test-source-gutter-renderer.rb
|
46
45
|
- test/test-source-language-manager.rb
|
47
46
|
- test/test-source-view.rb
|
48
|
-
homepage: https://ruby-
|
47
|
+
homepage: https://ruby-gnome.github.io/
|
49
48
|
licenses:
|
50
49
|
- LGPL-2.1+
|
51
50
|
metadata:
|
52
51
|
msys2_mingw_dependencies: gtksourceview3
|
53
|
-
post_install_message:
|
54
52
|
rdoc_options: []
|
55
53
|
require_paths:
|
56
54
|
- lib
|
@@ -65,8 +63,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
65
63
|
- !ruby/object:Gem::Version
|
66
64
|
version: '0'
|
67
65
|
requirements: []
|
68
|
-
rubygems_version: 3.
|
69
|
-
signing_key:
|
66
|
+
rubygems_version: 3.6.0.dev
|
70
67
|
specification_version: 4
|
71
68
|
summary: Ruby/GtkSourceView3 is a Ruby binding of gtksourceview-3.x.
|
72
69
|
test_files: []
|