moving files around a bit
authorJoe O'Brien <joe@theedgecase.com>
Mon, 26 Jan 2009 17:11:46 +0000 (12:11 -0500)
committerJoe O'Brien <joe@theedgecase.com>
Mon, 26 Jan 2009 17:11:46 +0000 (12:11 -0500)
36 files changed:
Rakefile [moved from Rakefile.rb with 85% similarity]
koans/GREED_RULES.txt [moved from GREED_RULES.txt with 100% similarity]
koans/about_array_assignment.rb [moved from about_array_assignment.rb with 100% similarity]
koans/about_arrays.rb [moved from about_arrays.rb with 100% similarity]
koans/about_basics.rb [moved from about_basics.rb with 100% similarity]
koans/about_blocks.rb [moved from about_blocks.rb with 100% similarity]
koans/about_class_methods.rb [moved from about_class_methods.rb with 100% similarity]
koans/about_classes.rb [moved from about_classes.rb with 100% similarity]
koans/about_control_statements.rb [moved from about_control_statements.rb with 100% similarity]
koans/about_dice_project.rb [moved from about_dice_project.rb with 100% similarity]
koans/about_exceptions.rb [moved from about_exceptions.rb with 100% similarity]
koans/about_extra_credit.rb [moved from about_extra_credit.rb with 100% similarity]
koans/about_hashes.rb [moved from about_hashes.rb with 100% similarity]
koans/about_inheritance.rb [moved from about_inheritance.rb with 100% similarity]
koans/about_iteration.rb [moved from about_iteration.rb with 100% similarity]
koans/about_message_passing.rb [moved from about_message_passing.rb with 100% similarity]
koans/about_methods.rb [moved from about_methods.rb with 100% similarity]
koans/about_modules.rb [moved from about_modules.rb with 100% similarity]
koans/about_nil.rb [moved from about_nil.rb with 100% similarity]
koans/about_open_classes.rb [moved from about_open_classes.rb with 100% similarity]
koans/about_proxy_object_project.rb [moved from about_proxy_object_project.rb with 100% similarity]
koans/about_sandwich_code.rb [moved from about_sandwich_code.rb with 100% similarity]
koans/about_scope.rb [moved from about_scope.rb with 100% similarity]
koans/about_scoring_project.rb [moved from about_scoring_project.rb with 100% similarity]
koans/about_strings.rb [moved from about_strings.rb with 100% similarity]
koans/about_triangle_project.rb [moved from about_triangle_project.rb with 100% similarity]
koans/about_triangle_project_2.rb [moved from about_triangle_project_2.rb with 100% similarity]
koans/about_true_and_false.rb [moved from about_true_and_false.rb with 100% similarity]
koans/array_test.rb [moved from array_test.rb with 100% similarity]
koans/code_mash.rb [moved from code_mash.rb with 100% similarity]
koans/edgecase.rb [moved from edgecase.rb with 100% similarity]
koans/example_file.txt [moved from example_file.txt with 100% similarity]
koans/first_test.rb [moved from first_test.rb with 100% similarity]
koans/path_to_enlightenment.rb [moved from path_to_enlightenment.rb with 100% similarity]
koans/test_helper.rb [moved from test_helper.rb with 100% similarity]
koans/triangle.rb [moved from triangle.rb with 100% similarity]

similarity index 85%
rename from Rakefile.rb
rename to Rakefile
index 146b876..4c2e1c7 100644 (file)
+++ b/Rakefile
@@ -2,5 +2,6 @@
 task :default => :walk_the_path
 
 task :walk_the_path do
+  cd 'koans'
   ruby 'path_to_enlightenment.rb'
 end
\ No newline at end of file
similarity index 100%
rename from GREED_RULES.txt
rename to koans/GREED_RULES.txt
similarity index 100%
rename from about_arrays.rb
rename to koans/about_arrays.rb
similarity index 100%
rename from about_basics.rb
rename to koans/about_basics.rb
similarity index 100%
rename from about_blocks.rb
rename to koans/about_blocks.rb
similarity index 100%
rename from about_classes.rb
rename to koans/about_classes.rb
similarity index 100%
rename from about_hashes.rb
rename to koans/about_hashes.rb
similarity index 100%
rename from about_iteration.rb
rename to koans/about_iteration.rb
similarity index 100%
rename from about_methods.rb
rename to koans/about_methods.rb
similarity index 100%
rename from about_modules.rb
rename to koans/about_modules.rb
similarity index 100%
rename from about_nil.rb
rename to koans/about_nil.rb
similarity index 100%
rename from about_scope.rb
rename to koans/about_scope.rb
similarity index 100%
rename from about_strings.rb
rename to koans/about_strings.rb
similarity index 100%
rename from array_test.rb
rename to koans/array_test.rb
similarity index 100%
rename from code_mash.rb
rename to koans/code_mash.rb
similarity index 100%
rename from edgecase.rb
rename to koans/edgecase.rb
similarity index 100%
rename from example_file.txt
rename to koans/example_file.txt
similarity index 100%
rename from first_test.rb
rename to koans/first_test.rb
similarity index 100%
rename from test_helper.rb
rename to koans/test_helper.rb
similarity index 100%
rename from triangle.rb
rename to koans/triangle.rb