# -*- encoding: utf-8 -*- # stub: blather 0.2 ruby lib Gem::Specification.new do |s| s.name = "blather".freeze s.version = "0.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 1.2".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Jeff Smick".freeze] s.date = "2008-12-19" s.description = "An evented XMPP library written on EventMachine and libxml-ruby".freeze s.email = "sprsquish@gmail.com".freeze s.extra_rdoc_files = ["CHANGELOG".freeze, "lib/autotest/discover.rb".freeze, "lib/autotest/spec.rb".freeze, "lib/blather/errors.rb".freeze, "lib/blather/jid.rb".freeze, "lib/blather/roster.rb".freeze, "lib/blather/roster_item.rb".freeze, "lib/blather/stanza/error.rb".freeze, "lib/blather/stanza/iq/query.rb".freeze, "lib/blather/stanza/iq/roster.rb".freeze, "lib/blather/stanza/iq.rb".freeze, "lib/blather/stanza/message.rb".freeze, "lib/blather/stanza/presence/status.rb".freeze, "lib/blather/stanza/presence/subscription.rb".freeze, "lib/blather/stanza/presence.rb".freeze, "lib/blather/stanza.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/tls.rb".freeze, "lib/blather/stream.rb".freeze, "lib/blather/sugar.rb".freeze, "lib/blather/xmpp_node.rb".freeze, "lib/blather.rb".freeze, "LICENSE".freeze, "README.rdoc".freeze] s.files = ["CHANGELOG".freeze, "LICENSE".freeze, "Manifest".freeze, "README.rdoc".freeze, "Rakefile".freeze, "blather.gemspec".freeze, "examples/drb_client.rb".freeze, "examples/echo.rb".freeze, "lib/autotest/discover.rb".freeze, "lib/autotest/spec.rb".freeze, "lib/blather.rb".freeze, "lib/blather/errors.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/error.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/stream.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/tls.rb".freeze, "lib/blather/sugar.rb".freeze, "lib/blather/xmpp_node.rb".freeze, "spec/blather/jid_spec.rb".freeze, "spec/blather/roster_item_spec.rb".freeze, "spec/blather/roster_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_spec.rb".freeze, "spec/blather/stream_spec.rb".freeze, "spec/blather/xmpp_node_spec.rb".freeze, "spec/build_safe.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "http://github.com/sprsquish/blather/tree/master".freeze s.rdoc_options = ["--line-numbers".freeze, "--inline-source".freeze, "--title".freeze, "Blather".freeze, "--main".freeze, "README.rdoc".freeze, "-S".freeze, "-T".freeze, "hanna".freeze, "--main".freeze, "README.rdoc".freeze, "--exclude".freeze, "autotest".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/jid_spec.rb".freeze, "spec/blather/roster_item_spec.rb".freeze, "spec/blather/roster_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_spec.rb".freeze, "spec/blather/stream_spec.rb".freeze, "spec/blather/xmpp_node_spec.rb".freeze] s.specification_version = 2 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.9.2".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end