vector_number 0.4.0 → 0.4.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3958070d42eb34b2a76467cda30a4c33e90838a17211d06bf9088311f6cf82ee
4
- data.tar.gz: 5308af739c073e2193ee8199a1118eef011e0aa552cbcceb6a8bae63f8c2da5d
3
+ metadata.gz: 3b689f3e4070327ab1f35d476a71f42e7fb69c21775c38827bc512257805f5a7
4
+ data.tar.gz: 4d1b4c8035aef93bbf97ee9b1c9e3fe75b3b91c2e981bfc10d0b43f8b7b66ea4
5
5
  SHA512:
6
- metadata.gz: 515c092ebe57230a92fff99868ccf7fd929fcf9a2aa6d81b10918c68108010b55214bc88fef0112659b513623959c82fd6e8431fbaf16e1917e25d1b07a797a7
7
- data.tar.gz: 9738e48084961b2ac7a6e02853ca30c37d736692ac14b3e49ac72f8adea3a31ebc72ea1751e474c57007ef1aa9d3663aa61a2de3ac3b937192c7ae7bd680a6e4
6
+ metadata.gz: 0daa665f2a124bcd161b5d0750dc7b2a763931d80f4730a5f0f8c744bcb7f8871a463d1a21e9010792fef986984934f435501801547d11dd668a771125556a44
7
+ data.tar.gz: f8d595441f173c02006105e8c89028ee28ac1f50b25e27e69d6598729257ead6465e0f302678f3df18a7a9b28e228cbf1abcace4822be1594b6312804df315a6
data/CHANGELOG.md CHANGED
@@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
8
  ## [Next]
9
+
10
+ [Compare v0.4.1...main](https://github.com/trinistr/vector_number/compare/v0.4.1...main)
11
+
12
+
13
+ ## [v0.4.1] — 2025-07-07
14
+
15
+ Small update to fix Changelog.
16
+
17
+ [Compare v0.4.0...v0.4.1](https://github.com/trinistr/vector_number/compare/v0.4.0...v0.4.1)
18
+
9
19
  ## [v0.4.0] — 2025-07-07
10
20
 
11
21
  **Changed**
@@ -15,7 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
25
  - Optimize various initialization paths. It is now 1.5-2.5 times faster, depending on arguments.
16
26
  - [🚀 CI] Disable JRuby testing on CI.
17
27
 
18
- [Compare v0.3.1...main](https://github.com/trinistr/vector_number/compare/v0.3.1...main)
28
+ [Compare v0.3.1...v0.4.0](https://github.com/trinistr/vector_number/compare/v0.3.1...v0.4.0)
19
29
 
20
30
  ## [v0.3.1] — 2025-06-21
21
31
 
@@ -149,6 +159,8 @@ README was updated to reflect this change.
149
159
  - Initial work.
150
160
 
151
161
  [Next]: https://github.com/trinistr/vector_number/tree/main
162
+ [v0.4.1]: https://github.com/trinistr/vector_number/tree/v0.4.1
163
+ [v0.4.0]: https://github.com/trinistr/vector_number/tree/v0.4.0
152
164
  [v0.3.1]: https://github.com/trinistr/vector_number/tree/v0.3.1
153
165
  [v0.3.0]: https://github.com/trinistr/vector_number/tree/v0.3.0
154
166
  [v0.2.6]: https://github.com/trinistr/vector_number/tree/v0.2.6
@@ -2,5 +2,5 @@
2
2
 
3
3
  class VectorNumber
4
4
  # @return [String]
5
- VERSION = "0.4.0"
5
+ VERSION = "0.4.1"
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vector_number
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexandr Bulancov
@@ -39,9 +39,9 @@ licenses:
39
39
  metadata:
40
40
  homepage_uri: https://github.com/trinistr/vector_number
41
41
  bug_tracker_uri: https://github.com/trinistr/vector_number/issues
42
- documentation_uri: https://rubydoc.info/gems/vector_number/0.4.0
43
- source_code_uri: https://github.com/trinistr/vector_number/tree/v0.4.0
44
- changelog_uri: https://github.com/trinistr/vector_number/blob/v0.4.0/CHANGELOG.md
42
+ documentation_uri: https://rubydoc.info/gems/vector_number/0.4.1
43
+ source_code_uri: https://github.com/trinistr/vector_number/tree/v0.4.1
44
+ changelog_uri: https://github.com/trinistr/vector_number/blob/v0.4.1/CHANGELOG.md
45
45
  rubygems_mfa_required: 'true'
46
46
  post_install_message:
47
47
  rdoc_options: