orderedtree 0.9.1 → 0.9.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/History.txt +3 -0
  2. data/Rakefile +1 -1
  3. metadata +1 -1
data/History.txt CHANGED
@@ -1,3 +1,6 @@
1
+ === 0.9.2 / 2008-07-25
2
+ * BOGUS RELEASE 3! Testing release process! BOGUS RELEASE!
3
+
1
4
  === 0.9.1 / 2008-07-25
2
5
  * BOGUS RELEASE 2! Testing release process! BOGUS RELEASE!
3
6
 
data/Rakefile CHANGED
@@ -2,7 +2,7 @@
2
2
  require 'rubygems'
3
3
  require 'hoe'
4
4
 
5
- Hoe.new('orderedtree', "0.9.1") do |p|
5
+ Hoe.new('orderedtree', "0.9.2") do |p|
6
6
  p.remote_rdoc_dir = ''
7
7
  p.developer('DesigningPatterns', 'technical.inquiries@designingpatterns.com')
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: orderedtree
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.1
4
+ version: 0.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - DesigningPatterns