msgpack-jruby 1.3.2-java → 1.4.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: 751101ccd12937db31c7be5779f668acff2cec5f
4
+ data.tar.gz: 938b1cee9005985a3ff7069d4aee4b3a5ec6986b
5
+ SHA512:
6
+ metadata.gz: 71ecd83ba6bf072ae02e102a79405325e1a2063f2445c8adde1d9391190d99d00819b1556ea72f05c615e1efb656151c817cefbfa7cec293fccab4e830636842
7
+ data.tar.gz: 1611a932f1a169d84e14d0b3113e2cf67d00528d7cfa066d6f49e0b517eafc71e34d0c30914727f3a3bfb03d16bec2ec39a796ff2662f834234d084df7d8ae1f
Binary file
@@ -1,3 +1,3 @@
1
1
  module MessagePack
2
- VERSION = '1.3.2'
2
+ VERSION = '1.4.0'
3
3
  end
metadata CHANGED
@@ -1,15 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: msgpack-jruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.2
5
- prerelease:
4
+ version: 1.4.0
6
5
  platform: java
7
6
  authors:
8
7
  - Theo Hultberg
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-02-21 00:00:00.000000000 Z
11
+ date: 2014-02-12 00:00:00.000000000 Z
13
12
  dependencies: []
14
13
  description: JRuby compatible MessagePack implementation that does not use FFI
15
14
  email:
@@ -18,41 +17,33 @@ executables: []
18
17
  extensions: []
19
18
  extra_rdoc_files: []
20
19
  files:
21
- - lib/msgpack.rb
22
- - lib/msgpack/version.rb
23
20
  - lib/ext/javassist-3.15.0-GA.jar
24
21
  - lib/ext/msgpack-0.6.6.jar
25
22
  - lib/ext/msgpack_jruby.jar
23
+ - lib/msgpack.rb
24
+ - lib/msgpack/version.rb
26
25
  homepage: http://github.com/iconara/msgpack-jruby
27
- licenses: []
26
+ licenses:
27
+ - Apache License 2.0
28
+ metadata: {}
28
29
  post_install_message:
29
30
  rdoc_options: []
30
31
  require_paths:
31
32
  - lib
32
33
  required_ruby_version: !ruby/object:Gem::Requirement
33
34
  requirements:
34
- - - ">="
35
+ - - '>='
35
36
  - !ruby/object:Gem::Version
36
- segments:
37
- - 0
38
- version: !binary |-
39
- MA==
40
- hash: 2
41
- none: false
37
+ version: '0'
42
38
  required_rubygems_version: !ruby/object:Gem::Requirement
43
39
  requirements:
44
- - - ">="
40
+ - - '>='
45
41
  - !ruby/object:Gem::Version
46
- segments:
47
- - 0
48
- version: !binary |-
49
- MA==
50
- hash: 2
51
- none: false
42
+ version: '0'
52
43
  requirements: []
53
44
  rubyforge_project: msgpack-jruby
54
- rubygems_version: 1.8.24
45
+ rubygems_version: 2.2.1
55
46
  signing_key:
56
- specification_version: 3
47
+ specification_version: 4
57
48
  summary: MessagePack implementation for JRuby
58
49
  test_files: []