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 +4 -0
- data/Rakefile +1 -1
- data/lib/comp_tree/version.rb +1 -1
- metadata +1 -3
data/CHANGES.rdoc
CHANGED
data/Rakefile
CHANGED
data/lib/comp_tree/version.rb
CHANGED
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.
|
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
|