goffice 4.2.6 → 4.2.8

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/goffice.gemspec +11 -4
  3. metadata +12 -10
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f9fe4a4d36838d5cd1d9285f4bf99502de3403eb585d62f8a2d007b22a717685
4
- data.tar.gz: de5fa366764ca23755cc4f480fe335613aada0428262148013f0b9df980031ad
3
+ metadata.gz: a101b55e17001f97800c14c3e9baf46ab8f1b6bf6345c7494edd6c810f48d5ac
4
+ data.tar.gz: 1c5a81c2a819a9b710b2332c2d794b6c56938541d80443c2226a5e70374a07b5
5
5
  SHA512:
6
- metadata.gz: b9e8231ae0850dd93f4fbf2f47bbbb20d6ced49f372e641c190c2a259b43ef0444289900ebf301c62a99f2cae3947f77f5429ab057902c7645c3ca7ae2da7f21
7
- data.tar.gz: 21b920af303951edc371175c25171d8541e4ff5784a9c11dd499d0925b5d54f304889c715cb01d4c88061a1c48eef91d86f46bfb15f0e43b3aa66afec55bb38b
6
+ metadata.gz: f0bef965e0f6bd64b37eb82bf03b0224352025aa81be93b12893b672cc3f6f0bef9cfe945bc929741472ddfc678d029611c52a5486a28b020136f2122ee7e3b7
7
+ data.tar.gz: b1ff4b552eb08ab2906da7d78781dacaf07959c299a3d82ae39e4a8609a3cb2d594aab3b0a1dd7c0cffd8f72924a21ff2b071b2427f70e51e9cd11996359ec40
data/goffice.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  # -*- ruby -*-
2
2
  #
3
- # Copyright (C) 2018 Ruby-GNOME Project Team
3
+ # Copyright (C) 2018-2025 Ruby-GNOME Project Team
4
4
  #
5
5
  # This library is free software; you can redistribute it and/or
6
6
  # modify it under the terms of the GNU Lesser General Public
@@ -20,12 +20,12 @@ require_relative "../glib2/version"
20
20
 
21
21
  Gem::Specification.new do |s|
22
22
  s.name = "goffice"
23
- s.summary = "Ruby/GOFFICE is a Ruby binding of GOFFICE."
24
- s.description = "Ruby/GOFFICE is a Ruby binding of GOFFICE."
23
+ s.summary = "Ruby/GOffice is a Ruby binding of GOffice."
24
+ s.description = "Ruby/GOffice is a Ruby binding of GOffice."
25
25
  s.author = "The Ruby-GNOME Project Team"
26
26
  s.email = "ruby-gnome2-devel-en@lists.sourceforge.net"
27
27
  s.homepage = "https://ruby-gnome.github.io/"
28
- s.licenses = ["LGPL-2.1+"]
28
+ s.licenses = ["LGPL-2.1-or-later"]
29
29
  s.version = ruby_glib2_version
30
30
  s.extensions = ["dependency-check/Rakefile"]
31
31
  s.require_paths = ["lib"]
@@ -41,4 +41,11 @@ Gem::Specification.new do |s|
41
41
 
42
42
  s.add_runtime_dependency("gsf", "= #{s.version}")
43
43
  s.add_runtime_dependency("gtk3", "= #{s.version}")
44
+
45
+ [
46
+ ["alpine_linux", "goffice-dev"],
47
+ ["arch_linux", "goffice"],
48
+ ].each do |platform, package|
49
+ s.requirements << "system: libgoffice-0.10|libgoffice-0.8: #{platform}: #{package}"
50
+ end
44
51
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: goffice
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.2.6
4
+ version: 4.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - The Ruby-GNOME Project Team
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-25 00:00:00.000000000 Z
10
+ date: 2025-03-20 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: gsf
@@ -15,29 +15,29 @@ dependencies:
15
15
  requirements:
16
16
  - - '='
17
17
  - !ruby/object:Gem::Version
18
- version: 4.2.6
18
+ version: 4.2.8
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.6
25
+ version: 4.2.8
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: gtk3
28
28
  requirement: !ruby/object:Gem::Requirement
29
29
  requirements:
30
30
  - - '='
31
31
  - !ruby/object:Gem::Version
32
- version: 4.2.6
32
+ version: 4.2.8
33
33
  type: :runtime
34
34
  prerelease: false
35
35
  version_requirements: !ruby/object:Gem::Requirement
36
36
  requirements:
37
37
  - - '='
38
38
  - !ruby/object:Gem::Version
39
- version: 4.2.6
40
- description: Ruby/GOFFICE is a Ruby binding of GOFFICE.
39
+ version: 4.2.8
40
+ description: Ruby/GOffice is a Ruby binding of GOffice.
41
41
  email: ruby-gnome2-devel-en@lists.sourceforge.net
42
42
  executables: []
43
43
  extensions:
@@ -57,7 +57,7 @@ files:
57
57
  - test/test-data-scalar-str.rb
58
58
  homepage: https://ruby-gnome.github.io/
59
59
  licenses:
60
- - LGPL-2.1+
60
+ - LGPL-2.1-or-later
61
61
  metadata: {}
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -72,8 +72,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
72
72
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
- requirements: []
75
+ requirements:
76
+ - 'system: libgoffice-0.10|libgoffice-0.8: alpine_linux: goffice-dev'
77
+ - 'system: libgoffice-0.10|libgoffice-0.8: arch_linux: goffice'
76
78
  rubygems_version: 3.6.2
77
79
  specification_version: 4
78
- summary: Ruby/GOFFICE is a Ruby binding of GOFFICE.
80
+ summary: Ruby/GOffice is a Ruby binding of GOffice.
79
81
  test_files: []