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