umappp 0.2.0 → 0.2.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.
@@ -210,7 +210,7 @@ extern "C" void Init_umappp()
210
210
  .define_singleton_method("umappp_run", &umappp_run)
211
211
  .define_singleton_method("umappp_default_parameters", &umappp_default_parameters);
212
212
  Enum<umappp::InitMethod> init_method =
213
- define_enum<umappp::InitMethod>("InitMethod", rb_mUmappp)
213
+ define_enum<umappp::InitMethod>("InitMethod")
214
214
  .define_value("SPECTRAL", umappp::InitMethod::SPECTRAL)
215
215
  .define_value("SPECTRAL_ONLY", umappp::InitMethod::SPECTRAL_ONLY)
216
216
  .define_value("RANDOM", umappp::InitMethod::RANDOM)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Umappp
4
- VERSION = "0.2.0"
4
+ VERSION = "0.2.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: umappp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - kojix2
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-01-29 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: numo-narray
@@ -28,16 +27,16 @@ dependencies:
28
27
  name: rice
29
28
  requirement: !ruby/object:Gem::Requirement
30
29
  requirements:
31
- - - "~>"
30
+ - - ">="
32
31
  - !ruby/object:Gem::Version
33
- version: '4.0'
32
+ version: 4.5.0
34
33
  type: :runtime
35
34
  prerelease: false
36
35
  version_requirements: !ruby/object:Gem::Requirement
37
36
  requirements:
38
- - - "~>"
37
+ - - ">="
39
38
  - !ruby/object:Gem::Version
40
- version: '4.0'
39
+ version: 4.5.0
41
40
  description: Umappp wrapper for Ruby
42
41
  email:
43
42
  - 2xijok@gmail.com
@@ -443,7 +442,6 @@ homepage: https://github.com/kojix2/ruby-umappp
443
442
  licenses:
444
443
  - BSD-2-Clause
445
444
  metadata: {}
446
- post_install_message:
447
445
  rdoc_options: []
448
446
  require_paths:
449
447
  - lib
@@ -458,8 +456,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
458
456
  - !ruby/object:Gem::Version
459
457
  version: '0'
460
458
  requirements: []
461
- rubygems_version: 3.5.4
462
- signing_key:
459
+ rubygems_version: 3.6.7
463
460
  specification_version: 4
464
461
  summary: Umap for Ruby
465
462
  test_files: []