gnumeric 4.2.1 → 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/gnumeric.gemspec +1 -1
  4. metadata +6 -9
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ae084e534baa1adb41174abbdb04d924435ce1d0f8a48397bb6db866483afef8
4
- data.tar.gz: 5f601bcae67608256a8e6d7214c5277f1daaee47e13ade6d8dd490bdc36f593b
3
+ metadata.gz: 3d8c4d3e23fc96fd1f72314171bc68b43edf7623de7d941960e41d5957b89549
4
+ data.tar.gz: b1b09f86c7202cceeb29ccebf2d0bc0f69cc47af9c2cfebcd4c43291fe4b2a04
5
5
  SHA512:
6
- metadata.gz: 14dbfa8fd98e4c0cc47c1463ef066f105b35302a6641f4425add648338356068622eb9a1288cc1fba6dc03cad9f162dec97c0e2acda7a16c7f6507994604b302
7
- data.tar.gz: 1db40ac7d7f9ad772be2c043ee16ec746fc22dc6d8ccdb721879f7e5c165107e9059a14e1904325a8dfe9df808f126a241c93e150730586220b316430791b579
6
+ metadata.gz: d032b11ccd8c6b1d9aece12d1400bea5626f8e468d9ef98436d41ca0a310c09931bc05fd79d55c3634912d8efea07e86dd2ed1bef94d20e464ab9ebf474f792e
7
+ data.tar.gz: 9e3829200eb1488f81e2432cfddb76a9528d659f5a4215368abed827ff62c2bc735dbb16ae044eea861b643b43deaf48424d371dddf11405e3bb2a5a09c362ff
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-gnome2.osdn.jp/)
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-gnome2.osdn.jp/
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-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,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gnumeric
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.2.1
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-02-22 00:00:00.000000000 Z
10
+ date: 2024-09-19 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: goffice
@@ -16,14 +15,14 @@ dependencies:
16
15
  requirements:
17
16
  - - '='
18
17
  - !ruby/object:Gem::Version
19
- version: 4.2.1
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.1
25
+ version: 4.2.3
27
26
  description: Ruby/Gnumeric is a Ruby binding of Gnumeric.
28
27
  email: ruby-gnome2-devel-en@lists.sourceforge.net
29
28
  executables: []
@@ -43,11 +42,10 @@ files:
43
42
  - test/gnumeric-test-utils.rb
44
43
  - test/run-test.rb
45
44
  - test/test-convert.rb
46
- homepage: https://ruby-gnome2.osdn.jp/
45
+ homepage: https://ruby-gnome.github.io/
47
46
  licenses:
48
47
  - LGPL-2.1+
49
48
  metadata: {}
50
- post_install_message:
51
49
  rdoc_options: []
52
50
  require_paths:
53
51
  - lib
@@ -62,8 +60,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
62
60
  - !ruby/object:Gem::Version
63
61
  version: '0'
64
62
  requirements: []
65
- rubygems_version: 3.5.1
66
- signing_key:
63
+ rubygems_version: 3.6.0.dev
67
64
  specification_version: 4
68
65
  summary: Ruby/Gnumeric is a Ruby binding of Gnumeric.
69
66
  test_files: []