treemap 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- metadata +8 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 807e0337b191f45bacb5ae96675e9213a9c6541b
|
4
|
+
data.tar.gz: f03a1312f07a80b2dd73f0ffec7806ff1354e7de
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e37fac2f3c821a4cfa5cf0b195c34f14951b2bcb9d65bb1e901d855a7d792cf0852b8d1545a397f821f86b3eb0c4995a06fab7eea965b79f3a0185fa986e8024
|
7
|
+
data.tar.gz: 86cff1f1d12d5b21ad98f8afdff90f5841db8ec3417e21f1bcc4d1f9be4c802567ab8e2410d512776eea3f614e4dbd7a213c0d09a65664a1dfe520699ff8e06d
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: treemap
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Ellis
|
@@ -10,7 +10,11 @@ bindir: bin
|
|
10
10
|
cert_chain: []
|
11
11
|
date: 2016-05-05 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
|
-
description:
|
13
|
+
description: |2
|
14
|
+
A Ruby port of the Android implementation of Java's java.util.TreeMap class.
|
15
|
+
This is an AVL tree based implementation of Java's java.util.TreeMap structure.
|
16
|
+
It implements Java's java.util.NavigableMap interface.
|
17
|
+
The reference implementation is at https://android.googlesource.com/platform/libcore.git/+/android-6.0.1_r32/luni/src/main/java/java/util/TreeMap.java
|
14
18
|
email: davidkellis@gmail.com
|
15
19
|
executables: []
|
16
20
|
extensions: []
|
@@ -40,5 +44,6 @@ rubyforge_project:
|
|
40
44
|
rubygems_version: 2.5.1
|
41
45
|
signing_key:
|
42
46
|
specification_version: 4
|
43
|
-
summary: TreeMap is a Ruby port of Java's java.util.TreeMap
|
47
|
+
summary: TreeMap is a Ruby port of the Android implementation of Java's java.util.TreeMap
|
48
|
+
class.
|
44
49
|
test_files: []
|