goffice 3.3.7 → 3.3.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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/goffice.gemspec +2 -2
  4. metadata +8 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5224a41b04dca7d5ca715ac101b1fe8e24fa71144ab923138d1ec5bbdb396cb2
4
- data.tar.gz: b09d5eabfc99f003a697c4fa960a53038d7f4afa8d88e8b65cd6a9afcd5ec1b2
3
+ metadata.gz: ba06cc3e69a9ed011baf37cb99a055724076cab224af3fa1fa561e9d8a9e98e4
4
+ data.tar.gz: 7b20182c7f61f3c9599280314b7f84214891b8f5a85de2cbac1b1d73961e28cb
5
5
  SHA512:
6
- metadata.gz: 9c827be061bc1453235e1688d7f12ce74216574ce0a46f872538fa35cf717d4a0ee3ddf1af4816f3d46e8cfcb9cbcf67b9d654a7a083debaaa91618e80d7559d
7
- data.tar.gz: ce1b011bd839971c87e55b3bfa82003f774154487ee6e963118d52da21d9d9ab9c0bf87978ab41e96adf4ad62e30d1cfdd0d909f4cba0467e9bb75e024c4f6e3
6
+ metadata.gz: f2f6ea47cb13a1f363d793b5183d1864443feb6e6e18cc204c8e28b5a12f7f21d5c62212b6451f5131ac0874472e9fcdad4bc5569135eee2f646707c9ec35358
7
+ data.tar.gz: a6500e91d28dcbc110a73648ad619f121a0d02910aca0f454008045d2a0859c051d80b3e6999a1271110280203b67566f395597cf821408112dc410ac3edf53b
data/README.md CHANGED
@@ -22,4 +22,4 @@ under the terms of the GNU LESSER GENERAL PUBLIC LICENSE Version 2.1.
22
22
  ## Project Websites
23
23
 
24
24
  * https://ruby-gnome2.osdn.jp/
25
- * https://github.com/ruby-gnome2/ruby-gnome2
25
+ * https://github.com/ruby-gnome/ruby-gnome
@@ -1,6 +1,6 @@
1
1
  # -*- ruby -*-
2
2
  #
3
- # Copyright (C) 2018 Ruby-GNOME2 Project Team
3
+ # Copyright (C) 2018 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
@@ -22,7 +22,7 @@ Gem::Specification.new do |s|
22
22
  s.name = "goffice"
23
23
  s.summary = "Ruby/GOFFICE is a Ruby binding of GOFFICE."
24
24
  s.description = "Ruby/GOFFICE is a Ruby binding of GOFFICE."
25
- s.author = "The Ruby-GNOME2 Project Team"
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-gnome2.osdn.jp/"
28
28
  s.licenses = ["LGPL-2.1+"]
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: goffice
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.7
4
+ version: 3.3.8
5
5
  platform: ruby
6
6
  authors:
7
- - The Ruby-GNOME2 Project Team
7
+ - The Ruby-GNOME Project Team
8
+ autorequire:
8
9
  bindir: bin
9
10
  cert_chain: []
10
- date: 2019-08-16 00:00:00.000000000 Z
11
+ date: 2019-09-09 00:00:00.000000000 Z
11
12
  dependencies:
12
13
  - !ruby/object:Gem::Dependency
13
14
  name: gsf
@@ -15,28 +16,28 @@ dependencies:
15
16
  requirements:
16
17
  - - '='
17
18
  - !ruby/object:Gem::Version
18
- version: 3.3.7
19
+ version: 3.3.8
19
20
  type: :runtime
20
21
  prerelease: false
21
22
  version_requirements: !ruby/object:Gem::Requirement
22
23
  requirements:
23
24
  - - '='
24
25
  - !ruby/object:Gem::Version
25
- version: 3.3.7
26
+ version: 3.3.8
26
27
  - !ruby/object:Gem::Dependency
27
28
  name: gtk3
28
29
  requirement: !ruby/object:Gem::Requirement
29
30
  requirements:
30
31
  - - '='
31
32
  - !ruby/object:Gem::Version
32
- version: 3.3.7
33
+ version: 3.3.8
33
34
  type: :runtime
34
35
  prerelease: false
35
36
  version_requirements: !ruby/object:Gem::Requirement
36
37
  requirements:
37
38
  - - '='
38
39
  - !ruby/object:Gem::Version
39
- version: 3.3.7
40
+ version: 3.3.8
40
41
  description: Ruby/GOFFICE is a Ruby binding of GOFFICE.
41
42
  email: ruby-gnome2-devel-en@lists.sourceforge.net
42
43
  executables: []