gnumeric 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/gnumeric.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: 3bd2a699b43624b746097390413b901e02144ca089871ed7b2b86d2f7d77e3aa
|
4
|
+
data.tar.gz: 5051b2985fc00ac7c899eef014f0583214d6ad3e8af8a84c0f62d58d4292a0a7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ebcd16f8e38a631240b21eec6d1ba4ad9959a3859ab90b49cb6e296fc8bf98ec46f883266413cff93ab8d49b69328edb521986af2ce70a0eff00969d5ab0c673
|
7
|
+
data.tar.gz: bbcd2d953d29543fc533be38b5f7721b88bd8f48145bd59063097c448affb87c81e79dc834359cb94433cf53ccffbd076fe390cc7d73f5b8ed7850406d144a22
|
data/README.md
CHANGED
@@ -5,7 +5,7 @@ Ruby/Gnumeric is a Ruby binding of Gnumeric.
|
|
5
5
|
## Requirements
|
6
6
|
|
7
7
|
* Ruby/GOffice in
|
8
|
-
[Ruby-GNOME2](https://ruby-
|
8
|
+
[Ruby-GNOME2](https://ruby-gnome.github.io/)
|
9
9
|
* [Gnumeric](http://www.gnumeric.org/)
|
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/gnumeric.gemspec
CHANGED
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
|
|
24
24
|
s.description = "Ruby/Gnumeric is a Ruby binding of Gnumeric."
|
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: gnumeric
|
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: goffice
|
@@ -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/Gnumeric is a Ruby binding of Gnumeric.
|
27
27
|
email: ruby-gnome2-devel-en@lists.sourceforge.net
|
28
28
|
executables: []
|
@@ -42,7 +42,7 @@ files:
|
|
42
42
|
- test/gnumeric-test-utils.rb
|
43
43
|
- test/run-test.rb
|
44
44
|
- test/test-convert.rb
|
45
|
-
homepage: https://ruby-
|
45
|
+
homepage: https://ruby-gnome.github.io/
|
46
46
|
licenses:
|
47
47
|
- LGPL-2.1+
|
48
48
|
metadata: {}
|