metrics-jruby 3.1.2.3-jruby → 3.2.1.3-jruby

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ba3867ca3707adb81a452c373eaf381574a18b8e
4
- data.tar.gz: 7a49dc8b139579cb6b549a734ce1077851a35530
3
+ metadata.gz: '04842652903c2d79e1328ece74645c07ef92aad9'
4
+ data.tar.gz: d9f41560f42cdbc4890f09f3f14395d42045522f
5
5
  SHA512:
6
- metadata.gz: 7fead894c8231e3650a643f47a4035879e4cd4e76a01b8635abfdda33ae5f1fd31aaeb5daf2c385c4c7a5019988f090a57e1bed53a9ead781e97d956c8c24db3
7
- data.tar.gz: be3ae48d8e7fda7d13386279271af42416db1fad2a70de1c8b13da1ef0493e6a9e6a37dbbdb5765355dd3287c98a20f97d59c768cf0bbd6134706b4fc129101e
6
+ metadata.gz: 4a1efafb691419c102a0ff8183075da8f57f8b4b58c3328243d97818fa359ba36bb7df439c21c072ffac9a7f0917d4b0da9cca8338460cc07e1748a2a723992c
7
+ data.tar.gz: 734680537479143c19f45d6778574ef7a3af12a6fd94b946c8db8cbf0b8ba599b849053e7957647ac96ad0129fc0cffaedec5bd9366b95f603ef8a29ff6f9591
data/README.md CHANGED
@@ -13,9 +13,8 @@ More documentation and examples will follow (hopefully).
13
13
  More information on metrics, see http://metrics.dropwizard.io/.
14
14
 
15
15
  [![Build Status](https://travis-ci.org/rynr/metrics-jruby.svg?branch=master)](https://travis-ci.org/rynr/metrics-jruby)
16
- [![Code Climate](https://codeclimate.com/github/rynr/metrics-jruby/badges/gpa.svg)](https://codeclimate.com/github/rynr/metrics-jruby)
17
16
 
18
17
  Move forward
19
18
  ============
20
19
 
21
- If you need other packages than the core, and have a idea how to add those, please contact [me](mailto:rainer.jung@gmail.com) or create a [issue](https://github.com/rynr/metrics-jruby/issues).
20
+ If you need other packages than the core, and have a idea how to add those, please contact me via [mail](mailto:rainer.jung@gmail.com), [gitter](https://gitter.im/rynr/metrics-jruby) or create a [issue](https://github.com/rynr/metrics-jruby/issues).
Binary file
@@ -1,6 +1,6 @@
1
1
  module MetricsJruby
2
2
  module Version
3
- JAVA_VERSION = '3.1.2'
3
+ JAVA_VERSION = '3.2.1'
4
4
  GEM_VERSION = '3'
5
5
 
6
6
  def self.version
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metrics-jruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.2.3
4
+ version: 3.2.1.3
5
5
  platform: jruby
6
6
  authors:
7
7
  - Rainer Jung
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-05-19 00:00:00.000000000 Z
11
+ date: 2017-03-16 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Don't care about loading the jars, just use this gem.
14
14
  email: rainer.jung@gmail.com
@@ -22,7 +22,7 @@ files:
22
22
  - LICENSE
23
23
  - README.md
24
24
  - Rakefile
25
- - lib/java/metrics-core-3.1.2.jar
25
+ - lib/java/metrics-core-3.2.1.jar
26
26
  - lib/metrics_jruby.rb
27
27
  - lib/metrics_jruby/version.rb
28
28
  - metrics-jruby.gemspec
@@ -31,7 +31,7 @@ homepage: https://rynr.github.io/metrics-jruby/
31
31
  licenses:
32
32
  - ALv2
33
33
  metadata: {}
34
- post_install_message:
34
+ post_install_message:
35
35
  rdoc_options: []
36
36
  require_paths:
37
37
  - lib
@@ -46,9 +46,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
46
46
  - !ruby/object:Gem::Version
47
47
  version: '0'
48
48
  requirements: []
49
- rubyforge_project:
50
- rubygems_version: 2.4.8
51
- signing_key:
49
+ rubyforge_project:
50
+ rubygems_version: 2.5.1
51
+ signing_key:
52
52
  specification_version: 4
53
53
  summary: metrics for jruby
54
54
  test_files: []
Binary file