--- !ruby/object:Gem::Specification name: blather version: !ruby/object:Gem::Version version: "0.1" platform: ruby authors: - Jeff Smick autorequire: bindir: bin cert_chain: [] date: 2008-11-27 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 type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.0.11 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/callback.rb - lib/blather/client.rb - lib/blather/core/errors.rb - lib/blather/core/jid.rb - lib/blather/core/roster.rb - lib/blather/core/roster_item.rb - lib/blather/core/stanza/iq/query.rb - lib/blather/core/stanza/iq/roster.rb - lib/blather/core/stanza/iq.rb - lib/blather/core/stanza/message.rb - lib/blather/core/stanza/presence/status.rb - lib/blather/core/stanza/presence/subscription.rb - lib/blather/core/stanza/presence.rb - lib/blather/core/stanza.rb - lib/blather/core/stream/parser.rb - lib/blather/core/stream/resource.rb - lib/blather/core/stream/sasl.rb - lib/blather/core/stream/session.rb - lib/blather/core/stream/tls.rb - lib/blather/core/stream.rb - lib/blather/core/sugar.rb - lib/blather/core/xmpp_node.rb - lib/blather/extensions/last_activity.rb - lib/blather/extensions/version.rb - lib/blather/extensions.rb - lib/blather.rb - LICENSE - README.rdoc files: - CHANGELOG - examples/echo.rb - examples/shell_client.rb - lib/autotest/discover.rb - lib/autotest/spec.rb - lib/blather/callback.rb - lib/blather/client.rb - lib/blather/core/errors.rb - lib/blather/core/jid.rb - lib/blather/core/roster.rb - lib/blather/core/roster_item.rb - lib/blather/core/stanza/iq/query.rb - lib/blather/core/stanza/iq/roster.rb - lib/blather/core/stanza/iq.rb - lib/blather/core/stanza/message.rb - lib/blather/core/stanza/presence/status.rb - lib/blather/core/stanza/presence/subscription.rb - lib/blather/core/stanza/presence.rb - lib/blather/core/stanza.rb - lib/blather/core/stream/parser.rb - lib/blather/core/stream/resource.rb - lib/blather/core/stream/sasl.rb - lib/blather/core/stream/session.rb - lib/blather/core/stream/tls.rb - lib/blather/core/stream.rb - lib/blather/core/sugar.rb - lib/blather/core/xmpp_node.rb - lib/blather/extensions/last_activity.rb - lib/blather/extensions/version.rb - lib/blather/extensions.rb - lib/blather.rb - LICENSE - Rakefile - README.rdoc - spec/blather/core/jid_spec.rb - spec/blather/core/roster_item_spec.rb - spec/blather/core/roster_spec.rb - spec/blather/core/stanza_spec.rb - spec/blather/core/stream_spec.rb - spec/blather/core/xmpp_node_spec.rb - spec/build_safe.rb - spec/spec_helper.rb - Manifest - blather.gemspec has_rdoc: true homepage: "" 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/core/jid_spec.rb - spec/blather/core/roster_item_spec.rb - spec/blather/core/roster_spec.rb - spec/blather/core/stanza_spec.rb - spec/blather/core/stream_spec.rb - spec/blather/core/xmpp_node_spec.rb