# -*- encoding: utf-8 -*- # stub: blather 0.4.4 ruby lib Gem::Specification.new do |s| s.name = "blather".freeze s.version = "0.4.4".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-08-12" s.description = "An XMPP DSL for Ruby written on top of EventMachine and Nokogiri".freeze s.email = "sprsquish@gmail.com".freeze s.extra_rdoc_files = ["LICENSE".freeze, "README.rdoc".freeze] s.files = ["LICENSE".freeze, "README.rdoc".freeze, "examples/drb_client.rb".freeze, "examples/echo.rb".freeze, "examples/execute.rb".freeze, "examples/ping.rb".freeze, "examples/ping_pong.rb".freeze, "examples/pong.rb".freeze, "examples/print_heirarchy.rb".freeze, "examples/pubsub/cli.rb".freeze, "examples/pubsub/ping_pong.rb".freeze, "examples/rosterprint.rb".freeze, "examples/xmpp4r/echo.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/dsl/pubsub.rb".freeze, "lib/blather/core_ext/active_support.rb".freeze, "lib/blather/core_ext/active_support/inheritable_attributes.rb".freeze, "lib/blather/core_ext/nokogiri.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/create.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/publish.rb".freeze, "lib/blather/stanza/pubsub/retract.rb".freeze, "lib/blather/stanza/pubsub/subscribe.rb".freeze, "lib/blather/stanza/pubsub/subscription.rb".freeze, "lib/blather/stanza/pubsub/subscriptions.rb".freeze, "lib/blather/stanza/pubsub/unsubscribe.rb".freeze, "lib/blather/stanza/pubsub_owner.rb".freeze, "lib/blather/stanza/pubsub_owner/delete.rb".freeze, "lib/blather/stanza/pubsub_owner/purge.rb".freeze, "lib/blather/stream.rb".freeze, "lib/blather/stream/client.rb".freeze, "lib/blather/stream/component.rb".freeze, "lib/blather/stream/features.rb".freeze, "lib/blather/stream/features/resource.rb".freeze, "lib/blather/stream/features/sasl.rb".freeze, "lib/blather/stream/features/session.rb".freeze, "lib/blather/stream/features/tls.rb".freeze, "lib/blather/stream/parser.rb".freeze, "lib/blather/xmpp_node.rb".freeze, "spec/blather/client/client_spec.rb".freeze, "spec/blather/client/dsl/pubsub_spec.rb".freeze, "spec/blather/client/dsl_spec.rb".freeze, "spec/blather/core_ext/nokogiri_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/create_spec.rb".freeze, "spec/blather/stanza/pubsub/event_spec.rb".freeze, "spec/blather/stanza/pubsub/items_spec.rb".freeze, "spec/blather/stanza/pubsub/publish_spec.rb".freeze, "spec/blather/stanza/pubsub/retract_spec.rb".freeze, "spec/blather/stanza/pubsub/subscribe_spec.rb".freeze, "spec/blather/stanza/pubsub/subscription_spec.rb".freeze, "spec/blather/stanza/pubsub/subscriptions_spec.rb".freeze, "spec/blather/stanza/pubsub/unsubscribe_spec.rb".freeze, "spec/blather/stanza/pubsub_owner/delete_spec.rb".freeze, "spec/blather/stanza/pubsub_owner/purge_spec.rb".freeze, "spec/blather/stanza/pubsub_owner_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/stream/parser_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 = "Simpler XMPP built for speed".freeze s.test_files = ["spec/blather/client/client_spec.rb".freeze, "spec/blather/client/dsl/pubsub_spec.rb".freeze, "spec/blather/client/dsl_spec.rb".freeze, "spec/blather/core_ext/nokogiri_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/create_spec.rb".freeze, "spec/blather/stanza/pubsub/event_spec.rb".freeze, "spec/blather/stanza/pubsub/items_spec.rb".freeze, "spec/blather/stanza/pubsub/publish_spec.rb".freeze, "spec/blather/stanza/pubsub/retract_spec.rb".freeze, "spec/blather/stanza/pubsub/subscribe_spec.rb".freeze, "spec/blather/stanza/pubsub/subscription_spec.rb".freeze, "spec/blather/stanza/pubsub/subscriptions_spec.rb".freeze, "spec/blather/stanza/pubsub/unsubscribe_spec.rb".freeze, "spec/blather/stanza/pubsub_owner/delete_spec.rb".freeze, "spec/blather/stanza/pubsub_owner/purge_spec.rb".freeze, "spec/blather/stanza/pubsub_owner_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/stream/parser_spec.rb".freeze, "spec/blather/xmpp_node_spec.rb".freeze, "spec/fixtures/pubsub.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0.12.6".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.3.2".freeze]) end