Difference between revisions of "RubyforPlazes"
From rukapedia
Line 1: | Line 1: | ||
− | RubyforPlazes is some [[Ruby]] code that allows you to interact with the [[Plazes]]. | + | RubyforPlazes is some [[Ruby]] code that allows you to interact with the [[Plazes]]. The [[PlazesRubyLauncher]] and [[PlazesWhereAmIRuby]] use this code. |
==Source Code== | ==Source Code== | ||
Line 10: | Line 10: | ||
<code>http://svn.reinvented.net/Plazes/Ruby/RubyForPlazes</code> | <code>http://svn.reinvented.net/Plazes/Ruby/RubyForPlazes</code> | ||
+ | |||
+ | ==Change Log== | ||
+ | |||
+ | * v0.6, October 9, 2005 - Added Linux-compatibility by enhancing the '''networkkey''' method to allow computing the network key under Linux. | ||
==Weblog Posts== | ==Weblog Posts== | ||
* [http://ruk.ca/article/3044 Ruby for Plazes] | * [http://ruk.ca/article/3044 Ruby for Plazes] |
Revision as of 15:13, 9 October 2005
RubyforPlazes is some Ruby code that allows you to interact with the Plazes. The PlazesRubyLauncher and PlazesWhereAmIRuby use this code.
Source Code
You can grab the latest version of the source code using Subversion at:
svn://svn.reinvented.net/Plazes/Ruby/RubyForPlazes
or
http://svn.reinvented.net/Plazes/Ruby/RubyForPlazes
Change Log
- v0.6, October 9, 2005 - Added Linux-compatibility by enhancing the networkkey method to allow computing the network key under Linux.