--- !ruby/object:Gem::Specification name: blather version: !ruby/object:Gem::Version version: 0.3.4 platform: ruby authors: - Jeff Smick autorequire: bindir: bin cert_chain: [] date: 2009-05-22 00:00:00 -07:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: eventmachine type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.12.6 version: - !ruby/object:Gem::Dependency name: libxml-ruby type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.1.2 version: description: An evented XMPP library written on EventMachine and libxml-ruby email: sprsquish@gmail.com executables: [] extensions: - Rakefile extra_rdoc_files: - LICENSE - README.rdoc files: - examples/drb_client.rb - examples/echo.rb - examples/execute.rb - examples/ping_pong.rb - examples/print_heirarchy.rb - ext/extconf.rb - ext/push_parser.c - lib/blather.rb - lib/blather/client.rb - lib/blather/client/client.rb - lib/blather/client/dsl.rb - lib/blather/core_ext/active_support.rb - lib/blather/core_ext/libxml.rb - lib/blather/errors.rb - lib/blather/errors/sasl_error.rb - lib/blather/errors/stanza_error.rb - lib/blather/errors/stream_error.rb - lib/blather/jid.rb - lib/blather/roster.rb - lib/blather/roster_item.rb - lib/blather/stanza.rb - lib/blather/stanza/disco.rb - lib/blather/stanza/disco/disco_info.rb - lib/blather/stanza/disco/disco_items.rb - lib/blather/stanza/iq.rb - lib/blather/stanza/iq/query.rb - lib/blather/stanza/iq/roster.rb - lib/blather/stanza/message.rb - lib/blather/stanza/presence.rb - lib/blather/stanza/presence/status.rb - lib/blather/stanza/presence/subscription.rb - lib/blather/stream.rb - lib/blather/stream/client.rb - lib/blather/stream/component.rb - lib/blather/stream/parser.rb - lib/blather/stream/resource.rb - lib/blather/stream/sasl.rb - lib/blather/stream/session.rb - lib/blather/stream/stream_handler.rb - lib/blather/stream/tls.rb - lib/blather/xmpp_node.rb - LICENSE - README.rdoc has_rdoc: true homepage: http://github.com/sprsquish/blather licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: squishtech rubygems_version: 1.3.3 signing_key: specification_version: 3 summary: Simpler XMPP test_files: - spec/blather/client/client_spec.rb - spec/blather/client/dsl_spec.rb - spec/blather/core_ext/libxml_spec.rb - spec/blather/errors/sasl_error_spec.rb - spec/blather/errors/stanza_error_spec.rb - spec/blather/errors/stream_error_spec.rb - spec/blather/errors_spec.rb - spec/blather/jid_spec.rb - spec/blather/roster_item_spec.rb - spec/blather/roster_spec.rb - spec/blather/stanza/discos/disco_info_spec.rb - spec/blather/stanza/discos/disco_items_spec.rb - spec/blather/stanza/iq/query_spec.rb - spec/blather/stanza/iq/roster_spec.rb - spec/blather/stanza/iq_spec.rb - spec/blather/stanza/message_spec.rb - spec/blather/stanza/presence/status_spec.rb - spec/blather/stanza/presence/subscription_spec.rb - spec/blather/stanza/presence_spec.rb - spec/blather/stanza_spec.rb - spec/blather/stream/client_spec.rb - spec/blather/stream/component_spec.rb - spec/blather/xmpp_node_spec.rb - spec/spec_helper.rb