Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kanwei committed Nov 11, 2023
1 parent c254c97 commit d8834b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions algorithms.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

Gem::Specification.new do |s|
s.name = "algorithms"
s.version = "1.0.0"
s.version = "1.0.1"

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

0 comments on commit d8834b2

Please sign in to comment.