glib2 0.20.0 → 0.90.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.
- data/ChangeLog +92 -0
- data/README +22 -10
- data/Rakefile +54 -72
- data/ext/glib2/depend +10 -0
- data/ext/glib2/extconf.rb +61 -0
- data/ext/glib2/glib2.def +89 -0
- data/{src → ext/glib2}/rbgcompat.h +0 -0
- data/{src → ext/glib2}/rbglib.c +17 -7
- data/{src → ext/glib2}/rbglib.h +2 -2
- data/{src → ext/glib2}/rbglib_bookmarkfile.c +0 -0
- data/{src → ext/glib2}/rbglib_completion.c +0 -0
- data/{src → ext/glib2}/rbglib_convert.c +0 -0
- data/{src → ext/glib2}/rbglib_error.c +0 -0
- data/{src → ext/glib2}/rbglib_fileutils.c +0 -0
- data/{src → ext/glib2}/rbglib_i18n.c +0 -0
- data/{src → ext/glib2}/rbglib_int64.c +0 -0
- data/{src → ext/glib2}/rbglib_iochannel.c +0 -0
- data/{src → ext/glib2}/rbglib_keyfile.c +0 -0
- data/{src → ext/glib2}/rbglib_maincontext.c +1 -3
- data/{src → ext/glib2}/rbglib_mainloop.c +0 -0
- data/{src → ext/glib2}/rbglib_messages.c +0 -0
- data/{src → ext/glib2}/rbglib_pollfd.c +0 -0
- data/{src → ext/glib2}/rbglib_shell.c +0 -0
- data/{src → ext/glib2}/rbglib_source.c +0 -0
- data/{src → ext/glib2}/rbglib_spawn.c +0 -0
- data/{src → ext/glib2}/rbglib_threads.c +0 -0
- data/{src → ext/glib2}/rbglib_timer.c +0 -0
- data/{src → ext/glib2}/rbglib_unicode.c +0 -0
- data/{src → ext/glib2}/rbglib_utils.c +0 -0
- data/{src → ext/glib2}/rbglib_win32.c +0 -0
- data/{src → ext/glib2}/rbgobj_boxed.c +0 -0
- data/{src → ext/glib2}/rbgobj_closure.c +0 -0
- data/{src → ext/glib2}/rbgobj_convert.c +0 -0
- data/{src → ext/glib2}/rbgobj_enums.c +0 -0
- data/{src → ext/glib2}/rbgobj_fundamental.c +0 -0
- data/{src → ext/glib2}/rbgobj_object.c +0 -0
- data/{src → ext/glib2}/rbgobj_param.c +0 -0
- data/{src → ext/glib2}/rbgobj_paramspecs.c +0 -0
- data/{src → ext/glib2}/rbgobj_signal.c +0 -0
- data/{src → ext/glib2}/rbgobj_strv.c +0 -0
- data/{src → ext/glib2}/rbgobj_type.c +0 -0
- data/{src → ext/glib2}/rbgobj_typeinstance.c +0 -0
- data/{src → ext/glib2}/rbgobj_typeinterface.c +0 -0
- data/{src → ext/glib2}/rbgobj_typemodule.c +0 -0
- data/{src → ext/glib2}/rbgobj_typeplugin.c +0 -0
- data/{src → ext/glib2}/rbgobj_value.c +0 -0
- data/{src → ext/glib2}/rbgobj_valuearray.c +0 -0
- data/{src → ext/glib2}/rbgobj_valuetypes.c +0 -0
- data/{src → ext/glib2}/rbgobject.c +0 -0
- data/{src → ext/glib2}/rbgobject.h +0 -0
- data/{src → ext/glib2}/rbgprivate.h +0 -0
- data/ext/glib2/rbgutil.c +316 -0
- data/{src → ext/glib2}/rbgutil.h +9 -9
- data/{src → ext/glib2}/rbgutil_callback.c +0 -0
- data/extconf.rb +48 -60
- data/{src/lib → lib}/glib-mkenums.rb +2 -2
- data/{src/lib → lib}/glib2.rb +28 -9
- data/lib/gnome2-win32-binary-downloader.rb +92 -0
- data/{src/lib → lib}/mkmf-gnome2.rb +76 -89
- data/test-unit/COPYING +56 -0
- data/test-unit/GPL +340 -0
- data/test-unit/History.txt +232 -0
- data/test-unit/Manifest.txt +110 -0
- data/test-unit/PSFL +271 -0
- data/test-unit/README.txt +75 -0
- data/test-unit/Rakefile +53 -0
- data/test-unit/TODO +5 -0
- data/test-unit/bin/testrb +5 -0
- data/test-unit/html/bar.png +0 -0
- data/test-unit/html/bar.svg +153 -0
- data/test-unit/html/developer.png +0 -0
- data/test-unit/html/developer.svg +469 -0
- data/test-unit/html/famfamfam-logo.png +0 -0
- data/test-unit/html/favicon.ico +0 -0
- data/test-unit/html/favicon.png +0 -0
- data/test-unit/html/favicon.svg +82 -0
- data/test-unit/html/heading-mark.png +0 -0
- data/test-unit/html/heading-mark.svg +393 -0
- data/test-unit/html/index.html +247 -0
- data/test-unit/html/index.html.ja +270 -0
- data/test-unit/html/install.png +0 -0
- data/test-unit/html/install.svg +636 -0
- data/test-unit/html/jp.png +0 -0
- data/test-unit/html/kinotan-failure.png +0 -0
- data/test-unit/html/kinotan-pass.png +0 -0
- data/test-unit/html/logo.png +0 -0
- data/test-unit/html/logo.svg +483 -0
- data/test-unit/html/reference.png +0 -0
- data/test-unit/html/rubyforge.png +0 -0
- data/test-unit/html/tango-logo.png +0 -0
- data/test-unit/html/test-unit.css +339 -0
- data/test-unit/html/tutorial.png +0 -0
- data/test-unit/html/tutorial.svg +559 -0
- data/test-unit/html/us.png +0 -0
- data/test-unit/images/color-diff.png +0 -0
- data/test-unit/lib/test/unit.rb +328 -0
- data/test-unit/lib/test/unit/assertionfailederror.rb +25 -0
- data/test-unit/lib/test/unit/assertions.rb +1334 -0
- data/test-unit/lib/test/unit/attribute.rb +125 -0
- data/test-unit/lib/test/unit/autorunner.rb +363 -0
- data/test-unit/lib/test/unit/collector.rb +36 -0
- data/test-unit/lib/test/unit/collector/descendant.rb +23 -0
- data/test-unit/lib/test/unit/collector/dir.rb +108 -0
- data/test-unit/lib/test/unit/collector/load.rb +144 -0
- data/test-unit/lib/test/unit/collector/objectspace.rb +34 -0
- data/test-unit/lib/test/unit/color-scheme.rb +106 -0
- data/test-unit/lib/test/unit/color.rb +96 -0
- data/test-unit/lib/test/unit/diff.rb +740 -0
- data/test-unit/lib/test/unit/error.rb +130 -0
- data/test-unit/lib/test/unit/exceptionhandler.rb +39 -0
- data/test-unit/lib/test/unit/failure.rb +136 -0
- data/test-unit/lib/test/unit/fixture.rb +176 -0
- data/test-unit/lib/test/unit/notification.rb +129 -0
- data/test-unit/lib/test/unit/omission.rb +191 -0
- data/test-unit/lib/test/unit/pending.rb +150 -0
- data/test-unit/lib/test/unit/priority.rb +180 -0
- data/test-unit/lib/test/unit/runner/console.rb +52 -0
- data/test-unit/lib/test/unit/runner/emacs.rb +8 -0
- data/test-unit/lib/test/unit/runner/tap.rb +8 -0
- data/test-unit/lib/test/unit/testcase.rb +483 -0
- data/test-unit/lib/test/unit/testresult.rb +121 -0
- data/test-unit/lib/test/unit/testsuite.rb +110 -0
- data/test-unit/lib/test/unit/ui/console/outputlevel.rb +14 -0
- data/test-unit/lib/test/unit/ui/console/testrunner.rb +430 -0
- data/test-unit/lib/test/unit/ui/emacs/testrunner.rb +63 -0
- data/test-unit/lib/test/unit/ui/tap/testrunner.rb +82 -0
- data/test-unit/lib/test/unit/ui/testrunner.rb +53 -0
- data/test-unit/lib/test/unit/ui/testrunnermediator.rb +77 -0
- data/test-unit/lib/test/unit/ui/testrunnerutilities.rb +41 -0
- data/test-unit/lib/test/unit/util/backtracefilter.rb +42 -0
- data/test-unit/lib/test/unit/util/method-owner-finder.rb +28 -0
- data/test-unit/lib/test/unit/util/observable.rb +90 -0
- data/test-unit/lib/test/unit/util/output.rb +31 -0
- data/test-unit/lib/test/unit/util/procwrapper.rb +48 -0
- data/test-unit/lib/test/unit/version.rb +7 -0
- data/test-unit/sample/adder.rb +13 -0
- data/test-unit/sample/subtracter.rb +12 -0
- data/test-unit/sample/test_adder.rb +20 -0
- data/test-unit/sample/test_subtracter.rb +20 -0
- data/test-unit/sample/test_user.rb +23 -0
- data/test-unit/test/collector/test-descendant.rb +133 -0
- data/test-unit/test/collector/test-load.rb +442 -0
- data/test-unit/test/collector/test_dir.rb +406 -0
- data/test-unit/test/collector/test_objectspace.rb +100 -0
- data/test-unit/test/run-test.rb +15 -0
- data/test-unit/test/test-attribute.rb +86 -0
- data/test-unit/test/test-color-scheme.rb +69 -0
- data/test-unit/test/test-color.rb +47 -0
- data/test-unit/test/test-diff.rb +518 -0
- data/test-unit/test/test-emacs-runner.rb +60 -0
- data/test-unit/test/test-fixture.rb +287 -0
- data/test-unit/test/test-notification.rb +33 -0
- data/test-unit/test/test-omission.rb +81 -0
- data/test-unit/test/test-pending.rb +70 -0
- data/test-unit/test/test-priority.rb +119 -0
- data/test-unit/test/test-testcase.rb +544 -0
- data/test-unit/test/test_assertions.rb +1197 -0
- data/test-unit/test/test_error.rb +26 -0
- data/test-unit/test/test_failure.rb +33 -0
- data/test-unit/test/test_testresult.rb +113 -0
- data/test-unit/test/test_testsuite.rb +129 -0
- data/test-unit/test/testunit-test-util.rb +14 -0
- data/test-unit/test/ui/test_tap.rb +33 -0
- data/test-unit/test/ui/test_testrunmediator.rb +20 -0
- data/test-unit/test/util/test-method-owner-finder.rb +38 -0
- data/test-unit/test/util/test-output.rb +11 -0
- data/test-unit/test/util/test_backtracefilter.rb +41 -0
- data/test-unit/test/util/test_observable.rb +102 -0
- data/test-unit/test/util/test_procwrapper.rb +36 -0
- data/test/run-test.rb +2 -6
- metadata +197 -100
- data/src/glib-enum-types.c +0 -1032
- data/src/glib-enum-types.h +0 -140
- data/src/lib/pkg-config.rb +0 -137
- data/src/rbgutil.c +0 -222
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
# Author:: Nathaniel Talbott.
|
|
2
|
+
# Copyright:: Copyright (c) 2000-2002 Nathaniel Talbott. All rights reserved.
|
|
3
|
+
# License:: Ruby license.
|
|
4
|
+
|
|
5
|
+
require 'test/unit/util/observable'
|
|
6
|
+
|
|
7
|
+
module Test
|
|
8
|
+
module Unit
|
|
9
|
+
module Util
|
|
10
|
+
class TC_Observable < TestCase
|
|
11
|
+
|
|
12
|
+
class TF_Observable
|
|
13
|
+
include Observable
|
|
14
|
+
end
|
|
15
|
+
|
|
16
|
+
def setup
|
|
17
|
+
@observable = TF_Observable.new
|
|
18
|
+
end
|
|
19
|
+
|
|
20
|
+
def test_simple_observation
|
|
21
|
+
assert_raises(ArgumentError, "add_listener should throw an exception if no callback is supplied") do
|
|
22
|
+
@observable.add_listener(:property, "a")
|
|
23
|
+
end
|
|
24
|
+
|
|
25
|
+
heard = false
|
|
26
|
+
callback = proc { heard = true }
|
|
27
|
+
assert_equal("a", @observable.add_listener(:property, "a", &callback), "add_listener should return the listener that was added")
|
|
28
|
+
|
|
29
|
+
count = 0
|
|
30
|
+
@observable.instance_eval do
|
|
31
|
+
count = notify_listeners(:property)
|
|
32
|
+
end
|
|
33
|
+
assert_equal(1, count, "notify_listeners should have returned the number of listeners that were notified")
|
|
34
|
+
assert(heard, "Should have heard the property changed")
|
|
35
|
+
|
|
36
|
+
heard = false
|
|
37
|
+
assert_equal(callback, @observable.remove_listener(:property, "a"), "remove_listener should return the callback")
|
|
38
|
+
|
|
39
|
+
count = 1
|
|
40
|
+
@observable.instance_eval do
|
|
41
|
+
count = notify_listeners(:property)
|
|
42
|
+
end
|
|
43
|
+
assert_equal(0, count, "notify_listeners should have returned the number of listeners that were notified")
|
|
44
|
+
assert(!heard, "Should not have heard the property change")
|
|
45
|
+
end
|
|
46
|
+
|
|
47
|
+
def test_value_observation
|
|
48
|
+
value = nil
|
|
49
|
+
@observable.add_listener(:property, "a") do |passed_value|
|
|
50
|
+
value = passed_value
|
|
51
|
+
end
|
|
52
|
+
count = 0
|
|
53
|
+
@observable.instance_eval do
|
|
54
|
+
count = notify_listeners(:property, "stuff")
|
|
55
|
+
end
|
|
56
|
+
assert_equal(1, count, "Should have update the correct number of listeners")
|
|
57
|
+
assert_equal("stuff", value, "Should have received the value as an argument to the listener")
|
|
58
|
+
end
|
|
59
|
+
|
|
60
|
+
def test_multiple_value_observation
|
|
61
|
+
values = []
|
|
62
|
+
@observable.add_listener(:property, "a") do |first_value, second_value|
|
|
63
|
+
values = [first_value, second_value]
|
|
64
|
+
end
|
|
65
|
+
count = 0
|
|
66
|
+
@observable.instance_eval do
|
|
67
|
+
count = notify_listeners(:property, "stuff", "more stuff")
|
|
68
|
+
end
|
|
69
|
+
assert_equal(1, count, "Should have update the correct number of listeners")
|
|
70
|
+
assert_equal(["stuff", "more stuff"], values, "Should have received the value as an argument to the listener")
|
|
71
|
+
end
|
|
72
|
+
|
|
73
|
+
def test_add_remove_with_default_listener
|
|
74
|
+
assert_raises(ArgumentError, "add_listener should throw an exception if no callback is supplied") do
|
|
75
|
+
@observable.add_listener(:property)
|
|
76
|
+
end
|
|
77
|
+
|
|
78
|
+
heard = false
|
|
79
|
+
callback = proc { heard = true }
|
|
80
|
+
assert_equal(callback, @observable.add_listener(:property, &callback), "add_listener should return the listener that was added")
|
|
81
|
+
|
|
82
|
+
count = 0
|
|
83
|
+
@observable.instance_eval do
|
|
84
|
+
count = notify_listeners(:property)
|
|
85
|
+
end
|
|
86
|
+
assert_equal(1, count, "notify_listeners should have returned the number of listeners that were notified")
|
|
87
|
+
assert(heard, "Should have heard the property changed")
|
|
88
|
+
|
|
89
|
+
heard = false
|
|
90
|
+
assert_equal(callback, @observable.remove_listener(:property, callback), "remove_listener should return the callback")
|
|
91
|
+
|
|
92
|
+
count = 1
|
|
93
|
+
@observable.instance_eval do
|
|
94
|
+
count = notify_listeners(:property)
|
|
95
|
+
end
|
|
96
|
+
assert_equal(0, count, "notify_listeners should have returned the number of listeners that were notified")
|
|
97
|
+
assert(!heard, "Should not have heard the property change")
|
|
98
|
+
end
|
|
99
|
+
end
|
|
100
|
+
end
|
|
101
|
+
end
|
|
102
|
+
end
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# Author:: Nathaniel Talbott.
|
|
2
|
+
# Copyright:: Copyright (c) 2000-2002 Nathaniel Talbott. All rights reserved.
|
|
3
|
+
# License:: Ruby license.
|
|
4
|
+
|
|
5
|
+
require 'test/unit'
|
|
6
|
+
require 'test/unit/util/procwrapper'
|
|
7
|
+
|
|
8
|
+
module Test
|
|
9
|
+
module Unit
|
|
10
|
+
module Util
|
|
11
|
+
class TC_ProcWrapper < TestCase
|
|
12
|
+
def munge_proc(&a_proc)
|
|
13
|
+
return a_proc
|
|
14
|
+
end
|
|
15
|
+
def setup
|
|
16
|
+
@original = proc {}
|
|
17
|
+
@munged = munge_proc(&@original)
|
|
18
|
+
@wrapped_original = ProcWrapper.new(@original)
|
|
19
|
+
@wrapped_munged = ProcWrapper.new(@munged)
|
|
20
|
+
end
|
|
21
|
+
def test_wrapping
|
|
22
|
+
assert_same(@original, @wrapped_original.to_proc, "The wrapper should return what was wrapped")
|
|
23
|
+
end
|
|
24
|
+
def test_hashing
|
|
25
|
+
|
|
26
|
+
assert_equal(@wrapped_original.hash, @wrapped_munged.hash, "The original and munged should have the same hash when wrapped")
|
|
27
|
+
assert_equal(@wrapped_original, @wrapped_munged, "The wrappers should be equivalent")
|
|
28
|
+
|
|
29
|
+
a_hash = {@wrapped_original => @original}
|
|
30
|
+
assert(a_hash[@wrapped_original], "Should be able to access the wrapper in the hash")
|
|
31
|
+
assert_equal(a_hash[@wrapped_original], @original, "Should be able to access the wrapper in the hash")
|
|
32
|
+
end
|
|
33
|
+
end
|
|
34
|
+
end
|
|
35
|
+
end
|
|
36
|
+
end
|
data/test/run-test.rb
CHANGED
|
@@ -10,16 +10,12 @@ if system("which make > /dev/null")
|
|
|
10
10
|
system("cd #{top.dump} && make > /dev/null") or exit(1)
|
|
11
11
|
end
|
|
12
12
|
|
|
13
|
-
$LOAD_PATH.unshift(File.join(top, "
|
|
14
|
-
$LOAD_PATH.unshift(File.join(top, "
|
|
13
|
+
$LOAD_PATH.unshift(File.join(top, "ext", "glib2"))
|
|
14
|
+
$LOAD_PATH.unshift(File.join(top, "lib"))
|
|
15
15
|
|
|
16
16
|
$LOAD_PATH.unshift(base)
|
|
17
17
|
require 'glib-test-utils'
|
|
18
18
|
|
|
19
19
|
require 'glib2'
|
|
20
20
|
|
|
21
|
-
if !defined?(Test::Unit::AutoRunner)
|
|
22
|
-
require 'test-unit'
|
|
23
|
-
end
|
|
24
|
-
|
|
25
21
|
exit Test::Unit::AutoRunner.run(true, base)
|
metadata
CHANGED
|
@@ -1,128 +1,238 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: glib2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 371
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
|
-
-
|
|
9
|
-
-
|
|
10
|
-
version: 0.
|
|
8
|
+
- 90
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.90.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
|
-
-
|
|
13
|
+
- The Ruby-GNOME2 Proejct Team
|
|
14
14
|
autorequire:
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2010-
|
|
18
|
+
date: 2010-09-27 00:00:00 +09:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies: []
|
|
21
21
|
|
|
22
22
|
description: Ruby/GLib2 is a Ruby binding of GLib-2.x.
|
|
23
|
-
email:
|
|
23
|
+
email: ruby-gnome2-devel-en@lists.sourceforge.net
|
|
24
24
|
executables: []
|
|
25
25
|
|
|
26
26
|
extensions:
|
|
27
|
-
- extconf.rb
|
|
28
|
-
extra_rdoc_files:
|
|
29
|
-
|
|
27
|
+
- ext/glib2/extconf.rb
|
|
28
|
+
extra_rdoc_files: []
|
|
29
|
+
|
|
30
30
|
files:
|
|
31
31
|
- ChangeLog
|
|
32
32
|
- README
|
|
33
33
|
- Rakefile
|
|
34
34
|
- extconf.rb
|
|
35
|
-
-
|
|
36
|
-
-
|
|
37
|
-
-
|
|
38
|
-
-
|
|
39
|
-
-
|
|
40
|
-
-
|
|
41
|
-
-
|
|
42
|
-
-
|
|
43
|
-
-
|
|
44
|
-
-
|
|
45
|
-
-
|
|
46
|
-
-
|
|
47
|
-
-
|
|
48
|
-
-
|
|
49
|
-
-
|
|
50
|
-
-
|
|
51
|
-
-
|
|
52
|
-
-
|
|
53
|
-
-
|
|
54
|
-
-
|
|
55
|
-
-
|
|
56
|
-
-
|
|
57
|
-
-
|
|
58
|
-
-
|
|
59
|
-
-
|
|
60
|
-
-
|
|
61
|
-
-
|
|
62
|
-
-
|
|
63
|
-
-
|
|
64
|
-
-
|
|
65
|
-
-
|
|
66
|
-
-
|
|
67
|
-
-
|
|
68
|
-
-
|
|
69
|
-
-
|
|
70
|
-
-
|
|
71
|
-
-
|
|
72
|
-
-
|
|
73
|
-
-
|
|
74
|
-
-
|
|
75
|
-
-
|
|
76
|
-
-
|
|
77
|
-
-
|
|
78
|
-
-
|
|
79
|
-
-
|
|
80
|
-
-
|
|
81
|
-
-
|
|
82
|
-
-
|
|
83
|
-
-
|
|
84
|
-
-
|
|
85
|
-
-
|
|
86
|
-
-
|
|
87
|
-
-
|
|
88
|
-
-
|
|
89
|
-
-
|
|
35
|
+
- lib/gnome2-win32-binary-downloader.rb
|
|
36
|
+
- lib/glib2.rb
|
|
37
|
+
- lib/mkmf-gnome2.rb
|
|
38
|
+
- lib/glib-mkenums.rb
|
|
39
|
+
- ext/glib2/rbglib_timer.c
|
|
40
|
+
- ext/glib2/rbglib_completion.c
|
|
41
|
+
- ext/glib2/rbgobj_param.c
|
|
42
|
+
- ext/glib2/rbgobj_valuearray.c
|
|
43
|
+
- ext/glib2/rbglib_threads.c
|
|
44
|
+
- ext/glib2/rbgobj_value.c
|
|
45
|
+
- ext/glib2/rbglib_fileutils.c
|
|
46
|
+
- ext/glib2/rbglib.c
|
|
47
|
+
- ext/glib2/rbglib_iochannel.c
|
|
48
|
+
- ext/glib2/rbgobj_type.c
|
|
49
|
+
- ext/glib2/rbgobj_typeplugin.c
|
|
50
|
+
- ext/glib2/rbglib.h
|
|
51
|
+
- ext/glib2/rbgobj_convert.c
|
|
52
|
+
- ext/glib2/rbgobj_strv.c
|
|
53
|
+
- ext/glib2/rbglib_messages.c
|
|
54
|
+
- ext/glib2/rbgutil.c
|
|
55
|
+
- ext/glib2/rbglib_maincontext.c
|
|
56
|
+
- ext/glib2/rbgobj_object.c
|
|
57
|
+
- ext/glib2/rbgobj_typeinstance.c
|
|
58
|
+
- ext/glib2/rbglib_error.c
|
|
59
|
+
- ext/glib2/rbgobj_paramspecs.c
|
|
60
|
+
- ext/glib2/rbgutil_callback.c
|
|
61
|
+
- ext/glib2/rbgobj_typemodule.c
|
|
62
|
+
- ext/glib2/rbglib_utils.c
|
|
63
|
+
- ext/glib2/rbglib_mainloop.c
|
|
64
|
+
- ext/glib2/extconf.rb
|
|
65
|
+
- ext/glib2/rbgobj_enums.c
|
|
66
|
+
- ext/glib2/rbglib_win32.c
|
|
67
|
+
- ext/glib2/rbglib_int64.c
|
|
68
|
+
- ext/glib2/glib2.def
|
|
69
|
+
- ext/glib2/rbgobj_fundamental.c
|
|
70
|
+
- ext/glib2/rbgcompat.h
|
|
71
|
+
- ext/glib2/rbgobj_closure.c
|
|
72
|
+
- ext/glib2/rbgobject.c
|
|
73
|
+
- ext/glib2/rbgobj_boxed.c
|
|
74
|
+
- ext/glib2/rbglib_shell.c
|
|
75
|
+
- ext/glib2/rbgobject.h
|
|
76
|
+
- ext/glib2/rbgobj_typeinterface.c
|
|
77
|
+
- ext/glib2/rbglib_convert.c
|
|
78
|
+
- ext/glib2/rbglib_keyfile.c
|
|
79
|
+
- ext/glib2/rbgobj_valuetypes.c
|
|
80
|
+
- ext/glib2/rbglib_i18n.c
|
|
81
|
+
- ext/glib2/rbglib_unicode.c
|
|
82
|
+
- ext/glib2/depend
|
|
83
|
+
- ext/glib2/rbgprivate.h
|
|
84
|
+
- ext/glib2/rbglib_pollfd.c
|
|
85
|
+
- ext/glib2/rbgutil.h
|
|
86
|
+
- ext/glib2/rbglib_bookmarkfile.c
|
|
87
|
+
- ext/glib2/rbglib_source.c
|
|
88
|
+
- ext/glib2/rbgobj_signal.c
|
|
89
|
+
- ext/glib2/rbglib_spawn.c
|
|
90
|
+
- sample/timeout2.rb
|
|
90
91
|
- sample/completion.rb
|
|
92
|
+
- sample/utils.rb
|
|
93
|
+
- sample/timeout.rb
|
|
91
94
|
- sample/idle.rb
|
|
92
|
-
- sample/
|
|
95
|
+
- sample/bookmarkfile.rb
|
|
93
96
|
- sample/keyfile.rb
|
|
94
97
|
- sample/shell.rb
|
|
95
|
-
- sample/spawn.rb
|
|
96
|
-
- sample/timeout.rb
|
|
97
|
-
- sample/timeout2.rb
|
|
98
98
|
- sample/timer.rb
|
|
99
|
-
- sample/
|
|
99
|
+
- sample/iochannel.rb
|
|
100
100
|
- sample/type-register2.rb
|
|
101
|
-
- sample/
|
|
102
|
-
-
|
|
103
|
-
- test/
|
|
104
|
-
- test/run-test.rb
|
|
101
|
+
- sample/spawn.rb
|
|
102
|
+
- sample/type-register.rb
|
|
103
|
+
- test/test_mkenums.rb
|
|
105
104
|
- test/test_enum.rb
|
|
106
105
|
- test/test_file_utils.rb
|
|
107
|
-
- test/test_glib2.rb
|
|
108
|
-
- test/test_iochannel.rb
|
|
109
106
|
- test/test_key_file.rb
|
|
110
|
-
- test/
|
|
107
|
+
- test/glib-test-utils.rb
|
|
108
|
+
- test/run-test.rb
|
|
109
|
+
- test/test_win32.rb
|
|
111
110
|
- test/test_signal.rb
|
|
111
|
+
- test/test_glib2.rb
|
|
112
112
|
- test/test_timeout.rb
|
|
113
|
-
- test/test_unicode.rb
|
|
114
113
|
- test/test_utils.rb
|
|
115
|
-
- test/
|
|
114
|
+
- test/test_unicode.rb
|
|
115
|
+
- test/test_iochannel.rb
|
|
116
|
+
- test/glib-test-init.rb
|
|
117
|
+
- test-unit/Manifest.txt
|
|
118
|
+
- test-unit/TODO
|
|
119
|
+
- test-unit/html/rubyforge.png
|
|
120
|
+
- test-unit/html/test-unit.css
|
|
121
|
+
- test-unit/html/reference.png
|
|
122
|
+
- test-unit/html/tutorial.svg
|
|
123
|
+
- test-unit/html/jp.png
|
|
124
|
+
- test-unit/html/tango-logo.png
|
|
125
|
+
- test-unit/html/install.svg
|
|
126
|
+
- test-unit/html/heading-mark.png
|
|
127
|
+
- test-unit/html/developer.svg
|
|
128
|
+
- test-unit/html/kinotan-failure.png
|
|
129
|
+
- test-unit/html/developer.png
|
|
130
|
+
- test-unit/html/heading-mark.svg
|
|
131
|
+
- test-unit/html/logo.png
|
|
132
|
+
- test-unit/html/tutorial.png
|
|
133
|
+
- test-unit/html/us.png
|
|
134
|
+
- test-unit/html/bar.svg
|
|
135
|
+
- test-unit/html/index.html
|
|
136
|
+
- test-unit/html/index.html.ja
|
|
137
|
+
- test-unit/html/bar.png
|
|
138
|
+
- test-unit/html/favicon.svg
|
|
139
|
+
- test-unit/html/favicon.png
|
|
140
|
+
- test-unit/html/favicon.ico
|
|
141
|
+
- test-unit/html/install.png
|
|
142
|
+
- test-unit/html/kinotan-pass.png
|
|
143
|
+
- test-unit/html/logo.svg
|
|
144
|
+
- test-unit/html/famfamfam-logo.png
|
|
145
|
+
- test-unit/History.txt
|
|
146
|
+
- test-unit/README.txt
|
|
147
|
+
- test-unit/images/color-diff.png
|
|
148
|
+
- test-unit/COPYING
|
|
149
|
+
- test-unit/lib/test/unit.rb
|
|
150
|
+
- test-unit/lib/test/unit/attribute.rb
|
|
151
|
+
- test-unit/lib/test/unit/color.rb
|
|
152
|
+
- test-unit/lib/test/unit/version.rb
|
|
153
|
+
- test-unit/lib/test/unit/runner/emacs.rb
|
|
154
|
+
- test-unit/lib/test/unit/runner/console.rb
|
|
155
|
+
- test-unit/lib/test/unit/runner/tap.rb
|
|
156
|
+
- test-unit/lib/test/unit/ui/testrunnerutilities.rb
|
|
157
|
+
- test-unit/lib/test/unit/ui/emacs/testrunner.rb
|
|
158
|
+
- test-unit/lib/test/unit/ui/testrunner.rb
|
|
159
|
+
- test-unit/lib/test/unit/ui/tap/testrunner.rb
|
|
160
|
+
- test-unit/lib/test/unit/ui/console/outputlevel.rb
|
|
161
|
+
- test-unit/lib/test/unit/ui/console/testrunner.rb
|
|
162
|
+
- test-unit/lib/test/unit/ui/testrunnermediator.rb
|
|
163
|
+
- test-unit/lib/test/unit/assertionfailederror.rb
|
|
164
|
+
- test-unit/lib/test/unit/failure.rb
|
|
165
|
+
- test-unit/lib/test/unit/autorunner.rb
|
|
166
|
+
- test-unit/lib/test/unit/exceptionhandler.rb
|
|
167
|
+
- test-unit/lib/test/unit/assertions.rb
|
|
168
|
+
- test-unit/lib/test/unit/error.rb
|
|
169
|
+
- test-unit/lib/test/unit/omission.rb
|
|
170
|
+
- test-unit/lib/test/unit/fixture.rb
|
|
171
|
+
- test-unit/lib/test/unit/collector/descendant.rb
|
|
172
|
+
- test-unit/lib/test/unit/collector/load.rb
|
|
173
|
+
- test-unit/lib/test/unit/collector/dir.rb
|
|
174
|
+
- test-unit/lib/test/unit/collector/objectspace.rb
|
|
175
|
+
- test-unit/lib/test/unit/color-scheme.rb
|
|
176
|
+
- test-unit/lib/test/unit/testcase.rb
|
|
177
|
+
- test-unit/lib/test/unit/util/method-owner-finder.rb
|
|
178
|
+
- test-unit/lib/test/unit/util/output.rb
|
|
179
|
+
- test-unit/lib/test/unit/util/procwrapper.rb
|
|
180
|
+
- test-unit/lib/test/unit/util/observable.rb
|
|
181
|
+
- test-unit/lib/test/unit/util/backtracefilter.rb
|
|
182
|
+
- test-unit/lib/test/unit/pending.rb
|
|
183
|
+
- test-unit/lib/test/unit/testresult.rb
|
|
184
|
+
- test-unit/lib/test/unit/collector.rb
|
|
185
|
+
- test-unit/lib/test/unit/diff.rb
|
|
186
|
+
- test-unit/lib/test/unit/priority.rb
|
|
187
|
+
- test-unit/lib/test/unit/notification.rb
|
|
188
|
+
- test-unit/lib/test/unit/testsuite.rb
|
|
189
|
+
- test-unit/bin/testrb
|
|
190
|
+
- test-unit/sample/test_subtracter.rb
|
|
191
|
+
- test-unit/sample/subtracter.rb
|
|
192
|
+
- test-unit/sample/test_user.rb
|
|
193
|
+
- test-unit/sample/test_adder.rb
|
|
194
|
+
- test-unit/sample/adder.rb
|
|
195
|
+
- test-unit/Rakefile
|
|
196
|
+
- test-unit/PSFL
|
|
197
|
+
- test-unit/GPL
|
|
198
|
+
- test-unit/test/testunit-test-util.rb
|
|
199
|
+
- test-unit/test/test-testcase.rb
|
|
200
|
+
- test-unit/test/ui/test_testrunmediator.rb
|
|
201
|
+
- test-unit/test/ui/test_tap.rb
|
|
202
|
+
- test-unit/test/test_testresult.rb
|
|
203
|
+
- test-unit/test/test-pending.rb
|
|
204
|
+
- test-unit/test/test-emacs-runner.rb
|
|
205
|
+
- test-unit/test/test-fixture.rb
|
|
206
|
+
- test-unit/test/test-attribute.rb
|
|
207
|
+
- test-unit/test/test_failure.rb
|
|
208
|
+
- test-unit/test/test_testsuite.rb
|
|
209
|
+
- test-unit/test/collector/test_objectspace.rb
|
|
210
|
+
- test-unit/test/collector/test-descendant.rb
|
|
211
|
+
- test-unit/test/collector/test_dir.rb
|
|
212
|
+
- test-unit/test/collector/test-load.rb
|
|
213
|
+
- test-unit/test/run-test.rb
|
|
214
|
+
- test-unit/test/test-priority.rb
|
|
215
|
+
- test-unit/test/util/test_backtracefilter.rb
|
|
216
|
+
- test-unit/test/util/test_observable.rb
|
|
217
|
+
- test-unit/test/util/test_procwrapper.rb
|
|
218
|
+
- test-unit/test/util/test-method-owner-finder.rb
|
|
219
|
+
- test-unit/test/util/test-output.rb
|
|
220
|
+
- test-unit/test/test_error.rb
|
|
221
|
+
- test-unit/test/test-diff.rb
|
|
222
|
+
- test-unit/test/test-notification.rb
|
|
223
|
+
- test-unit/test/test-color-scheme.rb
|
|
224
|
+
- test-unit/test/test-omission.rb
|
|
225
|
+
- test-unit/test/test-color.rb
|
|
226
|
+
- test-unit/test/test_assertions.rb
|
|
116
227
|
has_rdoc: true
|
|
117
228
|
homepage: http://ruby-gnome2.sourceforge.jp/
|
|
118
229
|
licenses: []
|
|
119
230
|
|
|
120
231
|
post_install_message:
|
|
121
|
-
rdoc_options:
|
|
122
|
-
|
|
123
|
-
- README
|
|
232
|
+
rdoc_options: []
|
|
233
|
+
|
|
124
234
|
require_paths:
|
|
125
|
-
-
|
|
235
|
+
- lib
|
|
126
236
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
127
237
|
none: false
|
|
128
238
|
requirements:
|
|
@@ -143,23 +253,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
143
253
|
version: "0"
|
|
144
254
|
requirements: []
|
|
145
255
|
|
|
146
|
-
rubyforge_project:
|
|
256
|
+
rubyforge_project:
|
|
147
257
|
rubygems_version: 1.3.7
|
|
148
258
|
signing_key:
|
|
149
259
|
specification_version: 3
|
|
150
|
-
summary: Ruby
|
|
151
|
-
test_files:
|
|
152
|
-
|
|
153
|
-
- test/glib-test-utils.rb
|
|
154
|
-
- test/run-test.rb
|
|
155
|
-
- test/test_enum.rb
|
|
156
|
-
- test/test_file_utils.rb
|
|
157
|
-
- test/test_glib2.rb
|
|
158
|
-
- test/test_iochannel.rb
|
|
159
|
-
- test/test_key_file.rb
|
|
160
|
-
- test/test_mkenums.rb
|
|
161
|
-
- test/test_signal.rb
|
|
162
|
-
- test/test_timeout.rb
|
|
163
|
-
- test/test_unicode.rb
|
|
164
|
-
- test/test_utils.rb
|
|
165
|
-
- test/test_win32.rb
|
|
260
|
+
summary: Ruby/GLib2 is a Ruby binding of GLib-2.x.
|
|
261
|
+
test_files: []
|
|
262
|
+
|