archipelago_rbtree 0.2.6 → 0.2.7

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.
Files changed (2) hide show
  1. data/Rakefile +1 -1
  2. metadata +1 -1
data/Rakefile CHANGED
@@ -9,7 +9,7 @@ require 'rake/gempackagetask'
9
9
  spec = Gem::Specification.new do |s|
10
10
  s.platform = Gem::Platform::RUBY
11
11
  s.name = "archipelago_rbtree"
12
- s.version = "0.2.6"
12
+ s.version = "0.2.7"
13
13
  s.author = "OZAWA Takuma, Kaz Kylheku, Martin Kihlgren"
14
14
  s.email = "zond at troja dot ath dot cx"
15
15
  s.summary = "A patched version of the rbtree code that accepts each and reverse_each with offsets."
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.2
3
3
  specification_version: 1
4
4
  name: archipelago_rbtree
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.2.6
6
+ version: 0.2.7
7
7
  date: 2007-05-14 00:00:00 +02:00
8
8
  summary: A patched version of the rbtree code that accepts each and reverse_each with offsets.
9
9
  require_paths: