comp_tree 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGES.rdoc CHANGED
@@ -1,6 +1,10 @@
1
1
 
2
2
  = comp_tree Changes
3
3
 
4
+ == Version 1.1.1
5
+
6
+ * fix documentation
7
+
4
8
  == Version 1.1.0
5
9
 
6
10
  * lazily spawn threads as needed -- no longer pre-allocates possibly
data/Rakefile CHANGED
@@ -7,7 +7,7 @@ Levitate.new "comp_tree" do |s|
7
7
  s.rubyforge_info = ["quix", "comptree"]
8
8
  s.github_user = "quix"
9
9
  s.rdoc_files = %w[
10
- lib/comp_tree/comp_tree.rb
10
+ lib/comp_tree.rb
11
11
  lib/comp_tree/driver.rb
12
12
  lib/comp_tree/error.rb
13
13
  ]
@@ -1,3 +1,3 @@
1
1
  module CompTree
2
- VERSION = "1.1.0"
2
+ VERSION = "1.1.1"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: comp_tree
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.1.0
5
+ version: 1.1.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - James M. Lawrence
@@ -71,8 +71,6 @@ rdoc_options:
71
71
  - lib/comp_tree/queue/queue_19.rb
72
72
  - --exclude
73
73
  - lib/comp_tree/version.rb
74
- - --exclude
75
- - lib/comp_tree.rb
76
74
  require_paths:
77
75
  - lib
78
76
  required_ruby_version: !ruby/object:Gem::Requirement