msgpack-jruby 1.4.0.pre1-java → 1.4.0.pre2-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 +7 -0
- data/lib/ext/msgpack_jruby.jar +0 -0
- data/lib/msgpack/version.rb +1 -1
- metadata +8 -15
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 04d7311a1fb25eb7f98f0906cce65699eaed7cba
|
4
|
+
data.tar.gz: c4199de8b25b5f2538639c895e79e2a832c24408
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: c38c19fe5673335efe44a17d8b8a06b7f11d675db62e84515dad84b1cec10f6e06f0927bd29d7face31dfbd4ed2715a4da92f4714906c2a6c8509b0445a3f83a
|
7
|
+
data.tar.gz: a9bc689f975c967eb934457e1a287c7c7f5b2f797f4e1933d67014ee6098d2b4330fae4449c0d785c6b1b4811b6062d6f6ec56979a77979c1ffde73300279c9d
|
data/lib/ext/msgpack_jruby.jar
CHANGED
Binary file
|
data/lib/msgpack/version.rb
CHANGED
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.4.0.
|
5
|
-
prerelease: 6
|
4
|
+
version: 1.4.0.pre2
|
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-
|
11
|
+
date: 2013-11-14 00:00:00.000000000 Z
|
13
12
|
dependencies: []
|
14
13
|
description: JRuby compatible MessagePack implementation that does not use FFI
|
15
14
|
email:
|
@@ -26,31 +25,25 @@ files:
|
|
26
25
|
homepage: http://github.com/iconara/msgpack-jruby
|
27
26
|
licenses:
|
28
27
|
- Apache License 2.0
|
28
|
+
metadata: {}
|
29
29
|
post_install_message:
|
30
30
|
rdoc_options: []
|
31
31
|
require_paths:
|
32
32
|
- lib
|
33
33
|
required_ruby_version: !ruby/object:Gem::Requirement
|
34
34
|
requirements:
|
35
|
-
- -
|
35
|
+
- - '>='
|
36
36
|
- !ruby/object:Gem::Version
|
37
|
-
|
38
|
-
- 0
|
39
|
-
version: !binary |-
|
40
|
-
MA==
|
41
|
-
hash: 2
|
42
|
-
none: false
|
37
|
+
version: '0'
|
43
38
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
44
39
|
requirements:
|
45
|
-
- -
|
46
|
-
Pg==
|
40
|
+
- - '>'
|
47
41
|
- !ruby/object:Gem::Version
|
48
42
|
version: 1.3.1
|
49
|
-
none: false
|
50
43
|
requirements: []
|
51
44
|
rubyforge_project: msgpack-jruby
|
52
|
-
rubygems_version: 1.
|
45
|
+
rubygems_version: 2.1.9
|
53
46
|
signing_key:
|
54
|
-
specification_version:
|
47
|
+
specification_version: 4
|
55
48
|
summary: MessagePack implementation for JRuby
|
56
49
|
test_files: []
|