gtksourceview4 4.2.2 → 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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/gtksourceview4.gemspec +1 -1
  4. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5ec7d44fc98c832664b8a86ce0076da7a6d8332d4df177cc86e720810ef72f28
4
- data.tar.gz: 459d0d2d6cc5c2249eb09a96ccd26891620c4e1c417524bdf49c512802f5e104
3
+ metadata.gz: 683e8de7ebe45a9c46022bac206270721b49d3a54a60f5b486ca1316d74da44c
4
+ data.tar.gz: a7a1dcbca3c91f6a5369a6e886ba0fe22f3b9c73af6ed1d30d1e45f8afb998f8
5
5
  SHA512:
6
- metadata.gz: eb11a12e8f96a29bfc177e29d1bb74f59855790197f66fd20738803468d0cd141dfe33dfae35c9ab4b68276ac4be43968a1bc467358cb11c0f2f7d3f929f4a82
7
- data.tar.gz: 324fd57b49c60e5f498d4e20b54b43583e783ef637f98c006ae265dd111fd3c313b5360d40f6783fd4dbe39e023cff7a4c8093afa5f789ab88c14a3b80cc58bf
6
+ metadata.gz: 162eb497bfb484489a42e9712c0d8aed69ccb18bce643944174d30db845dde9accabe397826a410124cdf9ba8ee1baae86bfc518d55ace8af3a247f435ea3b26
7
+ data.tar.gz: 34fb526674ffe2d07b59a28bc27cc4161fdecf3dfec8e249ae28ee7fc3c4d7d495a4b923abfd66fdeb07fd27bf8dba77fa47dde6af81ad924d030a200206e839
data/README.md CHANGED
@@ -5,7 +5,7 @@ Ruby/GtkSourceView4 is a Ruby binding of gtksourceview-4.x.
5
5
  ## Requirements
6
6
 
7
7
  * Ruby/GTK3 in
8
- [Ruby-GNOME2](https://ruby-gnome2.osdn.jp/)
8
+ [Ruby-GNOME2](https://ruby-gnome.github.io/)
9
9
  * [GtkSourceView](http://projects.gnome.org/gtksourceview/) 4.0.0 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-gnome2.osdn.jp/
24
+ https://ruby-gnome.github.io/
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
24
24
  s.description = "Ruby/GtkSourceView4 is a Ruby binding of gtksourceview-4.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-gnome2.osdn.jp/"
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: gtksourceview4
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.2.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-04-02 00:00:00.000000000 Z
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.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.2
25
+ version: 4.2.3
26
26
  description: Ruby/GtkSourceView4 is a Ruby binding of gtksourceview-4.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-gnome2.osdn.jp/
47
+ homepage: https://ruby-gnome.github.io/
48
48
  licenses:
49
49
  - LGPL-2.1+
50
50
  metadata: