--- !ruby/object:Gem::Specification name: blather version: !ruby/object:Gem::Version version: 0.2.1 platform: ruby authors: - Jeff Smick autorequire: bindir: bin cert_chain: [] date: 2008-12-21 00:00:00 -08: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" version: - !ruby/object:Gem::Dependency name: libxml-ruby type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.9.7 version: - !ruby/object:Gem::Dependency name: echoe type: :development version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: description: An evented XMPP library written on EventMachine and libxml-ruby email: sprsquish@gmail.com executables: [] extensions: [] extra_rdoc_files: - CHANGELOG - lib/autotest/discover.rb - lib/autotest/spec.rb - lib/blather/core_ext/active_support.rb - lib/blather/core_ext/libxml.rb - lib/blather/errors.rb - lib/blather/jid.rb - lib/blather/roster.rb - lib/blather/roster_item.rb - lib/blather/stanza/error.rb - lib/blather/stanza/iq/query.rb - lib/blather/stanza/iq/roster.rb - lib/blather/stanza/iq.rb - lib/blather/stanza/message.rb - lib/blather/stanza/presence/status.rb - lib/blather/stanza/presence/subscription.rb - lib/blather/stanza/presence.rb - lib/blather/stanza.rb - lib/blather/stream/parser.rb - lib/blather/stream/resource.rb - lib/blather/stream/sasl.rb - lib/blather/stream/session.rb - lib/blather/stream/tls.rb - lib/blather/stream.rb - lib/blather/xmpp_node.rb - lib/blather.rb - LICENSE - README.rdoc files: - CHANGELOG - examples/drb_client.rb - examples/echo.rb - lib/autotest/discover.rb - lib/autotest/spec.rb - lib/blather/core_ext/active_support.rb - lib/blather/core_ext/libxml.rb - lib/blather/errors.rb - lib/blather/jid.rb - lib/blather/roster.rb - lib/blather/roster_item.rb - lib/blather/stanza/error.rb - lib/blather/stanza/iq/query.rb - lib/blather/stanza/iq/roster.rb - lib/blather/stanza/iq.rb - lib/blather/stanza/message.rb - lib/blather/stanza/presence/status.rb - lib/blather/stanza/presence/subscription.rb - lib/blather/stanza/presence.rb - lib/blather/stanza.rb - lib/blather/stream/parser.rb - lib/blather/stream/resource.rb - lib/blather/stream/sasl.rb - lib/blather/stream/session.rb - lib/blather/stream/tls.rb - lib/blather/stream.rb - lib/blather/xmpp_node.rb - lib/blather.rb - LICENSE - Manifest - Rakefile - README.rdoc - spec/blather/jid_spec.rb - spec/blather/roster_item_spec.rb - spec/blather/roster_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_spec.rb - spec/blather/xmpp_node_spec.rb - spec/build_safe.rb - spec/spec_helper.rb - blather.gemspec has_rdoc: true homepage: http://github.com/sprsquish/blather/tree/master post_install_message: rdoc_options: - --line-numbers - --inline-source - --title - Blather - --main - README.rdoc - -S - -T - hanna - --main - README.rdoc - --exclude - autotest 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: "1.2" version: requirements: [] rubyforge_project: squishtech rubygems_version: 1.3.1 signing_key: specification_version: 2 summary: An evented XMPP library written on EventMachine and libxml-ruby test_files: - spec/blather/jid_spec.rb - spec/blather/roster_item_spec.rb - spec/blather/roster_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_spec.rb - spec/blather/xmpp_node_spec.rb