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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9f1ccf05983df627128b8144f90199835732a40c1f6889eb859872d49dd60be9
4
- data.tar.gz: 6596a7056d3a8ed1f8f873ef2485b2a319947826354388b26d3828158f31aab3
3
+ metadata.gz: c1748a4acbeed0c35e072aad9433498fe72cc70af5b2e42b27b246c306cc822b
4
+ data.tar.gz: 8c03e4a77c4daeea26691210f84d7c5924ee71e1199a5fe6fe21c67e9d297acb
5
5
  SHA512:
6
- metadata.gz: 9a233d99c5800170c3fab9f223d84c0bbaf69680517fc9129370602a68f846c59a8062709e7c46d236f0030059653ab11ecabb9f8bf0db022b7cd4d1e185988e
7
- data.tar.gz: 2a5e0f2e26fad97a938cac362ad5e1beeef466d88a502ae2f13e841ebe2480159f4233c0366642cb096270506d17bd68beaa4057a96ed4c42f85bbe2aa4c7fbf
6
+ metadata.gz: 86eb4530e233bb8ef0e863e7486f42550d37e927988a6c7a8815e487e3c11c25b8fea199a5362a7be109ee6cafd6f9323f9906185504f0c47746d0768584adbd
7
+ data.tar.gz: 0a11d9a0194325bd08f53342f250e798a3cce9eec1377148128a3b8df9a48efb88be625c08b4f36944ad729239537f4f343ad6ccd00bca8ba73b1fc10e828e77
@@ -1,3 +1,3 @@
1
1
  module Semtools
2
- VERSION = "0.1.9"
2
+ VERSION = "0.1.91"
3
3
  end
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{DEPRECATED PROJECT. MIGRATED TO PYTHON: https://github.com/seoanezonjic/py_semtools. Gem to handle semantic based calculations in text and defined ontologies as GO or HPO.}
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.9
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: This gem allows to perform ontology based operations and calculation
99
- of Semantic similarity and information coefficient using different implementations.
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: 'DEPRECATED PROJECT. MIGRATED TO PYTHON: https://github.com/seoanezonjic/py_semtools.
159
- Gem to handle semantic based calculations in text and defined ontologies as GO or
160
- HPO.'
159
+ summary: Gem to handle semantic based calculations in text and defined ontologies
160
+ as GO or HPO.
161
161
  test_files: []