Skip to content

Commit

Permalink
Fix release date
Browse files Browse the repository at this point in the history
  • Loading branch information
kanwei committed Jan 22, 2013
1 parent dfd7768 commit 9a6ca5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion algorithms.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |s|
s.authors = ["Kanwei Li"]
s.email = "[email protected]"
s.license = 'MIT'
s.date = "2012-04-25"
s.date = "2013-01-22"
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"
unless defined?(RUBY_ENGINE) && RUBY_ENGINE == 'jruby'
Expand Down

0 comments on commit 9a6ca5a

Please sign in to comment.