/usr/share/rubygems-integration/1.9.1/specifications/ruby-dbus-0.7.2.gemspec is in ruby-dbus 0.7.2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | # -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "ruby-dbus"
s.version = "0.7.2"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Ruby DBus Team"]
s.date = "2012-04-05"
s.email = "ruby-dbus-devel@lists.luon.net"
s.extra_rdoc_files = ["COPYING", "README", "NEWS"]
s.files = ["Rakefile", "VERSION", "doc/tutorial/index.markdown", "examples/gdbus/gdbus", "examples/gdbus/gdbus.glade", "examples/gdbus/launch.sh", "examples/no-introspect/nm-test.rb", "examples/no-introspect/tracker-test.rb", "examples/rhythmbox/playpause.rb", "examples/service/call_service.rb", "examples/service/service_newapi.rb", "examples/simple/call_introspect.rb", "examples/simple/properties.rb", "examples/utils/listnames.rb", "examples/utils/notify.rb", "lib/dbus.rb", "lib/dbus/auth.rb", "lib/dbus/bus.rb", "lib/dbus/error.rb", "lib/dbus/export.rb", "lib/dbus/introspect.rb", "lib/dbus/marshall.rb", "lib/dbus/matchrule.rb", "lib/dbus/message.rb", "lib/dbus/type.rb", "ruby-dbus.gemspec", "test/async_test.rb", "test/binding_test.rb", "test/bus_driver_test.rb", "test/bus_test.rb", "test/dbus-launch-simple", "test/dbus-limited-session.conf", "test/property_test.rb", "test/server_robustness_test.rb", "test/server_test.rb", "test/service_newapi.rb", "test/session_bus_test_manual.rb", "test/signal_test.rb", "test/t1", "test/t2.rb", "test/t3-ticket27.rb", "test/t5-report-dbus-interface.rb", "test/t6-loop.rb", "test/test_env", "test/test_server", "test/thread_safety_test.rb", "test/variant_test.rb", "COPYING", "README", "NEWS"]
s.homepage = "https://trac.luon.net/ruby-dbus"
s.licenses = ["LGPL v2.1"]
s.require_paths = ["lib"]
s.required_ruby_version = Gem::Requirement.new(">= 1.8.7")
s.rubygems_version = "1.8.23"
s.summary = "Ruby module for interaction with D-Bus"
if s.respond_to? :specification_version then
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
else
end
else
end
end
|