metrics-jvm-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.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: d065bb36928c3411d989ee32fc78bbfa1c58da79
4
+ data.tar.gz: a0186dc1eaae93c03568f7f8c5f516cf5c030e38
5
+ SHA512:
6
+ metadata.gz: c5446c97359d8232bba466c612d954133ef00e06c88d2fdef392e1750bc583e89f6e180d2c19c7cd38d95eba51895db1a7555bc47f3665578d7ff64b83dfa9f6
7
+ data.tar.gz: 38313d9e6125316c43cf4f9b12dc7f773cc0abee4fb63af887eec16f024c4037dc822ca34e502b8b8d52e6045839469cf284775f6198748c7e927a1af192cf32
Binary file
@@ -0,0 +1,5 @@
1
+ # encoding: utf-8
2
+
3
+ require 'metrics-core-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-jvm-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-core-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 JVM instrumentation (https://dropwizard.github.io/metrics/3.1.0/manual/jvm/)
28
+ email:
29
+ - joel.segerlind@gmail.com
30
+ executables: []
31
+ extensions: []
32
+ extra_rdoc_files: []
33
+ files:
34
+ - lib/metrics-jvm-3.1.0.jar
35
+ - lib/metrics-jvm-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 JVM instrumentation
60
+ test_files: []