Navigation Menu

Skip to content

Commit

Permalink
Version bump to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshi Nakamura committed Feb 5, 2012
1 parent 386272c commit be39f03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions avl_tree.gemspec
@@ -1,13 +1,13 @@
require 'rubygems' require 'rubygems'
Gem::Specification.new { |s| Gem::Specification.new { |s|
s.name = "avl_tree" s.name = "avl_tree"
s.version = "1.0.0" s.version = "1.1.0"
s.date = "2012-01-13" s.date = "2012-02-05"
s.author = "Hiroshi Nakamura" s.author = "Hiroshi Nakamura"
s.email = "nahi@ruby-lang.org" s.email = "nahi@ruby-lang.org"
s.homepage = "http://github.com/nahi/avl_tree" s.homepage = "http://github.com/nahi/avl_tree"
s.platform = Gem::Platform::RUBY s.platform = Gem::Platform::RUBY
s.summary = "Naive implementation of AVL tree for Ruby" s.summary = "AVL tree and Red-black tree in Ruby"
s.files = Dir.glob('{lib,bench,test}/**/*') + ['README'] s.files = Dir.glob('{lib,bench,test}/**/*') + ['README']
s.require_path = "lib" s.require_path = "lib"
} }

0 comments on commit be39f03

Please sign in to comment.