-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #68 from evolve75/cleanup_and_gemfile_update
Cleanup and gemfile update. Releasing 1.0.0
- Loading branch information
Showing
28 changed files
with
821 additions
and
824 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,83 +1,68 @@ | ||
PATH | ||
remote: . | ||
specs: | ||
rubytree (0.9.7) | ||
json (~> 1.8) | ||
structured_warnings (~> 0.2) | ||
rubytree (1.0.0) | ||
json (~> 2.1) | ||
structured_warnings (~> 0.3) | ||
|
||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
coveralls (0.8.10) | ||
json (~> 1.8) | ||
rest-client (>= 1.6.8, < 2) | ||
simplecov (~> 0.11.0) | ||
coveralls (0.8.21) | ||
json (>= 1.8, < 3) | ||
simplecov (~> 0.14.1) | ||
term-ansicolor (~> 1.3) | ||
thor (~> 0.19.1) | ||
tins (~> 1.6.0) | ||
diff-lcs (1.2.5) | ||
thor (~> 0.19.4) | ||
tins (~> 1.6) | ||
diff-lcs (1.3) | ||
docile (1.1.5) | ||
domain_name (0.5.25) | ||
unf (>= 0.0.5, < 1.0.0) | ||
http-cookie (1.0.2) | ||
domain_name (~> 0.5) | ||
json (1.8.3) | ||
mime-types (2.99) | ||
netrc (0.11.0) | ||
power_assert (0.2.6) | ||
rake (10.4.2) | ||
rdoc (4.2.1) | ||
json (~> 1.4) | ||
rest-client (1.8.0) | ||
http-cookie (>= 1.0.2, < 2.0) | ||
mime-types (>= 1.16, < 3.0) | ||
netrc (~> 0.7) | ||
rspec (3.4.0) | ||
rspec-core (~> 3.4.0) | ||
rspec-expectations (~> 3.4.0) | ||
rspec-mocks (~> 3.4.0) | ||
rspec-core (3.4.1) | ||
rspec-support (~> 3.4.0) | ||
rspec-expectations (3.4.0) | ||
json (2.1.0) | ||
power_assert (1.1.1) | ||
rake (10.5.0) | ||
rdoc (6.0.0) | ||
rspec (3.7.0) | ||
rspec-core (~> 3.7.0) | ||
rspec-expectations (~> 3.7.0) | ||
rspec-mocks (~> 3.7.0) | ||
rspec-core (3.7.0) | ||
rspec-support (~> 3.7.0) | ||
rspec-expectations (3.7.0) | ||
diff-lcs (>= 1.2.0, < 2.0) | ||
rspec-support (~> 3.4.0) | ||
rspec-mocks (3.4.0) | ||
rspec-support (~> 3.7.0) | ||
rspec-mocks (3.7.0) | ||
diff-lcs (>= 1.2.0, < 2.0) | ||
rspec-support (~> 3.4.0) | ||
rspec-support (3.4.1) | ||
rspec-support (~> 3.7.0) | ||
rspec-support (3.7.0) | ||
rtags (0.97) | ||
rtagstask (0.0.4) | ||
rtags (> 0.0.0) | ||
simplecov (0.11.1) | ||
simplecov (0.14.1) | ||
docile (~> 1.1.0) | ||
json (~> 1.8) | ||
json (>= 1.8, < 3) | ||
simplecov-html (~> 0.10.0) | ||
simplecov-html (0.10.0) | ||
structured_warnings (0.2.0) | ||
term-ansicolor (1.3.2) | ||
simplecov-html (0.10.2) | ||
structured_warnings (0.3.0) | ||
term-ansicolor (1.6.0) | ||
tins (~> 1.0) | ||
test-unit (3.1.5) | ||
test-unit (3.2.7) | ||
power_assert | ||
thor (0.19.1) | ||
tins (1.6.0) | ||
unf (0.1.4) | ||
unf_ext | ||
unf_ext (0.0.7.1) | ||
yard (0.8.7.6) | ||
thor (0.19.4) | ||
tins (1.16.3) | ||
yard (0.9.12) | ||
|
||
PLATFORMS | ||
ruby | ||
|
||
DEPENDENCIES | ||
bundler (~> 1.7) | ||
bundler (~> 1.16) | ||
coveralls (>= 0.7) | ||
rake (~> 10.4) | ||
rdoc (~> 4.2) | ||
rdoc (~> 6.0) | ||
rspec (>= 3.4) | ||
rtagstask (~> 0.0) | ||
rubytree! | ||
test-unit (~> 3.0) | ||
yard (~> 0.8) | ||
yard (~> 0.9) | ||
|
||
BUNDLED WITH | ||
1.10.2 | ||
1.16.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<!-- | ||
README.md | ||
Copyright (C) 2006-2015 Anupam Sengupta ([email protected]) | ||
Copyright (C) 2006-2017 Anupam Sengupta ([email protected]) | ||
--> | ||
# **RubyTree** # | ||
|
@@ -120,7 +120,7 @@ This example can also be found at | |
|
||
## REQUIREMENTS: ## | ||
|
||
* [Ruby][] 1.8.x, 1.9.x, 2.0.x, or 2.1.x. | ||
* [Ruby][] 2.2.x, 2.3.x or 2.4.x | ||
|
||
|
||
* Run-time Dependencies: | ||
|
@@ -244,8 +244,8 @@ A big thanks to the following contributors for helping improve **RubyTree**: | |
[BSD]: http://opensource.org/licenses/bsd-license.php "BSD License" | ||
[Binary tree]: http://en.wikipedia.org/wiki/Binary_tree "Binary Tree Data Structure" | ||
[Bundler]: http://bundler.io "Bundler" | ||
[Comparable]: http://ruby-doc.org/core-1.8.7/Comparable.html "Comparable mix-in" | ||
[Enumerable]: http://ruby-doc.org/core-1.9.3/Enumerable.html "Enumerable mix-in" | ||
[Comparable]: http://ruby-doc.org/core-2.4.2/Comparable.html "Comparable mix-in" | ||
[Enumerable]: http://ruby-doc.org/core-2.4.2/Enumerable.html "Enumerable mix-in" | ||
[JSON]: http://flori.github.com/json "JSON" | ||
[Rake]: https://rubygems.org/gems/rake "Rake" | ||
[Ruby]: http://www.ruby-lang.org "Ruby Programming Language" | ||
|
@@ -254,7 +254,7 @@ A big thanks to the following contributors for helping improve **RubyTree**: | |
[breadth-first]: http://en.wikipedia.org/wiki/Breadth-first_search "Breadth-first (level-first) Traversal" | ||
[git]: http://git-scm.com "Git SCM" | ||
[in-order]: http://en.wikipedia.org/wiki/Tree_traversal#In-order "In-order (symmetric) Traversal" | ||
[marshaling]: http://ruby-doc.org/core-1.8.7/Marshal.html "Marshaling in Ruby" | ||
[marshaling]: http://ruby-doc.org/core-2.4.2/Marshal.html "Marshaling in Ruby" | ||
[post-order]: http://en.wikipedia.org/wiki/Tree_traversal#Post-order "Post-ordered Traversal" | ||
[pre-order]: http://en.wikipedia.org/wiki/Tree_traversal#Pre-order "Pre-ordered Traversal" | ||
[rt@github]: http://github.com/evolve75/RubyTree "RubyTree Project Page on Github" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,4 +38,4 @@ | |
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
# | ||
|
||
require "tree.rb" | ||
require 'tree.rb' |
Oops, something went wrong.