# -*- encoding: utf-8 -*- # stub: newrelic_plugin 1.3.1 ruby lib Gem::Specification.new do |s| s.name = "newrelic_plugin".freeze s.version = "1.3.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["New Relic".freeze] s.date = "2013-11-04" s.description = "The New Relic Plugin Gem is used to send plugin data to New Relic from non-application sources.".freeze s.email = ["support@newrelic.com".freeze] s.extra_rdoc_files = ["README.md".freeze, "LICENSE".freeze] s.files = [".gitignore".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "lib/newrelic_platform_binding.rb".freeze, "lib/newrelic_platform_binding/component.rb".freeze, "lib/newrelic_platform_binding/config.rb".freeze, "lib/newrelic_platform_binding/connection.rb".freeze, "lib/newrelic_platform_binding/context.rb".freeze, "lib/newrelic_platform_binding/metric.rb".freeze, "lib/newrelic_platform_binding/platform_logger.rb".freeze, "lib/newrelic_platform_binding/request.rb".freeze, "lib/newrelic_plugin.rb".freeze, "lib/newrelic_plugin/agent.rb".freeze, "lib/newrelic_plugin/config.rb".freeze, "lib/newrelic_plugin/error.rb".freeze, "lib/newrelic_plugin/processor.rb".freeze, "lib/newrelic_plugin/processors/epoch_counter_processor.rb".freeze, "lib/newrelic_plugin/processors/rate_processor.rb".freeze, "lib/newrelic_plugin/run.rb".freeze, "lib/newrelic_plugin/setup.rb".freeze, "lib/newrelic_plugin/simple_syntax.rb".freeze, "lib/newrelic_plugin/version.rb".freeze, "newrelic_plugin.gemspec".freeze, "test/fixtures/valid_payload.json".freeze, "test/newrelic_platform_binding/component_test.rb".freeze, "test/newrelic_platform_binding/config_test.rb".freeze, "test/newrelic_platform_binding/connection_test.rb".freeze, "test/newrelic_platform_binding/context_test.rb".freeze, "test/newrelic_platform_binding/metric_test.rb".freeze, "test/newrelic_platform_binding/platform_logger_test.rb".freeze, "test/newrelic_platform_binding/request_test.rb".freeze, "test/newrelic_plugin/agent_test.rb".freeze, "test/newrelic_plugin/epoch_counter_processor_test.rb".freeze, "test/newrelic_plugin/run_test.rb".freeze, "test/newrelic_plugin/setup_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://newrelic.com".freeze s.rdoc_options = ["--charset=UTF-8".freeze, "--main".freeze, "README.md".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "New Relic Ruby Plugin SDK".freeze s.test_files = ["test/test_helper.rb".freeze] s.specification_version = 2 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 5.0.6".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["= 0.6.1".freeze]) end