gsf 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
- data/gsf.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: 51ccb7a364f89df37294bd362e273c4a113ea500458073d81edc5f7e9087538a
|
4
|
+
data.tar.gz: '0373509a5aee83db9372b289414dda6efae76b7a65597d400eab2988667344ab'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e45745dbb46e9ce439f6ca9536f400f80048c1f066902ee3ac5a8adea3b238254854bb24006dc4b23335c3207b88b706d1de204439134ebe6135c699615c1229
|
7
|
+
data.tar.gz: b3ea45ccc64e69761ad3c5962e9248f7e6876621009dc9bf07d9daadb5ed4228f44ab908da6d9f179f866d82786a42ca6878baf6fa2a799b8a7fb2bf6df653f9
|
data/README.md
CHANGED
@@ -5,7 +5,7 @@ Ruby/GSF is a Ruby binding of GSF which is needed by GOffice.
|
|
5
5
|
## Requirements
|
6
6
|
|
7
7
|
* Ruby/GIO2 in
|
8
|
-
[Ruby-GNOME2](https://ruby-
|
8
|
+
[Ruby-GNOME2](https://ruby-gnome.github.io/)
|
9
9
|
* [GSF](https://developer.gnome.org/gsf/)
|
10
10
|
|
11
11
|
## Install
|
@@ -21,5 +21,5 @@ under the terms of the GNU LESSER GENERAL PUBLIC LICENSE Version 2.1.
|
|
21
21
|
|
22
22
|
## Project Websites
|
23
23
|
|
24
|
-
* https://ruby-
|
24
|
+
* https://ruby-gnome.github.io/
|
25
25
|
* https://github.com/ruby-gnome/ruby-gnome
|
data/gsf.gemspec
CHANGED
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
|
|
24
24
|
s.description = "Ruby/GSF is a Ruby binding of GSF."
|
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: gsf
|
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: gio2
|
@@ -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/GSF is a Ruby binding of GSF.
|
27
27
|
email: ruby-gnome2-devel-en@lists.sourceforge.net
|
28
28
|
executables: []
|
@@ -41,7 +41,7 @@ files:
|
|
41
41
|
- test/gsf-test-utils.rb
|
42
42
|
- test/run-test.rb
|
43
43
|
- test/test-input-stdio.rb
|
44
|
-
homepage: https://ruby-
|
44
|
+
homepage: https://ruby-gnome.github.io/
|
45
45
|
licenses:
|
46
46
|
- LGPL-2.1+
|
47
47
|
metadata: {}
|