libffm 0.3.0 → 0.4.0

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: e4654201de1d7ca6d66f60cc25deb31aa7dca624387373038ad60081ff298fd0
4
- data.tar.gz: cc97da4ea5faeabce3729f9a126df241c549c699ee49744e67a311fbeaa58125
3
+ metadata.gz: 2392488b8b459a0eb791ef7adc80fd31451755214eb67b089cb374e517da031f
4
+ data.tar.gz: d42c241978ba042497e722a415b12a0ff2011debaa6b72a3f32137c2c89b9b89
5
5
  SHA512:
6
- metadata.gz: f12ceea056e554f7f80370ec353ffe0091889a83b0f1875febe1820abeba8ab15b9d3636526044c6ab3a62fb4fbdfc22e07dd5bd37420a518ef112c23a3f5cd8
7
- data.tar.gz: b345acbb68319e08096c2a078c47afe70b68cb67f0f30020672e903e81a52e195caac52d38b17337cc5c87a152fc27ce03bbcaf2f80e09d568db7de729087ee1
6
+ metadata.gz: e202868004f3b44a112d9c53ff8776767450d5dced1c04e537bd81fb880102df2cd3ecf69a23610be73582b244db2164d86476b96027724140ff029b3256c377
7
+ data.tar.gz: ef2e21aa60f27d44131a4041144779509bad24f866dbc5634e46ba1f13b55630af148d4d3b5ff854d116918d001ff6c546f789eeb92398ebae09dd7742277b32
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.4.0 (2025-04-03)
2
+
3
+ - Dropped support for Ruby < 3.2
4
+
1
5
  ## 0.3.0 (2023-05-11)
2
6
 
3
7
  - Dropped support for Ruby < 3
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  Copyright (c) 2017 The LIBFFM Project.
3
- Copyright (c) 2020-2023 Andrew Kane.
3
+ Copyright (c) 2020-2025 Andrew Kane.
4
4
  All rights reserved.
5
5
 
6
6
  Redistribution and use in source and binary forms, with or without
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [LIBFFM](https://github.com/ycjuan/libffm) - field-aware factorization machines - for Ruby
4
4
 
5
- [![Build Status](https://github.com/ankane/libffm-ruby/workflows/build/badge.svg?branch=master)](https://github.com/ankane/libffm-ruby/actions)
5
+ [![Build Status](https://github.com/ankane/libffm-ruby/actions/workflows/build.yml/badge.svg)](https://github.com/ankane/libffm-ruby/actions)
6
6
 
7
7
  ## Installation
8
8
 
@@ -1,3 +1,3 @@
1
1
  module Libffm
2
- VERSION = "0.3.0"
2
+ VERSION = "0.4.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: libffm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Kane
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2023-05-12 00:00:00.000000000 Z
10
+ date: 2025-04-03 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: rice
@@ -16,15 +15,14 @@ dependencies:
16
15
  requirements:
17
16
  - - ">="
18
17
  - !ruby/object:Gem::Version
19
- version: 4.0.2
18
+ version: 4.3.3
20
19
  type: :runtime
21
20
  prerelease: false
22
21
  version_requirements: !ruby/object:Gem::Requirement
23
22
  requirements:
24
23
  - - ">="
25
24
  - !ruby/object:Gem::Version
26
- version: 4.0.2
27
- description:
25
+ version: 4.3.3
28
26
  email: andrew@ankane.org
29
27
  executables: []
30
28
  extensions:
@@ -53,7 +51,6 @@ homepage: https://github.com/ankane/libffm-ruby
53
51
  licenses:
54
52
  - MIT
55
53
  metadata: {}
56
- post_install_message:
57
54
  rdoc_options: []
58
55
  require_paths:
59
56
  - lib
@@ -61,15 +58,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
61
58
  requirements:
62
59
  - - ">="
63
60
  - !ruby/object:Gem::Version
64
- version: '3'
61
+ version: '3.2'
65
62
  required_rubygems_version: !ruby/object:Gem::Requirement
66
63
  requirements:
67
64
  - - ">="
68
65
  - !ruby/object:Gem::Version
69
66
  version: '0'
70
67
  requirements: []
71
- rubygems_version: 3.4.10
72
- signing_key:
68
+ rubygems_version: 3.6.2
73
69
  specification_version: 4
74
70
  summary: Field-aware factorization machines for Ruby
75
71
  test_files: []