yong-ruby-dbus 0.2.1

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.
metadata ADDED
@@ -0,0 +1,86 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: yong-ruby-dbus
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.2.1
5
+ platform: ruby
6
+ authors:
7
+ - Ruby DBUS Team
8
+ autorequire: dbus
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-03-26 00:00:00 -07:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description:
17
+ email: http://trac.luon.net
18
+ executables: []
19
+
20
+ extensions: []
21
+
22
+ extra_rdoc_files:
23
+ - ChangeLog
24
+ - COPYING
25
+ - README
26
+ - NEWS
27
+ files:
28
+ - examples/simple
29
+ - examples/simple/call_introspect.rb
30
+ - examples/service
31
+ - examples/service/call_service.rb
32
+ - examples/service/service_newapi.rb
33
+ - examples/gdbus
34
+ - examples/gdbus/gdbus.glade
35
+ - examples/gdbus/gdbus
36
+ - examples/gdbus/launch.sh
37
+ - examples/no-introspect
38
+ - examples/no-introspect/nm-test.rb
39
+ - examples/no-introspect/tracker-test.rb
40
+ - examples/rhythmbox
41
+ - examples/rhythmbox/playpause.rb
42
+ - examples/utils
43
+ - examples/utils/listnames.rb
44
+ - examples/utils/notify.rb
45
+ - lib/dbus
46
+ - lib/dbus/message.rb
47
+ - lib/dbus/auth.rb
48
+ - lib/dbus/marshall.rb
49
+ - lib/dbus/export.rb
50
+ - lib/dbus/type.rb
51
+ - lib/dbus/introspect.rb
52
+ - lib/dbus/matchrule.rb
53
+ - lib/dbus/bus.rb
54
+ - lib/dbus.rb
55
+ - ChangeLog
56
+ - COPYING
57
+ - README
58
+ - NEWS
59
+ has_rdoc: true
60
+ homepage: http://trac.luon.net/data/ruby-dbus/
61
+ post_install_message:
62
+ rdoc_options: []
63
+
64
+ require_paths:
65
+ - lib
66
+ required_ruby_version: !ruby/object:Gem::Requirement
67
+ requirements:
68
+ - - ">="
69
+ - !ruby/object:Gem::Version
70
+ version: "0"
71
+ version:
72
+ required_rubygems_version: !ruby/object:Gem::Requirement
73
+ requirements:
74
+ - - ">="
75
+ - !ruby/object:Gem::Version
76
+ version: "0"
77
+ version:
78
+ requirements: []
79
+
80
+ rubyforge_project:
81
+ rubygems_version: 1.2.0
82
+ signing_key:
83
+ specification_version: 2
84
+ summary: Ruby module for interaction with dbus
85
+ test_files: []
86
+