lsh 0.0.1 → 0.0.2
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.
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: lsh
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.0.
|
|
5
|
+
version: 0.0.2
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Yves Raimond
|
|
@@ -29,7 +29,7 @@ dependencies:
|
|
|
29
29
|
none: false
|
|
30
30
|
prerelease: false
|
|
31
31
|
type: :runtime
|
|
32
|
-
description: An implementation of LSH in Ruby, using GSL
|
|
32
|
+
description: An implementation of LSH in Ruby, using JBLAS for JRuby and GSL for MRI
|
|
33
33
|
email: yves.raimond@bbc.co.uk
|
|
34
34
|
executables: []
|
|
35
35
|
extensions: []
|