semtools 0.1.9 → 0.1.91
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 +4 -4
- data/lib/semtools/version.rb +1 -1
- data/semtools.gemspec +2 -2
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c1748a4acbeed0c35e072aad9433498fe72cc70af5b2e42b27b246c306cc822b
|
4
|
+
data.tar.gz: 8c03e4a77c4daeea26691210f84d7c5924ee71e1199a5fe6fe21c67e9d297acb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 86eb4530e233bb8ef0e863e7486f42550d37e927988a6c7a8815e487e3c11c25b8fea199a5362a7be109ee6cafd6f9323f9906185504f0c47746d0768584adbd
|
7
|
+
data.tar.gz: 0a11d9a0194325bd08f53342f250e798a3cce9eec1377148128a3b8df9a48efb88be625c08b4f36944ad729239537f4f343ad6ccd00bca8ba73b1fc10e828e77
|
data/lib/semtools/version.rb
CHANGED
data/semtools.gemspec
CHANGED
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.authors = ["seoanezonjic", "fmjabato"]
|
10
10
|
spec.email = ["seoanezonjic@hotmail.com", "fmjabato@gmail.com"]
|
11
11
|
|
12
|
-
spec.summary = %q{
|
13
|
-
spec.description = %q{This gem allows to perform ontology based operations and calculation of Semantic similarity and information coefficient using different implementations.}
|
12
|
+
spec.summary = %q{Gem to handle semantic based calculations in text and defined ontologies as GO or HPO.}
|
13
|
+
spec.description = %q{DEPRECATED PROJECT. MIGRATED TO PYTHON: https://github.com/seoanezonjic/py_semtools. This gem allows to perform ontology based operations and calculation of Semantic similarity and information coefficient using different implementations.}
|
14
14
|
spec.homepage = "https://github.com/seoanezonjic/semtools"
|
15
15
|
spec.license = "MIT"
|
16
16
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: semtools
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.91
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- seoanezonjic
|
@@ -95,8 +95,9 @@ dependencies:
|
|
95
95
|
- - ">="
|
96
96
|
- !ruby/object:Gem::Version
|
97
97
|
version: 0.7.3
|
98
|
-
description:
|
99
|
-
|
98
|
+
description: 'DEPRECATED PROJECT. MIGRATED TO PYTHON: https://github.com/seoanezonjic/py_semtools.
|
99
|
+
This gem allows to perform ontology based operations and calculation of Semantic
|
100
|
+
similarity and information coefficient using different implementations.'
|
100
101
|
email:
|
101
102
|
- seoanezonjic@hotmail.com
|
102
103
|
- fmjabato@gmail.com
|
@@ -155,7 +156,6 @@ requirements: []
|
|
155
156
|
rubygems_version: 3.3.7
|
156
157
|
signing_key:
|
157
158
|
specification_version: 4
|
158
|
-
summary:
|
159
|
-
|
160
|
-
HPO.'
|
159
|
+
summary: Gem to handle semantic based calculations in text and defined ontologies
|
160
|
+
as GO or HPO.
|
161
161
|
test_files: []
|