# -*- encoding: utf-8 -*-
# stub: ruby-dbus 0.10.0 ruby lib

Gem::Specification.new do |s|
  s.name = "ruby-dbus".freeze
  s.version = "0.10.0".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Ruby DBus Team".freeze]
  s.date = "2014-01-10"
  s.description = "Pure Ruby module for interaction with D-Bus IPC system".freeze
  s.email = "ruby-dbus-devel@lists.luon.net".freeze
  s.files = ["COPYING".freeze, "NEWS".freeze, "README.md".freeze, "Rakefile".freeze, "VERSION".freeze, "doc/Reference.md".freeze, "doc/Tutorial.md".freeze, "doc/ex-calling-methods.body.rb".freeze, "doc/ex-calling-methods.rb".freeze, "doc/ex-properties.body.rb".freeze, "doc/ex-properties.rb".freeze, "doc/ex-setup.rb".freeze, "doc/ex-signal.body.rb".freeze, "doc/ex-signal.rb".freeze, "doc/example-helper.rb".freeze, "examples/gdbus/gdbus".freeze, "examples/gdbus/gdbus.glade".freeze, "examples/gdbus/launch.sh".freeze, "examples/no-introspect/nm-test.rb".freeze, "examples/no-introspect/tracker-test.rb".freeze, "examples/rhythmbox/playpause.rb".freeze, "examples/service/call_service.rb".freeze, "examples/service/service_newapi.rb".freeze, "examples/simple/call_introspect.rb".freeze, "examples/simple/properties.rb".freeze, "examples/utils/listnames.rb".freeze, "examples/utils/notify.rb".freeze, "lib/dbus.rb".freeze, "lib/dbus/auth.rb".freeze, "lib/dbus/bus.rb".freeze, "lib/dbus/core_ext/array/extract_options.rb".freeze, "lib/dbus/core_ext/class/attribute.rb".freeze, "lib/dbus/core_ext/kernel/singleton_class.rb".freeze, "lib/dbus/core_ext/module/remove_method.rb".freeze, "lib/dbus/error.rb".freeze, "lib/dbus/export.rb".freeze, "lib/dbus/introspect.rb".freeze, "lib/dbus/logger.rb".freeze, "lib/dbus/marshall.rb".freeze, "lib/dbus/matchrule.rb".freeze, "lib/dbus/message.rb".freeze, "lib/dbus/type.rb".freeze, "lib/dbus/xml.rb".freeze, "ruby-dbus.gemspec".freeze, "test/async_test.rb".freeze, "test/binding_test.rb".freeze, "test/bus_and_xml_backend_test.rb".freeze, "test/bus_driver_test.rb".freeze, "test/bus_test.rb".freeze, "test/byte_array_test.rb".freeze, "test/err_msg_test.rb".freeze, "test/introspect_xml_parser_test.rb".freeze, "test/introspection_test.rb".freeze, "test/main_loop_test.rb".freeze, "test/property_test.rb".freeze, "test/server_robustness_test.rb".freeze, "test/server_test.rb".freeze, "test/service_newapi.rb".freeze, "test/session_bus_test_manual.rb".freeze, "test/signal_test.rb".freeze, "test/test_helper.rb".freeze, "test/thread_safety_test.rb".freeze, "test/tools/dbus-launch-simple".freeze, "test/tools/dbus-limited-session.conf".freeze, "test/tools/test_env".freeze, "test/tools/test_server".freeze, "test/type_test.rb".freeze, "test/value_test.rb".freeze, "test/variant_test.rb".freeze]
  s.homepage = "https://trac.luon.net/ruby-dbus".freeze
  s.licenses = ["LGPL v2.1".freeze]
  s.required_ruby_version = Gem::Requirement.new(">= 1.9.3".freeze)
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Ruby module for interaction with D-Bus".freeze

  s.specification_version = 4

  s.add_development_dependency(%q<packaging_rake_tasks>.freeze, [">= 0".freeze])
end