atk 3.4.1 → 3.4.2

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 (5) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/atk.gemspec +3 -3
  4. data/test/run-test.rb +5 -5
  5. metadata +5 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c3736aa43d099202bcf881efdf1c6aceb72cba0807563db5f22869590f3bbf7e
4
- data.tar.gz: 3aa9ed7ce95aba33c32afd4c6b4f3e6c24c11eb3fc026fa22a2d0f29b2d8c99f
3
+ metadata.gz: 4dd18f88d581e403dd6f5800838095091509bb9c92bbbc7c72f1d7eebfd4fafe
4
+ data.tar.gz: c52fbc811fc0a87b05e2bc2e2993f6c5cefa6c345780bb3916f810b2a536d722
5
5
  SHA512:
6
- metadata.gz: 685642bb1967618632cb078391176216f03d0078e9846912a7f687d4f3d72853f6f0bdb24b3636988ec662edc0fa4a2c4b9fc52df1f491d20b749e9d66cbc1b9
7
- data.tar.gz: 49d68ba3d6e52327598e0df5610bed33b710956d287c316b401c8df5948811a737061cfc6ebe2c549ee557b7d7049d264eb1431d77a4f593a908ce0c87e74946
6
+ metadata.gz: bb8e0ca348b0155c058f01de595e9820643a843c59b956002adab7187a6757c9974d52b0949cac2d277ce29d50ae6522c010b07431e6f35e222d19bd3a87f119
7
+ data.tar.gz: 84a7341c72e004553d2598e42b0b4e3334c062b0e9aeb8115e0279dfcfc0646b0467af46b1ffc35e2915b5258d684b7f90cafe3c7bf22c04ffedb91f387eda42
data/README.md CHANGED
@@ -13,12 +13,12 @@ Ruby/ATK is a Ruby binding of ATK-1.12.x or later based on GObject-Introspection
13
13
 
14
14
  ## License
15
15
 
16
- Copyright (c) 2017 Ruby-GNOME2 Project Team
16
+ Copyright (c) 2017-2020 Ruby-GNOME2 Project Team
17
17
 
18
18
  This program is free software. You can distribute/modify this program
19
19
  under the terms of the GNU LESSER GENERAL PUBLIC LICENSE Version 2.1.
20
20
 
21
21
  ## Project Websites
22
22
 
23
- * https://ruby-gnome2.osdn.jp/
24
23
  * https://github.com/ruby-gnome/ruby-gnome
24
+ * https://ruby-gnome2.osdn.jp/
@@ -1,6 +1,6 @@
1
1
  # -*- ruby -*-
2
2
  #
3
- # Copyright (C) 2018 Ruby-GNOME Project Team
3
+ # Copyright (C) 2018-2020 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,8 +20,8 @@ require_relative "../glib2/version"
20
20
 
21
21
  Gem::Specification.new do |s|
22
22
  s.name = "atk"
23
- s.summary = "Ruby/ATK is a Ruby binding of ATK-1.0.x."
24
- s.description = "Ruby/ATK is a Ruby binding of ATK-1.0.x."
23
+ s.summary = "Ruby/ATK is a Ruby binding of ATK-1.0.x."
24
+ s.description = "Ruby/ATK is a Ruby binding of ATK-1.0.x."
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-gnome2.osdn.jp/"
@@ -16,12 +16,12 @@
16
16
  # License along with this library; if not, write to the Free Software
17
17
  # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
18
18
 
19
- ruby_gnome2_base = File.join(File.dirname(__FILE__), "..", "..")
20
- ruby_gnome2_base = File.expand_path(ruby_gnome2_base)
19
+ ruby_gnome_base = File.join(File.dirname(__FILE__), "..", "..")
20
+ ruby_gnome_base = File.expand_path(ruby_gnome_base)
21
21
 
22
- glib_base = File.join(ruby_gnome2_base, "glib2")
23
- gobject_introspection_base = File.join(ruby_gnome2_base, "gobject-introspection")
24
- atk_base = File.join(ruby_gnome2_base, "atk")
22
+ glib_base = File.join(ruby_gnome_base, "glib2")
23
+ gobject_introspection_base = File.join(ruby_gnome_base, "gobject-introspection")
24
+ atk_base = File.join(ruby_gnome_base, "atk")
25
25
 
26
26
  modules = [
27
27
  [glib_base, "glib2"],
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: atk
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.4.1
4
+ version: 3.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - The Ruby-GNOME Project Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-10-16 00:00:00.000000000 Z
11
+ date: 2020-05-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: glib2
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 3.4.1
19
+ version: 3.4.2
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 3.4.1
26
+ version: 3.4.2
27
27
  description: Ruby/ATK is a Ruby binding of ATK-1.0.x.
28
28
  email: ruby-gnome2-devel-en@lists.sourceforge.net
29
29
  executables: []
@@ -61,8 +61,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
61
61
  - !ruby/object:Gem::Version
62
62
  version: '0'
63
63
  requirements: []
64
- rubyforge_project:
65
- rubygems_version: 2.7.6.2
64
+ rubygems_version: 3.2.0.pre1
66
65
  signing_key:
67
66
  specification_version: 4
68
67
  summary: Ruby/ATK is a Ruby binding of ATK-1.0.x.