highs 0.1.3 → 0.1.4

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: 2e1820b5de1dbc70a3892696ec19873ee45ef2a1169eb581c7b62e64fa2930d4
4
- data.tar.gz: f589846e73041dbd52ad4ac0fae110971f492525b9ad95023b4d20fe203c75b2
3
+ metadata.gz: 4f91fd7c597e063d070b5ad454f0b1912325753280165435653ce6124661e8a2
4
+ data.tar.gz: a8a0e59f821cd5b688c1f3181143731adaa4e54b71b55d3a056993bcf56ba0a2
5
5
  SHA512:
6
- metadata.gz: a92aa350070a0870aac19d8e64597ed74b9293bc27ee2d8c1da82e1276e9918bb840b0617341925d7db468d6eb15f3e3bcb60a2efcd2eea6d7500a339cd219a9
7
- data.tar.gz: 0a5780c8dd03a8692dba3c8edec0068c277b95b0521baaab324c950a3d00d8a242f5f9c3b97c673e11ad2e5c4552a376d3b07e80462db6d47bc4f83e39ac9594
6
+ metadata.gz: 14d09517251bcf48d3326da0939da9079dd361bd5796643835218446aba8c73621ce99dc449041ff21d2d0c58707c207b943839f635464e0c7b59a4000ab7fb6
7
+ data.tar.gz: 1b3e7f53a2f855eee94fc202ca37a983dd6a43c6a3a95647f64f79e6b13ea755fbc5397bb7f7ad46083a12a32cb7a59322196167acc7e8975e39769b2f406fdd
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.1.4 (2022-12-08)
2
+
3
+ - Updated HiGHS to 1.4.1
4
+
1
5
  ## 0.1.3 (2022-11-05)
2
6
 
3
7
  - Updated HiGHS to 1.3.0
data/LICENSE.txt CHANGED
@@ -1,11 +1,8 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2021 ERGO-Code
3
+ Copyright (c) 2022 HiGHS
4
4
  Copyright (c) 2022 Andrew Kane
5
5
 
6
- IPX and BASICLU, Copyright (c) 2018-2021 ERGO-Code
7
- Used in HiGHS under the MIT license.
8
-
9
6
  Permission is hereby granted, free of charge, to any person obtaining a copy
10
7
  of this software and associated documentation files (the "Software"), to deal
11
8
  in the Software without restriction, including without limitation the rights
data/lib/highs/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Highs
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
data/vendor/LICENSE CHANGED
@@ -1,9 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2021 ERGO-Code
4
-
5
- IPX and BASICLU, Copyright (c) 2018-2021 ERGO-Code
6
- Used in HiGHS under the MIT license.
3
+ Copyright (c) 2022 HiGHS
7
4
 
8
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
9
6
  of this software and associated documentation files (the "Software"), to deal
Binary file
Binary file
Binary file
data/vendor/libhighs.so CHANGED
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: highs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Kane
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-11-05 00:00:00.000000000 Z
11
+ date: 2022-12-09 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: andrew@ankane.org
@@ -49,7 +49,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
49
49
  - !ruby/object:Gem::Version
50
50
  version: '0'
51
51
  requirements: []
52
- rubygems_version: 3.3.7
52
+ rubygems_version: 3.4.0.dev
53
53
  signing_key:
54
54
  specification_version: 4
55
55
  summary: Linear optimization for Ruby