gsf 3.3.7 → 3.3.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/gsf.gemspec +2 -2
  4. metadata +6 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d047dbb83f63cd8dd7ff7125cd713e7f87f6b16fe74588a43862a8d11b901900
4
- data.tar.gz: 235dd4b1ee015a908589e6b45408e3cba020633888a152d6558a6a257143dd22
3
+ metadata.gz: 732ea92a128fcf037904f8592def88401ba55c8b326aed621cd8da96a2704e99
4
+ data.tar.gz: be87016dcf808e0be12b6587aa98dacc8c6291f339ffa14aa91f08b155c1f922
5
5
  SHA512:
6
- metadata.gz: 13d85804d46e7195165b9bd74d70e9e9f472697359e833e063e1a8b38ac2df6b7eaefd337809abff6f56cc72a6d73876ae27093a27f883364bc2a782f9904a04
7
- data.tar.gz: 71c594a98fe04a5f79039e4a76d5058552b80bbe29ebdabc5e1e5c7f7827ce532bc244b2e2004197a083349995ef648adc2a14c6db83809c4291b19728276f83
6
+ metadata.gz: 45dac686aabdaabf7c1a5fc6dd8234690bff668dd1a69eae5187e8ccb078aed0106c0bb5a02f6fd486bcef70d5bb7515ca481eee707ac1e37d7f3d2f97832668
7
+ data.tar.gz: dac9b8c06e449afcb24d9d0bec218accbdb46916f62745cbd795923ef22742597cb6a83b35ae99ffd036375cca39280c5a6ea69d8f2ff320eb9a9a004504204b
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
data/gsf.gemspec CHANGED
@@ -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 = "gsf"
23
23
  s.summary = "Ruby/GSF is a Ruby binding of GSF."
24
24
  s.description = "Ruby/GSF is a Ruby binding of GSF."
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: gsf
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: gio2
@@ -15,14 +16,14 @@ 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
  description: Ruby/GSF is a Ruby binding of GSF.
27
28
  email: ruby-gnome2-devel-en@lists.sourceforge.net
28
29
  executables: []