# -*- encoding: utf-8 -*- # stub: diaspora-vines 0.1.22 ruby lib Gem::Specification.new do |s| s.name = "diaspora-vines".freeze s.version = "0.1.22".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["David Graham".freeze, "Lukas Matt".freeze] s.date = "2014-09-03" s.description = "Diaspora-vines is a Vines fork build for diaspora integration. DO NOT use it unless you know what you are doing!".freeze s.email = ["david@negativecode.com".freeze, "lukas@zauberstuhl.de".freeze] s.executables = ["vines".freeze] s.files = ["Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "bin/vines".freeze, "conf/certs/README".freeze, "conf/certs/ca-bundle.crt".freeze, "conf/config.rb".freeze, "lib/vines.rb".freeze, "lib/vines/cli.rb".freeze, "lib/vines/cluster.rb".freeze, "lib/vines/cluster/connection.rb".freeze, "lib/vines/cluster/publisher.rb".freeze, "lib/vines/cluster/pubsub.rb".freeze, "lib/vines/cluster/sessions.rb".freeze, "lib/vines/cluster/subscriber.rb".freeze, "lib/vines/command/bcrypt.rb".freeze, "lib/vines/command/cert.rb".freeze, "lib/vines/command/init.rb".freeze, "lib/vines/command/ldap.rb".freeze, "lib/vines/command/restart.rb".freeze, "lib/vines/command/schema.rb".freeze, "lib/vines/command/start.rb".freeze, "lib/vines/command/stop.rb".freeze, "lib/vines/config.rb".freeze, "lib/vines/config/host.rb".freeze, "lib/vines/config/port.rb".freeze, "lib/vines/config/pubsub.rb".freeze, "lib/vines/contact.rb".freeze, "lib/vines/daemon.rb".freeze, "lib/vines/error.rb".freeze, "lib/vines/jid.rb".freeze, "lib/vines/kit.rb".freeze, "lib/vines/log.rb".freeze, "lib/vines/router.rb".freeze, "lib/vines/stanza.rb".freeze, "lib/vines/stanza/iq.rb".freeze, "lib/vines/stanza/iq/auth.rb".freeze, "lib/vines/stanza/iq/disco_info.rb".freeze, "lib/vines/stanza/iq/disco_items.rb".freeze, "lib/vines/stanza/iq/error.rb".freeze, "lib/vines/stanza/iq/ping.rb".freeze, "lib/vines/stanza/iq/private_storage.rb".freeze, "lib/vines/stanza/iq/query.rb".freeze, "lib/vines/stanza/iq/result.rb".freeze, "lib/vines/stanza/iq/roster.rb".freeze, "lib/vines/stanza/iq/session.rb".freeze, "lib/vines/stanza/iq/vcard.rb".freeze, "lib/vines/stanza/iq/version.rb".freeze, "lib/vines/stanza/message.rb".freeze, "lib/vines/stanza/presence.rb".freeze, "lib/vines/stanza/presence/error.rb".freeze, "lib/vines/stanza/presence/probe.rb".freeze, "lib/vines/stanza/presence/subscribe.rb".freeze, "lib/vines/stanza/presence/subscribed.rb".freeze, "lib/vines/stanza/presence/unavailable.rb".freeze, "lib/vines/stanza/presence/unsubscribe.rb".freeze, "lib/vines/stanza/presence/unsubscribed.rb".freeze, "lib/vines/stanza/pubsub.rb".freeze, "lib/vines/stanza/pubsub/create.rb".freeze, "lib/vines/stanza/pubsub/delete.rb".freeze, "lib/vines/stanza/pubsub/publish.rb".freeze, "lib/vines/stanza/pubsub/subscribe.rb".freeze, "lib/vines/stanza/pubsub/unsubscribe.rb".freeze, "lib/vines/storage.rb".freeze, "lib/vines/storage/ldap.rb".freeze, "lib/vines/storage/local.rb".freeze, "lib/vines/storage/null.rb".freeze, "lib/vines/storage/sql.rb".freeze, "lib/vines/store.rb".freeze, "lib/vines/stream.rb".freeze, "lib/vines/stream/client.rb".freeze, "lib/vines/stream/client/auth.rb".freeze, "lib/vines/stream/client/auth_restart.rb".freeze, "lib/vines/stream/client/bind.rb".freeze, "lib/vines/stream/client/bind_restart.rb".freeze, "lib/vines/stream/client/closed.rb".freeze, "lib/vines/stream/client/ready.rb".freeze, "lib/vines/stream/client/session.rb".freeze, "lib/vines/stream/client/start.rb".freeze, "lib/vines/stream/client/tls.rb".freeze, "lib/vines/stream/component.rb".freeze, "lib/vines/stream/component/handshake.rb".freeze, "lib/vines/stream/component/ready.rb".freeze, "lib/vines/stream/component/start.rb".freeze, "lib/vines/stream/http.rb".freeze, "lib/vines/stream/http/auth.rb".freeze, "lib/vines/stream/http/bind.rb".freeze, "lib/vines/stream/http/bind_restart.rb".freeze, "lib/vines/stream/http/ready.rb".freeze, "lib/vines/stream/http/request.rb".freeze, "lib/vines/stream/http/session.rb".freeze, "lib/vines/stream/http/sessions.rb".freeze, "lib/vines/stream/http/start.rb".freeze, "lib/vines/stream/parser.rb".freeze, "lib/vines/stream/sasl.rb".freeze, "lib/vines/stream/server.rb".freeze, "lib/vines/stream/server/auth.rb".freeze, "lib/vines/stream/server/auth_restart.rb".freeze, "lib/vines/stream/server/final_restart.rb".freeze, "lib/vines/stream/server/outbound/auth.rb".freeze, "lib/vines/stream/server/outbound/auth_restart.rb".freeze, "lib/vines/stream/server/outbound/auth_result.rb".freeze, "lib/vines/stream/server/outbound/final_features.rb".freeze, "lib/vines/stream/server/outbound/final_restart.rb".freeze, "lib/vines/stream/server/outbound/start.rb".freeze, "lib/vines/stream/server/outbound/tls.rb".freeze, "lib/vines/stream/server/outbound/tls_result.rb".freeze, "lib/vines/stream/server/ready.rb".freeze, "lib/vines/stream/server/start.rb".freeze, "lib/vines/stream/server/tls.rb".freeze, "lib/vines/stream/state.rb".freeze, "lib/vines/token_bucket.rb".freeze, "lib/vines/user.rb".freeze, "lib/vines/version.rb".freeze, "lib/vines/xmpp_server.rb".freeze, "test/cluster/publisher_test.rb".freeze, "test/cluster/sessions_test.rb".freeze, "test/cluster/subscriber_test.rb".freeze, "test/config/host_test.rb".freeze, "test/config/pubsub_test.rb".freeze, "test/config_test.rb".freeze, "test/contact_test.rb".freeze, "test/error_test.rb".freeze, "test/ext/nokogiri.rb".freeze, "test/jid_test.rb".freeze, "test/kit_test.rb".freeze, "test/router_test.rb".freeze, "test/stanza/iq/disco_info_test.rb".freeze, "test/stanza/iq/disco_items_test.rb".freeze, "test/stanza/iq/private_storage_test.rb".freeze, "test/stanza/iq/roster_test.rb".freeze, "test/stanza/iq/session_test.rb".freeze, "test/stanza/iq/vcard_test.rb".freeze, "test/stanza/iq/version_test.rb".freeze, "test/stanza/iq_test.rb".freeze, "test/stanza/message_test.rb".freeze, "test/stanza/presence/probe_test.rb".freeze, "test/stanza/presence/subscribe_test.rb".freeze, "test/stanza/pubsub/create_test.rb".freeze, "test/stanza/pubsub/delete_test.rb".freeze, "test/stanza/pubsub/publish_test.rb".freeze, "test/stanza/pubsub/subscribe_test.rb".freeze, "test/stanza/pubsub/unsubscribe_test.rb".freeze, "test/stanza_test.rb".freeze, "test/storage/ldap_test.rb".freeze, "test/storage/local_test.rb".freeze, "test/storage/mock_redis.rb".freeze, "test/storage/null_test.rb".freeze, "test/storage/sql.rb".freeze, "test/storage/sql_schema.rb".freeze, "test/storage/storage_tests.rb".freeze, "test/storage_test.rb".freeze, "test/store_test.rb".freeze, "test/stream/client/auth_test.rb".freeze, "test/stream/client/ready_test.rb".freeze, "test/stream/client/session_test.rb".freeze, "test/stream/component/handshake_test.rb".freeze, "test/stream/component/ready_test.rb".freeze, "test/stream/component/start_test.rb".freeze, "test/stream/http/auth_test.rb".freeze, "test/stream/http/ready_test.rb".freeze, "test/stream/http/request_test.rb".freeze, "test/stream/http/sessions_test.rb".freeze, "test/stream/http/start_test.rb".freeze, "test/stream/parser_test.rb".freeze, "test/stream/sasl_test.rb".freeze, "test/stream/server/auth_test.rb".freeze, "test/stream/server/outbound/auth_test.rb".freeze, "test/stream/server/ready_test.rb".freeze, "test/test_helper.rb".freeze, "test/token_bucket_test.rb".freeze, "test/user_test.rb".freeze, "vines.gemspec".freeze] s.homepage = "https://diasporafoundation.org".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 1.9.3".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Diaspora-vines is a Vines fork build for diaspora integration.".freeze s.test_files = ["test/cluster/publisher_test.rb".freeze, "test/cluster/sessions_test.rb".freeze, "test/cluster/subscriber_test.rb".freeze, "test/ext/nokogiri.rb".freeze, "test/kit_test.rb".freeze, "test/contact_test.rb".freeze, "test/router_test.rb".freeze, "test/config/host_test.rb".freeze, "test/config/pubsub_test.rb".freeze, "test/jid_test.rb".freeze, "test/stanza/iq/vcard_test.rb".freeze, "test/stanza/iq/private_storage_test.rb".freeze, "test/stanza/iq/roster_test.rb".freeze, "test/stanza/iq/disco_info_test.rb".freeze, "test/stanza/iq/session_test.rb".freeze, "test/stanza/iq/disco_items_test.rb".freeze, "test/stanza/iq/version_test.rb".freeze, "test/stanza/presence/probe_test.rb".freeze, "test/stanza/presence/subscribe_test.rb".freeze, "test/stanza/message_test.rb".freeze, "test/stanza/iq_test.rb".freeze, "test/stanza/pubsub/publish_test.rb".freeze, "test/stanza/pubsub/create_test.rb".freeze, "test/stanza/pubsub/subscribe_test.rb".freeze, "test/stanza/pubsub/unsubscribe_test.rb".freeze, "test/stanza/pubsub/delete_test.rb".freeze, "test/token_bucket_test.rb".freeze, "test/storage_test.rb".freeze, "test/store_test.rb".freeze, "test/stanza_test.rb".freeze, "test/error_test.rb".freeze, "test/stream/parser_test.rb".freeze, "test/stream/client/auth_test.rb".freeze, "test/stream/client/session_test.rb".freeze, "test/stream/client/ready_test.rb".freeze, "test/stream/http/auth_test.rb".freeze, "test/stream/http/start_test.rb".freeze, "test/stream/http/sessions_test.rb".freeze, "test/stream/http/request_test.rb".freeze, "test/stream/http/ready_test.rb".freeze, "test/stream/server/outbound/auth_test.rb".freeze, "test/stream/server/auth_test.rb".freeze, "test/stream/server/ready_test.rb".freeze, "test/stream/sasl_test.rb".freeze, "test/stream/component/handshake_test.rb".freeze, "test/stream/component/start_test.rb".freeze, "test/stream/component/ready_test.rb".freeze, "test/user_test.rb".freeze, "test/config_test.rb".freeze, "test/test_helper.rb".freeze, "test/storage/storage_tests.rb".freeze, "test/storage/sql_schema.rb".freeze, "test/storage/null_test.rb".freeze, "test/storage/mock_redis.rb".freeze, "test/storage/ldap_test.rb".freeze, "test/storage/local_test.rb".freeze, "test/storage/sql.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 3.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.1.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.6".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.6".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.6".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 4.1.4".freeze]) s.add_development_dependency(%q.freeze, ["~> 4.1.4".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.3.9".freeze]) s.add_development_dependency(%q.freeze, ["~> 5.3".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.3".freeze]) end