Skip to content

Commit d8834b2

Browse files
committed
Release 1.0.1
1 parent c254c97 commit d8834b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

algorithms.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
Gem::Specification.new do |s|
44
s.name = "algorithms"
5-
s.version = "1.0.0"
5+
s.version = "1.0.1"
66

77
s.authors = ["Kanwei Li"]
88
s.email = "[email protected]"
99
s.license = 'MIT'
10-
s.date = "2021-04-04"
10+
s.date = "2023-11-11"
1111
s.summary = "Useful algorithms and data structures for Ruby. Optional C extensions."
1212
s.description = "Heap, Priority Queue, Deque, Stack, Queue, Red-Black Trees, Splay Trees, sorting algorithms, and more"
1313
if defined?(RUBY_ENGINE) && RUBY_ENGINE == 'jruby'

0 commit comments

Comments
 (0)