metrics-jruby 3.1.0.2-jruby → 3.1.2.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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: ba3867ca3707adb81a452c373eaf381574a18b8e
4
+ data.tar.gz: 7a49dc8b139579cb6b549a734ce1077851a35530
5
+ SHA512:
6
+ metadata.gz: 7fead894c8231e3650a643f47a4035879e4cd4e76a01b8635abfdda33ae5f1fd31aaeb5daf2c385c4c7a5019988f090a57e1bed53a9ead781e97d956c8c24db3
7
+ data.tar.gz: be3ae48d8e7fda7d13386279271af42416db1fad2a70de1c8b13da1ef0493e6a9e6a37dbbdb5765355dd3287c98a20f97d59c768cf0bbd6134706b4fc129101e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  metrics-jruby
2
2
  =============
3
3
 
4
+ 3.1.0.2
5
+ -------
6
+
7
+ - Updated README, added hint to other packages besides metrics-core
8
+
4
9
  3.1.0.1
5
10
  -------
6
11
 
@@ -1,7 +1,7 @@
1
1
  module MetricsJruby
2
2
  module Version
3
- JAVA_VERSION = '3.1.0'
4
- GEM_VERSION = '2'
3
+ JAVA_VERSION = '3.1.2'
4
+ GEM_VERSION = '3'
5
5
 
6
6
  def self.version
7
7
  "#{JAVA_VERSION}.#{GEM_VERSION}"
metadata CHANGED
@@ -1,65 +1,54 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: metrics-jruby
3
- version: !ruby/object:Gem::Version
4
- prerelease:
5
- version: 3.1.0.2
3
+ version: !ruby/object:Gem::Version
4
+ version: 3.1.2.3
6
5
  platform: jruby
7
- authors:
8
- - Rainer Jung
9
- autorequire:
6
+ authors:
7
+ - Rainer Jung
8
+ autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
-
13
- date: 2014-09-08 00:00:00 Z
11
+ date: 2016-05-19 00:00:00.000000000 Z
14
12
  dependencies: []
15
-
16
13
  description: Don't care about loading the jars, just use this gem.
17
14
  email: rainer.jung@gmail.com
18
15
  executables: []
19
-
20
16
  extensions: []
21
-
22
17
  extra_rdoc_files: []
23
-
24
- files:
25
- - .gitignore
26
- - .travis.yml
27
- - CHANGELOG.md
28
- - LICENSE
29
- - README.md
30
- - Rakefile
31
- - lib/java/metrics-core-3.1.0.jar
32
- - lib/metrics_jruby.rb
33
- - lib/metrics_jruby/version.rb
34
- - metrics-jruby.gemspec
35
- - test/test_metrics_jruby.rb
18
+ files:
19
+ - ".gitignore"
20
+ - ".travis.yml"
21
+ - CHANGELOG.md
22
+ - LICENSE
23
+ - README.md
24
+ - Rakefile
25
+ - lib/java/metrics-core-3.1.2.jar
26
+ - lib/metrics_jruby.rb
27
+ - lib/metrics_jruby/version.rb
28
+ - metrics-jruby.gemspec
29
+ - test/test_metrics_jruby.rb
36
30
  homepage: https://rynr.github.io/metrics-jruby/
37
- licenses:
38
- - ALv2
39
- post_install_message:
31
+ licenses:
32
+ - ALv2
33
+ metadata: {}
34
+ post_install_message:
40
35
  rdoc_options: []
41
-
42
- require_paths:
43
- - lib
44
- required_ruby_version: !ruby/object:Gem::Requirement
45
- none: false
46
- requirements:
47
- - - ">="
48
- - !ruby/object:Gem::Version
49
- version: "0"
50
- required_rubygems_version: !ruby/object:Gem::Requirement
51
- none: false
52
- requirements:
53
- - - ">="
54
- - !ruby/object:Gem::Version
55
- version: "0"
36
+ require_paths:
37
+ - lib
38
+ required_ruby_version: !ruby/object:Gem::Requirement
39
+ requirements:
40
+ - - ">="
41
+ - !ruby/object:Gem::Version
42
+ version: '0'
43
+ required_rubygems_version: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
56
48
  requirements: []
57
-
58
- rubyforge_project:
59
- rubygems_version: 1.8.9
60
- signing_key:
61
- specification_version: 3
49
+ rubyforge_project:
50
+ rubygems_version: 2.4.8
51
+ signing_key:
52
+ specification_version: 4
62
53
  summary: metrics for jruby
63
54
  test_files: []
64
-
65
- has_rdoc: