metrics-healthchecks-jars 3.1.0-java

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 8467e3d56c9823c2651be0faa6d4a9f4f69a6f84
4
+ data.tar.gz: fb078aaf978823608c69dd141deda1d5c1f5c058
5
+ SHA512:
6
+ metadata.gz: b13e6a280f6f6317946fb49ef92a5c514a21aac75c2eed6077ab1eeaab84eaab6f3f5425af8e3eec94262fe5e2590232d0fd5d0b628a1ac8719bbc17b4c5b390
7
+ data.tar.gz: e4f5feea1d37ba6b62f2ae5cd9174a2928e77f94901667cf1a27d10087561e4f5992196e1f9ba0d35f23506887048373074618ae25a4aa72510cfb8a7956c56c
Binary file
@@ -0,0 +1,5 @@
1
+ # encoding: utf-8
2
+
3
+ require 'metrics-jvm-jars'
4
+
5
+ Dir[File.expand_path('../*.jar', __FILE__)].each(&method(:require))
metadata ADDED
@@ -0,0 +1,60 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: metrics-healthchecks-jars
3
+ version: !ruby/object:Gem::Version
4
+ version: 3.1.0
5
+ platform: java
6
+ authors:
7
+ - Joel Segerlind
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2015-07-10 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: metrics-jvm-jars
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: 3.1.0
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: 3.1.0
27
+ description: Gem package of Dropwizard's Metrics health checks (https://dropwizard.github.io/metrics/3.1.0/manual/healthchecks/)
28
+ email:
29
+ - joel.segerlind@gmail.com
30
+ executables: []
31
+ extensions: []
32
+ extra_rdoc_files: []
33
+ files:
34
+ - lib/metrics-healthchecks-3.1.0.jar
35
+ - lib/metrics-healthchecks-jars.rb
36
+ homepage: https://github.com/iconara/jar-gems
37
+ licenses:
38
+ - Apache-2.0
39
+ metadata: {}
40
+ post_install_message:
41
+ rdoc_options: []
42
+ require_paths:
43
+ - lib
44
+ required_ruby_version: !ruby/object:Gem::Requirement
45
+ requirements:
46
+ - - ">="
47
+ - !ruby/object:Gem::Version
48
+ version: '0'
49
+ required_rubygems_version: !ruby/object:Gem::Requirement
50
+ requirements:
51
+ - - ">="
52
+ - !ruby/object:Gem::Version
53
+ version: '0'
54
+ requirements: []
55
+ rubyforge_project:
56
+ rubygems_version: 2.4.5
57
+ signing_key:
58
+ specification_version: 4
59
+ summary: Gem package of Dropwizard's Metrics health checks
60
+ test_files: []