Revision: 1230 http://trac.macosforge.org/projects/ruby/changeset/1230 Author: lsansonetti@apple.com Date: 2009-03-27 19:28:12 -0700 (Fri, 27 Mar 2009) Log Message: ----------- fix macosforge's name Modified Paths: -------------- MacRubyWebsite/trunk/lib/team.rb Modified: MacRubyWebsite/trunk/lib/team.rb =================================================================== --- MacRubyWebsite/trunk/lib/team.rb 2009-03-28 00:59:31 UTC (rev 1229) +++ MacRubyWebsite/trunk/lib/team.rb 2009-03-28 02:28:12 UTC (rev 1230) @@ -39,9 +39,9 @@ def kudos [ Kudo.new("John Athayde", "http://www.boboroshi.com", "Website design, layout, graphics, cool icon!"), - Kudo.new("MacOSForge", "http://macosforge.org", "Hosting the MacRuby project") + Kudo.new("Mac OS Forge", "http://macosforge.org", "Hosting the MacRuby project") ] end end -Webby::Helpers.register(MacRubyTeamHelper) \ No newline at end of file +Webby::Helpers.register(MacRubyTeamHelper)