ruby_koans.git
12 years agoBack ported a lot of changes made to the Koans directory.
Jim Weirich [Sun, 4 Dec 2011 07:00:22 +0000 (02:00 -0500)]
Back ported a lot of changes made to the Koans directory.

Evidently, a lot of changes / pull requests were made to the koans
directory and not to the src directory.  Perhaps we should remove the
koans directory entirely from the repo.

12 years agoSilence complaint about Rake::DSL
Jim Weirich [Sun, 4 Dec 2011 06:58:29 +0000 (01:58 -0500)]
Silence complaint about Rake::DSL

12 years agoremoved deprecated require of rake/rdoctask
Jim Weirich [Sun, 4 Dec 2011 06:18:23 +0000 (01:18 -0500)]
removed deprecated require of rake/rdoctask

12 years agoupdated koans with latest src
Jim Weirich [Sun, 4 Dec 2011 06:17:59 +0000 (01:17 -0500)]
updated koans with latest src

12 years agoFixed :each VS "each" conflict in method list inclusion.
Jim Weirich [Sun, 4 Dec 2011 05:57:08 +0000 (00:57 -0500)]
Fixed :each VS "each" conflict in method list inclusion.

12 years agoMerge pull request #60 from lagartoflojo/master
Matt Darby [Sat, 15 Oct 2011 01:10:32 +0000 (18:10 -0700)]
Merge pull request #60 from lagartoflojo/master

Fix a small typo in the comment.

12 years agofix typo in message
Hernán Schmidt [Fri, 14 Oct 2011 23:56:47 +0000 (20:56 -0300)]
fix typo in message

12 years agoMerge pull request #47 from ahmed80dz/master
Matt Darby [Fri, 7 Oct 2011 23:24:23 +0000 (16:24 -0700)]
Merge pull request #47 from ahmed80dz/master

colors in windows using win32console gem

12 years agoas suggested by sunaku
ahmed80dz [Fri, 7 Oct 2011 21:55:12 +0000 (23:55 +0200)]
as suggested by sunaku

12 years agofinally it worked well
ahmed80dz [Fri, 7 Oct 2011 21:13:32 +0000 (23:13 +0200)]
finally it worked well

12 years agoEdited koans/edgecase.rb via GitHub
ahmed80dz [Fri, 7 Oct 2011 20:34:53 +0000 (22:34 +0200)]
Edited koans/edgecase.rb via GitHub

12 years agotesting for win32console
ahmed80dz [Fri, 7 Oct 2011 20:18:59 +0000 (22:18 +0200)]
testing for win32console

12 years agoMerge pull request #52 from dandorman/hash_fetch_koan
Matt Darby [Fri, 7 Oct 2011 19:58:45 +0000 (12:58 -0700)]
Merge pull request #52 from dandorman/hash_fetch_koan

Add koan addressing Hash#fetch.

12 years agoMerge pull request #53 from dandorman/hash_default_block_koans
Matt Darby [Fri, 7 Oct 2011 19:56:59 +0000 (12:56 -0700)]
Merge pull request #53 from dandorman/hash_default_block_koans

Add koans addressing passing a block to Hash#initialize.

12 years agoMerge pull request #54 from bsodmike/master
Matt Darby [Fri, 7 Oct 2011 19:56:07 +0000 (12:56 -0700)]
Merge pull request #54 from bsodmike/master

Others may find these tweaks useful...

12 years agoMerge pull request #55 from deanh/master
Matt Darby [Fri, 7 Oct 2011 19:53:21 +0000 (12:53 -0700)]
Merge pull request #55 from deanh/master

Minor 1.8 v. 1.9 fix and typo

12 years agoFixed discrepancy between results for obj.methods in 1.8 v. 1.9
this guy [Fri, 9 Sep 2011 05:04:43 +0000 (22:04 -0700)]
Fixed discrepancy between results for obj.methods in 1.8 v. 1.9
(String v. Symbol) and what looked to be a typo.

12 years agofew more enlightening tweaks
Michael de Silva [Thu, 8 Sep 2011 21:16:21 +0000 (00:16 +0300)]
few more enlightening tweaks

12 years agoAdd koans addressing passing a block to Hash#initialize.
Dan Dorman [Thu, 8 Sep 2011 15:48:41 +0000 (09:48 -0600)]
Add koans addressing passing a block to Hash#initialize.

12 years agoAdd koan addressing Hash#fetch.
Dan Dorman [Thu, 8 Sep 2011 15:46:02 +0000 (09:46 -0600)]
Add koan addressing Hash#fetch.

12 years agotweak for a more enlightened Regexp koan
Michael de Silva [Thu, 8 Sep 2011 13:23:01 +0000 (16:23 +0300)]
tweak for a more enlightened Regexp koan

12 years agoMerge pull request #50 from daemianmack/master
Matt Yoho [Wed, 31 Aug 2011 21:06:49 +0000 (14:06 -0700)]
Merge pull request #50 from daemianmack/master

Fixed a typo.

12 years agoFix typo.
Daemian Mack [Wed, 31 Aug 2011 21:02:16 +0000 (18:02 -0300)]
Fix typo.

12 years agoEdited src/about_symbols.rb via GitHub
Daemian Mack [Tue, 30 Aug 2011 00:44:30 +0000 (21:44 -0300)]
Edited src/about_symbols.rb via GitHub

12 years agoMerge pull request #49 from daemianmack/master
Matt Yoho [Mon, 29 Aug 2011 19:48:08 +0000 (12:48 -0700)]
Merge pull request #49 from daemianmack/master

Fixed a typo.

12 years agoMerge pull request #48 from daemianmack/patch-1
Matt Yoho [Mon, 29 Aug 2011 15:41:29 +0000 (08:41 -0700)]
Merge pull request #48 from daemianmack/patch-1

Edited src/about_nil.rb via GitHub

12 years agoEdited src/about_nil.rb via GitHub
Daemian Mack [Mon, 29 Aug 2011 20:34:35 +0000 (17:34 -0300)]
Edited src/about_nil.rb via GitHub

12 years agoEdited koans/edgecase.rb via GitHub
ahmed80dz [Tue, 23 Aug 2011 12:28:00 +0000 (14:28 +0200)]
Edited koans/edgecase.rb via GitHub

12 years agoforgot requires
ahmed80dz [Tue, 23 Aug 2011 00:34:01 +0000 (02:34 +0200)]
forgot requires

12 years agousing windows32console gem for colors
ahmed80dz [Tue, 23 Aug 2011 00:24:10 +0000 (02:24 +0200)]
using windows32console gem for colors

12 years agoMerge pull request #46 from connormontgomery/patch-1
Isaac Sanders [Thu, 18 Aug 2011 11:23:27 +0000 (04:23 -0700)]
Merge pull request #46 from connormontgomery/patch-1

Fixed a typo.

12 years agoFixed a typo.
Connor Montgomery [Thu, 18 Aug 2011 07:21:03 +0000 (02:21 -0500)]
Fixed a typo.

12 years agoAdded a note on how to (optionally) install rake.
Matt Darby [Fri, 3 Jun 2011 18:21:25 +0000 (11:21 -0700)]
Added a note on how to (optionally) install rake.

12 years agoMerge pull request #33 from tjkirch/string-fixes
Matt Darby [Fri, 3 Jun 2011 02:39:40 +0000 (19:39 -0700)]
Merge pull request #33 from tjkirch/string-fixes

Small fixes to about_strings

12 years agoClarify string length versus line count
tjkirch [Sun, 6 Mar 2011 12:29:15 +0000 (12:29 +0000)]
Clarify string length versus line count

12 years agoMerge pull request #25 from kimptoc/master
Matt Darby [Thu, 2 Jun 2011 22:28:50 +0000 (15:28 -0700)]
Merge pull request #25 from kimptoc/master

Some minor tweaks

12 years agoMerge pull request #28 from alindeman/master
Matt Darby [Thu, 2 Jun 2011 22:27:39 +0000 (15:27 -0700)]
Merge pull request #28 from alindeman/master

Remove Trailing Whitespace

12 years agoMerge pull request #28 from alindeman/master
Matt Darby [Thu, 2 Jun 2011 22:27:28 +0000 (15:27 -0700)]
Merge pull request #28 from alindeman/master

Remove Trailing Whitespace

12 years agoMerge pull request #30 from greyblake/master
Matt Darby [Thu, 2 Jun 2011 22:27:09 +0000 (15:27 -0700)]
Merge pull request #30 from greyblake/master

Hash default value

12 years agoMerge pull request #31 from erickt/master
Matt Darby [Thu, 2 Jun 2011 22:25:43 +0000 (15:25 -0700)]
Merge pull request #31 from erickt/master

Just a small typo

12 years agoMerge pull request #35 from TheSeparateFirst/master
Matt Darby [Thu, 2 Jun 2011 22:20:34 +0000 (15:20 -0700)]
Merge pull request #35 from TheSeparateFirst/master

Fixed about_strings for multiple rubies

12 years agoMerge pull request #36 from dcoder2099/master
Matt Darby [Thu, 2 Jun 2011 22:13:44 +0000 (15:13 -0700)]
Merge pull request #36 from dcoder2099/master

Fixed a typo in about_inheritance.rb

12 years agoMerge pull request #42 from kowen/master
Matt Darby [Thu, 2 Jun 2011 22:06:58 +0000 (15:06 -0700)]
Merge pull request #42 from kowen/master

Adding missing assert in iteration test.

12 years agoMerge pull request #43 from rtlechow/master
Matt Darby [Thu, 2 Jun 2011 21:49:23 +0000 (14:49 -0700)]
Merge pull request #43 from rtlechow/master

Just some typos.

12 years agoTypos.
R.T. Lechow [Thu, 2 Jun 2011 21:46:41 +0000 (17:46 -0400)]
Typos.

13 years agoAdding missing assert in iteration test.
Katrina Owen [Mon, 16 May 2011 21:48:53 +0000 (23:48 +0200)]
Adding missing assert in iteration test.

Also checking against symbol rather than string.

13 years agoMerge pull request #32 from skilldrick/spellings.
Joe O'Brien [Sat, 30 Apr 2011 18:57:21 +0000 (11:57 -0700)]
Merge pull request #32 from skilldrick/spellings.

Spellings

13 years agoMerge pull request #37 from abyx/fix_typo_in_proxy_project.
Joe O'Brien [Sat, 30 Apr 2011 17:47:02 +0000 (10:47 -0700)]
Merge pull request #37 from abyx/fix_typo_in_proxy_project.

Fix typo in proxy project

13 years agoMerge pull request #38 from bowsersenior/master.
Joe O'Brien [Sat, 30 Apr 2011 17:46:31 +0000 (10:46 -0700)]
Merge pull request #38 from bowsersenior/master.

Just some typo fixes

13 years agoMerge pull request #40 from nazgob/master.
Joe O'Brien [Sat, 30 Apr 2011 17:45:49 +0000 (10:45 -0700)]
Merge pull request #40 from nazgob/master.

typo fixed -> issue #39

13 years agofixed typo -> Issue #39
nazgob [Wed, 13 Apr 2011 13:50:17 +0000 (06:50 -0700)]
fixed typo -> Issue #39

13 years agofixed typo -> Issue #39
nazgob [Wed, 13 Apr 2011 13:49:58 +0000 (06:49 -0700)]
fixed typo -> Issue #39

13 years agoFix typo in about_modules.rb
Mani Tadayon [Wed, 30 Mar 2011 00:11:33 +0000 (17:11 -0700)]
Fix typo in about_modules.rb

13 years agoCorrect spelling: "heirarachy" => "hierarchy"
Mani Tadayon [Tue, 29 Mar 2011 22:14:06 +0000 (15:14 -0700)]
Correct spelling: "heirarachy" => "hierarchy"

13 years agoFix one letter typo in comments
Mani Tadayon [Tue, 29 Mar 2011 18:11:09 +0000 (11:11 -0700)]
Fix one letter typo in comments

13 years agofixing typo
Aviv Ben-Yosef [Sat, 26 Mar 2011 17:14:30 +0000 (19:14 +0200)]
fixing typo

13 years agoFix typo of subclasses (from subcases)
Daniel Hedrick [Tue, 22 Mar 2011 00:24:38 +0000 (19:24 -0500)]
Fix typo of subclasses (from subcases)

13 years agoFixed missed test case.
Jeffrey Murray [Sat, 12 Mar 2011 01:50:39 +0000 (17:50 -0800)]
Fixed missed test case.

13 years agoFixed test_you_can_get_a_single_character_from_a_string for multiple rubies (1.8...
Jeffrey Murray [Sat, 12 Mar 2011 01:34:59 +0000 (17:34 -0800)]
Fixed test_you_can_get_a_single_character_from_a_string for multiple rubies (1.8, 1.9)

13 years agoNow that the links are ok, fix the wording.
Jim Weirich [Wed, 9 Mar 2011 16:01:03 +0000 (11:01 -0500)]
Now that the links are ok, fix the wording.

13 years agoFinal attempt on license link.
Jim Weirich [Wed, 9 Mar 2011 16:00:07 +0000 (11:00 -0500)]
Final attempt on license link.

13 years agoAnother link fix
Jim Weirich [Wed, 9 Mar 2011 15:59:23 +0000 (10:59 -0500)]
Another link fix

13 years agoFixed links in license.
Jim Weirich [Wed, 9 Mar 2011 15:58:25 +0000 (10:58 -0500)]
Fixed links in license.

13 years agoSwitched from MIT to CC by-nc-sa license.
Jim Weirich [Wed, 9 Mar 2011 15:56:58 +0000 (10:56 -0500)]
Switched from MIT to CC by-nc-sa license.

13 years agoFix some typos.
Skilldrick [Sun, 20 Feb 2011 11:26:27 +0000 (11:26 +0000)]
Fix some typos.

13 years agoFix a typo in a method name.
Erick Tryzelaar [Sat, 12 Feb 2011 18:43:27 +0000 (10:43 -0800)]
Fix a typo in a method name.

13 years agoAdded test for Hash default value. Developers often forget about using it.
Potapov Sergey [Mon, 7 Feb 2011 22:50:39 +0000 (00:50 +0200)]
Added test for Hash default value. Developers often forget about using it.

13 years agomy_same_class_method => my_method_in_the_same_class for clarity
Jim Weirich [Thu, 3 Feb 2011 23:23:25 +0000 (15:23 -0800)]
my_same_class_method => my_method_in_the_same_class for clarity

13 years agoAdd koan on break statements
David Calavera [Sun, 23 Jan 2011 18:44:58 +0000 (19:44 +0100)]
Add koan on break statements

13 years agoRemove trailing whitespace
Andy Lindeman [Sun, 23 Jan 2011 01:37:45 +0000 (19:37 -0600)]
Remove trailing whitespace

13 years agoFix minor typo in method name: strings ARE unique objects
Jeff Casimir [Wed, 12 Jan 2011 19:12:15 +0000 (14:12 -0500)]
Fix minor typo in method name: strings ARE unique objects

13 years agoRevert "Updated with Rubinius Support"
Marc Peabody [Wed, 12 Jan 2011 20:37:38 +0000 (15:37 -0500)]
Revert "Updated with Rubinius Support"

This reverts commit 3ce23a8ee09f276e778aeab0c7b477b2e7b5a8ab.

13 years agoAdded keynote slides
Jim Weirich [Wed, 12 Jan 2011 13:29:57 +0000 (08:29 -0500)]
Added keynote slides

13 years agofix typo
Chris Kimpton [Sun, 9 Jan 2011 11:37:38 +0000 (11:37 +0000)]
fix typo

13 years agoadd hint/link to related stack overflow problem
Chris Kimpton [Sun, 9 Jan 2011 11:31:10 +0000 (11:31 +0000)]
add hint/link to related stack overflow problem

13 years agoadd a hint
Chris Kimpton [Sun, 9 Jan 2011 09:40:29 +0000 (09:40 +0000)]
add a hint

13 years agoUpdated with Rubinius Support
Jim Weirich [Sat, 25 Dec 2010 13:11:31 +0000 (08:11 -0500)]
Updated with Rubinius Support

13 years agoBetter test name in the java interop koan rubykoans-2010-12-23
Jim Weirich [Thu, 23 Dec 2010 20:04:16 +0000 (15:04 -0500)]
Better test name in the java interop koan

13 years agoAdded .rbc to clean list.
Jim Weirich [Thu, 23 Dec 2010 17:28:39 +0000 (12:28 -0500)]
Added .rbc to clean list.

13 years ago[5458710] Added koans about to_str
Jim Weirich [Thu, 23 Dec 2010 17:28:24 +0000 (12:28 -0500)]
[5458710] Added koans about to_str

13 years ago[5462710] Fixed equality koan on symbols.
Jim Weirich [Thu, 23 Dec 2010 17:08:03 +0000 (12:08 -0500)]
[5462710] Fixed equality koan on symbols.

13 years agoResult summary now in order of running.
Jim Weirich [Thu, 23 Dec 2010 16:54:41 +0000 (11:54 -0500)]
Result summary now in order of running.

13 years agoAdded .rbc to ignore list
Jim Weirich [Thu, 23 Dec 2010 16:48:40 +0000 (11:48 -0500)]
Added .rbc to ignore list

13 years agoRemove dbgs from Rakefile
Jim Weirich [Thu, 23 Dec 2010 16:48:15 +0000 (11:48 -0500)]
Remove dbgs from Rakefile

13 years agoMerge branch 'more_jruby' into m
Jim Weirich [Thu, 23 Dec 2010 16:46:29 +0000 (11:46 -0500)]
Merge branch 'more_jruby' into m

* more_jruby:
  [5553333] Updated java interop on to_java method.
  Added cruise task
  java coercion

13 years ago[5553333] Updated java interop on to_java method.
Jim Weirich [Thu, 23 Dec 2010 16:45:46 +0000 (11:45 -0500)]
[5553333] Updated java interop on to_java method.

13 years agoAdded cruise task
Jim Weirich [Thu, 23 Dec 2010 16:29:39 +0000 (11:29 -0500)]
Added cruise task

13 years ago[7439987] Changed symbol inclusion test to use strings.
Jim Weirich [Thu, 23 Dec 2010 15:16:34 +0000 (10:16 -0500)]
[7439987] Changed symbol inclusion test to use strings.

13 years agoAdded --/++ markers around the dice class.
Jim Weirich [Thu, 23 Dec 2010 14:26:55 +0000 (09:26 -0500)]
Added --/++ markers around the dice class.

13 years agofix mistake in about_symbols.rb
Marc Peabody [Tue, 14 Dec 2010 14:12:16 +0000 (09:12 -0500)]
fix mistake in about_symbols.rb

13 years agoUpdatd exception koan to be clearer about StandardError VS RuntimeError rubykoans-2010-11-29
Jim Weirich [Mon, 29 Nov 2010 14:02:22 +0000 (09:02 -0500)]
Updatd exception koan to be clearer about StandardError VS RuntimeError

13 years agoFixed exceptions typo
Luke Pearce [Mon, 29 Nov 2010 13:24:40 +0000 (13:24 +0000)]
Fixed exceptions typo

13 years agoDisabled colored output on windows.
Jim Weirich [Thu, 21 Oct 2010 11:05:06 +0000 (07:05 -0400)]
Disabled colored output on windows.

13 years agoUpdated koans for about_symbols fix
Jim Weirich [Thu, 21 Oct 2010 11:04:54 +0000 (07:04 -0400)]
Updated koans for about_symbols fix

13 years agoFixed test_symbols_with_spaces_can_be_built method name collision.
Jim Weirich [Thu, 21 Oct 2010 11:02:10 +0000 (07:02 -0400)]
Fixed test_symbols_with_spaces_can_be_built method name collision.

13 years agojava coercion
Marc Peabody [Sat, 2 Oct 2010 14:11:18 +0000 (10:11 -0400)]
java coercion

13 years agoFixed bug where some koans were not generated properly.
Jim Weirich [Fri, 1 Oct 2010 15:05:25 +0000 (11:05 -0400)]
Fixed bug where some koans were not generated properly.

13 years agoAdded Java Interop koans if running jruby.
Jim Weirich [Tue, 28 Sep 2010 18:49:43 +0000 (14:49 -0400)]
Added Java Interop koans if running jruby.

13 years agoAdded descriptions to rake tasks.
Jim Weirich [Tue, 28 Sep 2010 18:49:20 +0000 (14:49 -0400)]
Added descriptions to rake tasks.

13 years agoAdded missing __ replacements
Jim Weirich [Tue, 28 Sep 2010 18:49:06 +0000 (14:49 -0400)]
Added missing __ replacements