# -*- encoding: utf-8 -*- # stub: twirl 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "twirl".freeze s.version = "0.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["John Nunemaker".freeze] s.date = "2013-09-15" s.description = "Wrapper for kjess that works with multiple kestrel instances intelligently.".freeze s.email = ["nunemaker@gmail.com".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "examples/server.rb".freeze, "lib/twirl.rb".freeze, "lib/twirl/cluster.rb".freeze, "lib/twirl/instrumentation/log_subscriber.rb".freeze, "lib/twirl/instrumentation/statsd.rb".freeze, "lib/twirl/instrumentation/statsd_subscriber.rb".freeze, "lib/twirl/instrumentation/subscriber.rb".freeze, "lib/twirl/instrumenters/memory.rb".freeze, "lib/twirl/instrumenters/noop.rb".freeze, "lib/twirl/item.rb".freeze, "lib/twirl/server.rb".freeze, "lib/twirl/version.rb".freeze, "script/bootstrap".freeze, "script/kestrel".freeze, "script/release".freeze, "script/test".freeze, "script/watch".freeze, "test/cluster_test.rb".freeze, "test/helper.rb".freeze, "test/instrumentation/log_subscriber_test.rb".freeze, "test/instrumentation/statsd_test.rb".freeze, "test/instrumenters/memory_test.rb".freeze, "test/instrumenters/noop_test.rb".freeze, "test/integration/cluster_test.rb".freeze, "test/item_test.rb".freeze, "test/support/fake_udp_socket.rb".freeze, "test/twirl_test.rb".freeze, "twirl.gemspec".freeze] s.homepage = "".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Wrapper for kjess that works with multiple kestrel instances intelligently.".freeze s.test_files = ["test/cluster_test.rb".freeze, "test/helper.rb".freeze, "test/instrumentation/log_subscriber_test.rb".freeze, "test/instrumentation/statsd_test.rb".freeze, "test/instrumenters/memory_test.rb".freeze, "test/instrumenters/noop_test.rb".freeze, "test/integration/cluster_test.rb".freeze, "test/item_test.rb".freeze, "test/support/fake_udp_socket.rb".freeze, "test/twirl_test.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["~> 1.2.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end