ballistics-engine 0.25.2 → 0.26.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: '052129c231a24cccaf49d75241210d42d0f5d4caba052a16d4014bb5ba5c2a86'
4
- data.tar.gz: 04b8bcb9a4a0c487cfa8a5590bd2b5d3bd3f19224670e917ced495806506bf1b
3
+ metadata.gz: cec61418d1b9192639dc793b3d72ed46a435126d43df52bdb71e545a94941cf3
4
+ data.tar.gz: 5525b67a464265c9f107828568eb5f539f1b14d186d2f6a58bc51bd4a2e50d49
5
5
  SHA512:
6
- metadata.gz: b2182040131c9a40a4a36289cddde685bac544137b7cc4f6729fc0b4fcbde60014fe3889cbbd00b06d81f149cc284c012f4e301ad979898a18251556ac8429d4
7
- data.tar.gz: 252336509cae7614da87dc8f4bd9dc70ffc1d81f5538bf073f7f90c1c4cdf8e40f67fc4bb8bcfd0c093f20c992cf958711cfd9c58742f5dc0dad6d6dfbe9405f
6
+ metadata.gz: 02a6aeb318e77b9c24333c73811c4659316de5b2bd1b9792aa86b032cedb6a134caf3be2c6ef47d06b30571078dd9f35711ef171b6292f4a644f67a852298970
7
+ data.tar.gz: da1ea9da474a65864723f79f32a0c8dcadb7560c414b0eabcd6d23fd847399638511831a3e944bba46da8e2ba36f8090450fa1b3e4be9ab62f601c671500119c
data/Cargo.toml CHANGED
@@ -3,7 +3,7 @@
3
3
  # rake-compiler/rb-sys cargo-metadata lookup resolves (newer rb-sys does not
4
4
  # normalize hyphens). The published gem name is set in the gemspec, independent.
5
5
  name = "ballistics_engine_rb"
6
- version = "0.22.11"
6
+ version = "0.26.0"
7
7
  edition = "2021"
8
8
  authors = ["Alex Jokela <email@tinycomputers.io>"]
9
9
  description = "Ruby bindings for ballistics-engine"
@@ -15,7 +15,7 @@ name = "ballistics_engine_rb"
15
15
  crate-type = ["cdylib"]
16
16
 
17
17
  [dependencies]
18
- ballistics-engine = { version = "0.25.2", default-features = false }
18
+ ballistics-engine = { version = "0.26.0", default-features = false }
19
19
  magnus = "0.8"
20
20
 
21
21
  [profile.release]
@@ -4,7 +4,7 @@ require "ballistics_engine_rb"
4
4
 
5
5
  # Top-level module for the BallisticsEngine gem
6
6
  module BallisticsEngine
7
- VERSION = "0.25.0"
7
+ VERSION = "0.26.0"
8
8
 
9
9
  class Error < StandardError; end
10
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ballistics-engine
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.25.2
4
+ version: 0.26.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Jokela