atk 3.4.3 → 3.4.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2fc019e644f9af6c97ee2efb9d1a3d9959eff6376f826fdd395d98963788991c
4
- data.tar.gz: 16893ae45e1ba444700ed1e40a1531c2f1f9d056899b2abbc9df55557971ed59
3
+ metadata.gz: 45ca4874a50cf5bee7aaeb698c9dc45dc00a5a3b489eb8b991747c2d7eab5b31
4
+ data.tar.gz: 28fff3e2cf33e37a20a7930a8d5b75120a3133d67fd95251a13a1d3cd6234352
5
5
  SHA512:
6
- metadata.gz: 5ffb031b8cb97af679025ce230946ff34cea459294b880add5a38af389fbf88f7727d267dbb735b955a1729a1866e18fbce0aef4c15d46a32d7e07f006445203
7
- data.tar.gz: c419f955407ae4df6f534aa501754da37467b5519b9091abd77f6077471e11c0df4e65e2a7e0078238f82f154ea63f5d658025cca75dd45cd7736c2fc7218c02
6
+ metadata.gz: 147235506251bab04a6d7b85d9052b2129f663e45ffe83ad96df41e81487a055ff48d86cf0d7af6a8db7c14d6dfbdd972b3a8384e9b04f78da4bd0d1418b8f6d
7
+ data.tar.gz: 05c2f4b710adbd5e3da3aa85598855ad8ac366c2c1ce17c75a0f57c5eb50dc0b9960511a8c8be5d61b52fa4b6b3263a32f7d258d11009ad971d856d33b7ba9cf
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2017 Ruby-GNOME2 Project Team
1
+ # Copyright (C) 2017-2021 Ruby-GNOME Project Team
2
2
  #
3
3
  # This library is free software; you can redistribute it and/or
4
4
  # modify it under the terms of the GNU Lesser General Public
@@ -14,7 +14,7 @@
14
14
  # License along with this library; if not, write to the Free Software
15
15
  # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
16
16
 
17
- require "test-unit"
17
+ require "atk"
18
18
 
19
19
  module AtkTestUtils
20
20
  end
data/test/run-test.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env ruby
2
2
  #
3
- # Copyright (C) 2017 Ruby-GNOME2 Project Team
3
+ # Copyright (C) 2017-2021 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
@@ -16,33 +16,13 @@
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_gnome_base = File.join(File.dirname(__FILE__), "..", "..")
20
- ruby_gnome_base = File.expand_path(ruby_gnome_base)
19
+ require_relative "../../glib2/test/run-test"
21
20
 
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
-
26
- modules = [
27
- [glib_base, "glib2"],
28
- [gobject_introspection_base, "gobject-introspection"],
29
- [atk_base, "atk"]
30
- ]
31
- modules.each do |target, module_name|
32
- makefile = File.join(target, "Makefile")
33
- if File.exist?(makefile) and system("which make > /dev/null")
34
- `make -C #{target.dump} > /dev/null` or exit(false)
35
- end
36
- $LOAD_PATH.unshift(File.join(target, "ext", module_name))
37
- $LOAD_PATH.unshift(File.join(target, "lib"))
21
+ run_test(__dir__,
22
+ [
23
+ "glib2",
24
+ "gobject-introspection",
25
+ "atk",
26
+ ]) do
27
+ require_relative "atk-test-utils"
38
28
  end
39
-
40
- $LOAD_PATH.unshift(File.join(glib_base, "test"))
41
- require "glib-test-init"
42
-
43
- $LOAD_PATH.unshift(File.join(atk_base, "test"))
44
- require "atk-test-utils"
45
-
46
- require "atk"
47
-
48
- exit Test::Unit::AutoRunner.run(true, File.join(atk_base, "test"))
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.3
4
+ version: 3.4.7
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: 2020-05-10 00:00:00.000000000 Z
11
+ date: 2021-07-30 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.3
19
+ version: 3.4.7
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.3
26
+ version: 3.4.7
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,7 +61,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
61
61
  - !ruby/object:Gem::Version
62
62
  version: '0'
63
63
  requirements: []
64
- rubygems_version: 3.2.0.pre1
64
+ rubygems_version: 3.3.0.dev
65
65
  signing_key:
66
66
  specification_version: 4
67
67
  summary: Ruby/ATK is a Ruby binding of ATK-1.0.x.