# -*- encoding: utf-8 -*- # stub: blather 0.2.2 ruby lib # stub: ext/extconf.rb Gem::Specification.new do |s| s.name = "blather".freeze s.version = "0.2.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Jeff Smick".freeze] s.date = "2009-05-05" s.description = "An evented XMPP library written on EventMachine and libxml-ruby".freeze s.email = "sprsquish@gmail.com".freeze s.extensions = ["ext/extconf.rb".freeze] s.extra_rdoc_files = ["LICENSE".freeze, "README.rdoc".freeze] s.files = ["LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION.yml".freeze, "examples/drb_client.rb".freeze, "examples/echo.rb".freeze, "examples/pubsub/cli.rb".freeze, "examples/pubsub/ping_pong.rb".freeze, "examples/pubsub/pubsub_dsl.rb".freeze, "examples/pubsub_client.rb".freeze, "examples/rosterprint.rb".freeze, "examples/xmpp4r/echo.rb".freeze, "ext/extconf.rb".freeze, "lib/autotest/discover.rb".freeze, "lib/autotest/spec.rb".freeze, "lib/blather.rb".freeze, "lib/blather/client.rb".freeze, "lib/blather/client/client.rb".freeze, "lib/blather/client/dsl.rb".freeze, "lib/blather/client/pubsub.rb".freeze, "lib/blather/client/pubsub/node.rb".freeze, "lib/blather/core_ext/active_support.rb".freeze, "lib/blather/core_ext/libxml.rb".freeze, "lib/blather/errors.rb".freeze, "lib/blather/errors/sasl_error.rb".freeze, "lib/blather/errors/stanza_error.rb".freeze, "lib/blather/errors/stream_error.rb".freeze, "lib/blather/jid.rb".freeze, "lib/blather/roster.rb".freeze, "lib/blather/roster_item.rb".freeze, "lib/blather/stanza.rb".freeze, "lib/blather/stanza/disco.rb".freeze, "lib/blather/stanza/disco/disco_info.rb".freeze, "lib/blather/stanza/disco/disco_items.rb".freeze, "lib/blather/stanza/iq.rb".freeze, "lib/blather/stanza/iq/query.rb".freeze, "lib/blather/stanza/iq/roster.rb".freeze, "lib/blather/stanza/message.rb".freeze, "lib/blather/stanza/presence.rb".freeze, "lib/blather/stanza/presence/status.rb".freeze, "lib/blather/stanza/presence/subscription.rb".freeze, "lib/blather/stanza/pubsub.rb".freeze, "lib/blather/stanza/pubsub/affiliations.rb".freeze, "lib/blather/stanza/pubsub/errors.rb".freeze, "lib/blather/stanza/pubsub/event.rb".freeze, "lib/blather/stanza/pubsub/items.rb".freeze, "lib/blather/stanza/pubsub/owner.rb".freeze, "lib/blather/stanza/pubsub/subscriptions.rb".freeze, "lib/blather/stream.rb".freeze, "lib/blather/stream/client.rb".freeze, "lib/blather/stream/component.rb".freeze, "lib/blather/stream/parser.rb".freeze, "lib/blather/stream/resource.rb".freeze, "lib/blather/stream/sasl.rb".freeze, "lib/blather/stream/session.rb".freeze, "lib/blather/stream/stream_handler.rb".freeze, "lib/blather/stream/tls.rb".freeze, "lib/blather/xmpp_node.rb".freeze, "spec/blather/core_ext/libxml_spec.rb".freeze, "spec/blather/errors/sasl_error_spec.rb".freeze, "spec/blather/errors/stanza_error_spec.rb".freeze, "spec/blather/errors/stream_error_spec.rb".freeze, "spec/blather/errors_spec.rb".freeze, "spec/blather/jid_spec.rb".freeze, "spec/blather/roster_item_spec.rb".freeze, "spec/blather/roster_spec.rb".freeze, "spec/blather/stanza/discos/disco_info_spec.rb".freeze, "spec/blather/stanza/discos/disco_items_spec.rb".freeze, "spec/blather/stanza/iq/query_spec.rb".freeze, "spec/blather/stanza/iq/roster_spec.rb".freeze, "spec/blather/stanza/iq_spec.rb".freeze, "spec/blather/stanza/message_spec.rb".freeze, "spec/blather/stanza/presence/status_spec.rb".freeze, "spec/blather/stanza/presence/subscription_spec.rb".freeze, "spec/blather/stanza/presence_spec.rb".freeze, "spec/blather/stanza/pubsub/affiliations_spec.rb".freeze, "spec/blather/stanza/pubsub/items_spec.rb".freeze, "spec/blather/stanza/pubsub/subscriptions_spec.rb".freeze, "spec/blather/stanza/pubsub_spec.rb".freeze, "spec/blather/stanza_spec.rb".freeze, "spec/blather/stream/client_spec.rb".freeze, "spec/blather/stream/component_spec.rb".freeze, "spec/blather/xmpp_node_spec.rb".freeze, "spec/fixtures/pubsub.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "http://github.com/sprsquish/blather".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "An evented XMPP library written on EventMachine and libxml-ruby".freeze s.test_files = ["spec/blather/core_ext/libxml_spec.rb".freeze, "spec/blather/errors/sasl_error_spec.rb".freeze, "spec/blather/errors/stanza_error_spec.rb".freeze, "spec/blather/errors/stream_error_spec.rb".freeze, "spec/blather/errors_spec.rb".freeze, "spec/blather/jid_spec.rb".freeze, "spec/blather/roster_item_spec.rb".freeze, "spec/blather/roster_spec.rb".freeze, "spec/blather/stanza/discos/disco_info_spec.rb".freeze, "spec/blather/stanza/discos/disco_items_spec.rb".freeze, "spec/blather/stanza/iq/query_spec.rb".freeze, "spec/blather/stanza/iq/roster_spec.rb".freeze, "spec/blather/stanza/iq_spec.rb".freeze, "spec/blather/stanza/message_spec.rb".freeze, "spec/blather/stanza/presence/status_spec.rb".freeze, "spec/blather/stanza/presence/subscription_spec.rb".freeze, "spec/blather/stanza/presence_spec.rb".freeze, "spec/blather/stanza/pubsub/affiliations_spec.rb".freeze, "spec/blather/stanza/pubsub/items_spec.rb".freeze, "spec/blather/stanza/pubsub/subscriptions_spec.rb".freeze, "spec/blather/stanza/pubsub_spec.rb".freeze, "spec/blather/stanza_spec.rb".freeze, "spec/blather/stream/client_spec.rb".freeze, "spec/blather/stream/component_spec.rb".freeze, "spec/blather/xmpp_node_spec.rb".freeze, "spec/fixtures/pubsub.rb".freeze, "spec/spec_helper.rb".freeze, "examples/drb_client.rb".freeze, "examples/echo.rb".freeze, "examples/pubsub/cli.rb".freeze, "examples/pubsub/ping_pong.rb".freeze, "examples/pubsub/pubsub_dsl.rb".freeze, "examples/pubsub_client.rb".freeze, "examples/rosterprint.rb".freeze, "examples/xmpp4r/echo.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0.12.6".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.1.3".freeze]) end