# -*- encoding: utf-8 -*- # stub: hystrix_metrics 0.0.1 java lib Gem::Specification.new do |s| s.name = "hystrix_metrics".freeze s.version = "0.0.1".freeze s.platform = "java".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Chris Mowforth".freeze] s.date = "2018-10-28" s.email = "chris@mowforth.com".freeze s.files = ["hystrix_metrics.gemspec".freeze, "lib/com/fasterxml/jackson/core/jackson-core/2.5.2/jackson-core-2.5.2.jar".freeze, "lib/com/netflix/archaius/archaius-core/0.4.1/archaius-core-0.4.1.jar".freeze, "lib/com/netflix/hystrix/hystrix-core/1.4.10/hystrix-core-1.4.10.jar".freeze, "lib/com/netflix/hystrix/hystrix-metrics-event-stream/1.4.10/hystrix-metrics-event-stream-1.4.10.jar".freeze, "lib/commons-configuration/commons-configuration/1.8/commons-configuration-1.8.jar".freeze, "lib/commons-lang/commons-lang/2.6/commons-lang-2.6.jar".freeze, "lib/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar".freeze, "lib/hystrix_metrics.rb".freeze, "lib/hystrix_metrics/metric.rb".freeze, "lib/hystrix_metrics/metric_server.rb".freeze, "lib/hystrix_metrics_jars.rb".freeze, "lib/io/reactivex/rxjava/1.0.10/rxjava-1.0.10.jar".freeze, "lib/io/undertow/undertow-core/2.0.14.Final/undertow-core-2.0.14.Final.jar".freeze, "lib/io/undertow/undertow-servlet/2.0.14.Final/undertow-servlet-2.0.14.Final.jar".freeze, "lib/org/jboss/logging/jboss-logging/3.3.2.Final/jboss-logging-3.3.2.Final.jar".freeze, "lib/org/jboss/spec/javax/annotation/jboss-annotations-api_1.2_spec/1.0.2.Final/jboss-annotations-api_1.2_spec-1.0.2.Final.jar".freeze, "lib/org/jboss/spec/javax/servlet/jboss-servlet-api_4.0_spec/1.0.0.Final/jboss-servlet-api_4.0_spec-1.0.0.Final.jar".freeze, "lib/org/jboss/xnio/xnio-api/3.3.8.Final/xnio-api-3.3.8.Final.jar".freeze, "lib/org/jboss/xnio/xnio-nio/3.3.8.Final/xnio-nio-3.3.8.Final.jar".freeze, "lib/org/slf4j/slf4j-api/1.7.0/slf4j-api-1.7.0.jar".freeze] s.homepage = "https://github.com/m0wfo/hystrix_metrics".freeze s.licenses = ["Apache-2.0".freeze] s.requirements = ["jar com.netflix.hystrix:hystrix-core, 1.4.10".freeze, "jar com.netflix.hystrix:hystrix-metrics-event-stream, 1.4.10".freeze, "jar io.undertow:undertow-servlet, 2.0.14.Final".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Easily capture & expose Hystrix metrics in JRuby".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 0.3.0".freeze]) end