binary_heap 0.1.0 → 0.1.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: faaa2815340f3e63149991ade157103211160d2fa957e72c4ab2a19025adb10a
4
- data.tar.gz: 97c61d6a57e6fdb3d217c300568951193eeec8741139c1dc92dcfc902097696d
3
+ metadata.gz: 8e1cf03a471cddd7f3376dbc001095fc72b45cc4782d6c8caf5b6dfc262dfd05
4
+ data.tar.gz: aa7bd71225698556d015e2f6501f83a2e6a2067da6037697755fb821f6944e3c
5
5
  SHA512:
6
- metadata.gz: 3d492d350927815d34b1c5403c12488986bdf44746b0adaf73fc1e7fc28fdaa8ebf8727181b7fd9cb747eecf220b2befa89f8eac82661caf2d06f2db9c2ca46a
7
- data.tar.gz: 93d1571f07f19b3ae36fa48232f673b3e6cd92c64836d80808aa26551f7a16cd8344bd8fee20df744602fa09ca6f7dd902bbfb932426b3b6a2972143a050e34a
6
+ metadata.gz: 838382d081b3fefe6e3fa019268bc648cc396e9b8b7898c8bf017c84633434d78c1cde5b93d2c7b0d397c71283faba5638d27defc82fd995ebb5ff37ada0fb67
7
+ data.tar.gz: bd41c70b292dcbb0d41cbf2e6e33ff34e59801cb802dc3200c54cee1243e2bfaedaf0f1eb3c7e0d99addea7f6daded714bfe6d1aa7b58ada42bf8898aa12409a
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 skr0504
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
data/README.md CHANGED
@@ -6,11 +6,11 @@ BinaryHeap is a pure ruby implementation of a binary heap, that can be used as a
6
6
 
7
7
  Install the gem and add to the application's Gemfile by executing:
8
8
 
9
- $ bundle add UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG
9
+ $ bundle add binary_heap
10
10
 
11
11
  If bundler is not being used to manage dependencies, install the gem by executing:
12
12
 
13
- $ gem install UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG
13
+ $ gem install binary_heap
14
14
 
15
15
  ## Usage
16
16
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BinaryHeap
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: binary_heap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sebastian Krause
@@ -11,12 +11,13 @@ date: 2025-03-06 00:00:00.000000000 Z
11
11
  dependencies: []
12
12
  description: A binary heap can be used as a priority queue.
13
13
  email:
14
- - skrause216@posteo.de
14
+ - sebastian.krause@gmx.de
15
15
  executables: []
16
16
  extensions: []
17
17
  extra_rdoc_files: []
18
18
  files:
19
19
  - CHANGELOG.md
20
+ - LICENSE
20
21
  - README.md
21
22
  - Rakefile
22
23
  - Steepfile
@@ -26,7 +27,9 @@ files:
26
27
  - lib/binary_heap/base.rb
27
28
  - lib/binary_heap/version.rb
28
29
  - sig/binary_heap.rbs
29
- licenses: []
30
+ homepage: https://github.com/skr0504/binary_heap
31
+ licenses:
32
+ - MIT
30
33
  metadata: {}
31
34
  rdoc_options: []
32
35
  require_paths: