# -*- encoding: utf-8 -*- # stub: chillout 0.2.3 ruby lib Gem::Specification.new do |s| s.name = "chillout".freeze s.version = "0.2.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Micha\u0142 \u0141omnicki".freeze, "Jan Filipowski".freeze] s.date = "2013-03-14" s.description = "Chillout.io Ruby client".freeze s.email = ["michal.lomnicki@gmail.com".freeze, "jachuf@gmail.com".freeze, "dev@arkency.com".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "chillout.gemspec".freeze, "lib/chillout.rb".freeze, "lib/chillout/client.rb".freeze, "lib/chillout/config.rb".freeze, "lib/chillout/creation_listener.rb".freeze, "lib/chillout/creations_container.rb".freeze, "lib/chillout/dispatcher.rb".freeze, "lib/chillout/error.rb".freeze, "lib/chillout/error_filter.rb".freeze, "lib/chillout/event_data_builder.rb".freeze, "lib/chillout/http_client.rb".freeze, "lib/chillout/middleware/creations_monitor.rb".freeze, "lib/chillout/middleware/exception_monitor.rb".freeze, "lib/chillout/prefixed_logger.rb".freeze, "lib/chillout/railtie.rb".freeze, "lib/chillout/server_side.rb".freeze, "lib/chillout/version.rb".freeze, "lib/chillout/worker.rb".freeze, "test/client_test.rb".freeze, "test/config_test.rb".freeze, "test/creations_container_test.rb".freeze, "test/dispatcher_test.rb".freeze, "test/error_test.rb".freeze, "test/event_data_builder_test.rb".freeze, "test/http_client_test.rb".freeze, "test/integration/creations_monitor_rack_test.rb".freeze, "test/integration/exception_monitor_rack_test.rb".freeze, "test/middleware/creations_monitor_test.rb".freeze, "test/middleware/exception_monitor_test.rb".freeze, "test/prefixed_logger_test.rb".freeze, "test/server_side_test.rb".freeze, "test/test_helper.rb".freeze, "test/worker_test.rb".freeze] s.homepage = "http://chillout.io/".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Chillout.io Ruby client".freeze s.test_files = ["test/client_test.rb".freeze, "test/config_test.rb".freeze, "test/creations_container_test.rb".freeze, "test/dispatcher_test.rb".freeze, "test/error_test.rb".freeze, "test/event_data_builder_test.rb".freeze, "test/http_client_test.rb".freeze, "test/integration/creations_monitor_rack_test.rb".freeze, "test/integration/exception_monitor_rack_test.rb".freeze, "test/middleware/creations_monitor_test.rb".freeze, "test/middleware/exception_monitor_test.rb".freeze, "test/prefixed_logger_test.rb".freeze, "test/server_side_test.rb".freeze, "test/test_helper.rb".freeze, "test/worker_test.rb".freeze] s.specification_version = 3 s.add_development_dependency(%q.freeze, ["~> 3.2.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.9.2".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.12.7".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.1.3".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.6.2".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.8.11".freeze]) end