[macruby-changes] [1632] MacRubyWebsite/trunk/lib/talks.rb

source_changes at macosforge.org source_changes at macosforge.org
Thu May 28 22:13:52 PDT 2009


Revision: 1632
          http://trac.macosforge.org/projects/ruby/changeset/1632
Author:   mattaimonetti at gmail.com
Date:     2009-05-28 22:13:52 -0700 (Thu, 28 May 2009)
Log Message:
-----------
added the railswaycon talk

Modified Paths:
--------------
    MacRubyWebsite/trunk/lib/talks.rb

Modified: MacRubyWebsite/trunk/lib/talks.rb
===================================================================
--- MacRubyWebsite/trunk/lib/talks.rb	2009-05-29 05:10:55 UTC (rev 1631)
+++ MacRubyWebsite/trunk/lib/talks.rb	2009-05-29 05:13:52 UTC (rev 1632)
@@ -2,8 +2,9 @@
   
   Talk = Struct.new(:date, :location, :name, :href, :author, :slides_href)
   
-  def macruby_screencasts
+  def macruby_talks
     [
+      Talk.new("2009-05-27", "RailsWayCon", "MacRuby & HotCocoa (slides only)",           "http://www.slideshare.net/freaklikeme/macruby-hotcocoa", "Thilo Utke", nil),
       Talk.new("2009-04-22", "GoGaruCo",  "MacRuby and HotCocoa (slides only)",           "http://www.slideshare.net/mattetti/macruby-hotcocoa-presentation-by-rich-kilmer", "Rich Kilmer", nil),
       Talk.new("2009-01-13", "SDRuby",    "MacRuby: What's the big deal?",                "http://sdruby.com/podcast/58", "Matt Aimonetti", "http://www.slideshare.net/mattetti/macruby-when-objectivec-and-ruby-meet"),
       Talk.new("2009-11-07", "RubyConf",  "OS X Application Development with HotCocoa",   "http://rubyconf2008.confreaks.com/os-x-application-development-with-hotcocoa.html", "Rich Kilmer", nil),
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090528/99932708/attachment.html>


More information about the macruby-changes mailing list