Revision
1232
Author
lsansonetti@apple.com
Date
2009-03-27 20:46:27 -0700 (Fri, 27 Mar 2009)

Log Message

added matt

Modified Paths

Diff

Modified: MacRubyWebsite/trunk/lib/team.rb (1231 => 1232)


--- MacRubyWebsite/trunk/lib/team.rb	2009-03-28 03:04:02 UTC (rev 1231)
+++ MacRubyWebsite/trunk/lib/team.rb	2009-03-28 03:46:27 UTC (rev 1232)
@@ -17,7 +17,8 @@
       Member.new("ben", "Ben Stiglitz", "Apple, Inc.", nil, "stig@apple.com", "All things OS X"),
       Member.new("patrick", "Patrick Thomson", "Apple, Inc.", nil, "pthomson@apple.com", "All things OS X"),
       Member.new("eloy", "Eloy Duran", nil, nil, "eloy.de.enige@gmail.com", "Testing"),
-      Member.new("vincent", "Vincent Isambart")
+      Member.new("vincent", "Vincent Isambart"),
+      Member.new("matt", "Matt Aimonetti")
     ]
   end