numo-libsvm 1.1.0 → 1.1.1

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: fc6e127137e7b4a7b5e6a8477e30cc9e04a5758fb193b033f902960e165b6100
4
- data.tar.gz: bdd45b65be32d012b550c7beb1be055d8c0eaf9fff67996621496e80d1895d66
3
+ metadata.gz: b2ffa7de6b468ac58995f98791090f8cf343265bdb16288a34ebbc0049260daf
4
+ data.tar.gz: bd009361127e443ea4029b1781d6bcbea198ffcaa1727342a94c86cc7ee9753c
5
5
  SHA512:
6
- metadata.gz: 1620a02bd1c7138f4cb2b531673c2c91461525bf3e69f9f98848874abc145b825bd6a5f048e8327dabb97d3e9957359bb28ccbce37f12ba827c2c79ce64d7f5d
7
- data.tar.gz: 2d2361b02d760b6e00e80c36f79b74cd0d4267e1584b6bf1f57a0131d481a07c2c57fc682790cb5fd3b4f2e164786abebb7b720d90fa6b9a61bf76d7ea28ad07
6
+ metadata.gz: d654875107d12a3d48dbcc02ad8010b43c95c7b0454e6c13dab871688b488390b1d40d478603886fbed9b7aa56aff363324f6b9c85cf68b914964c4017cecb4a
7
+ data.tar.gz: 79f55854f4f76151d2706893056250ddcbb5ba2f0bb0f4136acd1ad734962692c0bccc3f44aa4612d63f6b6d470e34ad05032f4ae335f0fb49461cadb990a942
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ # 1.1.1
2
+ - Fix version specifier of runtime dependencies.
3
+
1
4
  # 1.1.0
2
5
  - Add type declaration file: sig/numo/libsvm.rbs
3
6
 
@@ -3,6 +3,6 @@
3
3
  module Numo
4
4
  module Libsvm
5
5
  # The version of Numo::Libsvm you are using.
6
- VERSION = '1.1.0'
6
+ VERSION = '1.1.1'
7
7
  end
8
8
  end
data/numo-libsvm.gemspec CHANGED
@@ -46,5 +46,5 @@ Gem::Specification.new do |spec|
46
46
  'documentation_uri' => 'https://yoshoku.github.io/numo-libsvm/doc/'
47
47
  }
48
48
 
49
- spec.add_runtime_dependency 'numo-narray', '~> 0.9.1'
49
+ spec.add_runtime_dependency 'numo-narray', '>= 0.9.1'
50
50
  end
metadata CHANGED
@@ -1,27 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: numo-libsvm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - yoshoku
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-06-07 00:00:00.000000000 Z
11
+ date: 2021-06-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: numo-narray
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: 0.9.1
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: 0.9.1
27
27
  description: |
@@ -91,7 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
91
91
  - !ruby/object:Gem::Version
92
92
  version: '0'
93
93
  requirements: []
94
- rubygems_version: 3.1.6
94
+ rubygems_version: 3.2.21
95
95
  signing_key:
96
96
  specification_version: 4
97
97
  summary: Numo::Libsvm is a Ruby gem binding to the LIBSVM library. Numo::Libsvm makes