highs 0.2.6 → 0.3.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: a25cf8f3c112d5cf88c1a7903b4a4c9f9e1586cb2f672aae69da8597e4c94993
4
- data.tar.gz: a005301aa8eb30c7c321de5aa9f1b25212869a15a9b5998a1e064ed63821b56a
3
+ metadata.gz: 3d791fc5a3196171bfbcd969da58887085e778390fe6aed3d7ea36d0d403f735
4
+ data.tar.gz: 5f4213ad92e3bc929738ef81e038f9c3e81fffeb8504ee91b30b9b339bcddc3a
5
5
  SHA512:
6
- metadata.gz: c834d5bb105a25b86265d6331144b0a4528a5b722f3ddae9108e6893ddf629b6ea840a87673dae2240aaf63cf7cfa6f681d11924b10ae8a7cd9377357232e2d7
7
- data.tar.gz: c52b39eb8abbc98e2e6b50dfb25ec087db91ed48ff30c37ea850034ee825a106a35a2b2d372a7f4efa4668fcd78481b5fe89bd2d8a7ea32c425c924cfdf2a1e7
6
+ metadata.gz: 868f2732fccfe410a18535f910a73c04f4357c5a19e5ffb211a29ea7ec300a7f2b2503a22d3007cae67595694b6e136a3bc089af5a977b97d66ba7bcea087a63
7
+ data.tar.gz: c42918a442cc68aaf6aa36a94a819f9264b4ff6f90fd94465496e7406d1186d1a3d7d275a8d2c886b6dbb3ec1b9257cbac5c9c1ae4a208ba828630fa2083e16f
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## 0.3.0 (2026-06-28)
2
+
3
+ - Updated HiGHS to 1.15.0
4
+ - Dropped support for Ruby < 3.3
5
+
1
6
  ## 0.2.6 (2025-06-07)
2
7
 
3
8
  - Updated HiGHS to 1.11.0
data/LICENSE.txt CHANGED
@@ -1,7 +1,7 @@
1
1
  MIT License
2
2
 
3
3
  Copyright (c) 2022-2024 HiGHS
4
- Copyright (c) 2022-2024 Andrew Kane
4
+ Copyright (c) 2022-2025 Andrew Kane
5
5
 
6
6
  Permission is hereby granted, free of charge, to any person obtaining a copy
7
7
  of this software and associated documentation files (the "Software"), to deal
data/lib/highs/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Highs
2
- VERSION = "0.2.6"
2
+ VERSION = "0.3.0"
3
3
  end
data/vendor/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2024 HiGHS
3
+ Copyright (c) 2026 HiGHS
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
Binary file
Binary file
data/vendor/libhighs.dll CHANGED
Binary file
Binary file
data/vendor/libhighs.so CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: highs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Kane
@@ -55,14 +55,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
55
55
  requirements:
56
56
  - - ">="
57
57
  - !ruby/object:Gem::Version
58
- version: '3.1'
58
+ version: '3.3'
59
59
  required_rubygems_version: !ruby/object:Gem::Requirement
60
60
  requirements:
61
61
  - - ">="
62
62
  - !ruby/object:Gem::Version
63
63
  version: '0'
64
64
  requirements: []
65
- rubygems_version: 3.6.7
65
+ rubygems_version: 4.0.14
66
66
  specification_version: 4
67
67
  summary: Linear optimization for Ruby
68
68
  test_files: []