Re: [MacRuby-devel] Any volunteers to help maintain http://www.macruby.org?

2009-08-28 Thread Mike Sassak
those changes are in separate commits. Let me know what you think, and what changes need to be made, etc. Mike On Thu, Aug 27, 2009 at 11:00 PM, Matt Aimonetti wrote: > Awesome, don't hesitate to contact me if you need help. > > - Matt > > > On Thu, Aug 27, 2009 at 7:47 PM,

Re: [MacRuby-devel] Any volunteers to help maintain http://www.macruby.org?

2009-08-27 Thread Mike Sassak
- Matt > > > On Thu, Aug 20, 2009 at 10:27 AM, Mike Sassak wrote: > >> What version of Webby is everyone using? I'm on the latest (0.9.4) and was >> getting errors from the blog:post task until I replaced tasks/blog.task with >> the one created by 'webby-gen b

Re: [MacRuby-devel] Any volunteers to help maintain http://www.macruby.org?

2009-08-20 Thread Mike Sassak
pens a browser pointed at the local service. If you click > on the Documentation tab you will see your new recipe listed there. > Clicking on its link to your article in the browser will show you the > article so far. If you then edit your recipe webby will detect that change > and reb

Re: [MacRuby-devel] Any volunteers to help maintain http://www.macruby.org?

2009-08-20 Thread Mike Sassak
On Thu, Aug 20, 2009 at 1:01 AM, Matt Aimonetti wrote: > Alright, things are now setup and contribution should be easier (patches > against svn are also accepted). > > How to contribute content for the website using github: > > * fork the website repo on github: > http://github.com/mattetti/macru

Re: [MacRuby-devel] Any volunteers to help maintain http://www.macruby.org?

2009-08-19 Thread Mike Sassak
I'm game. Where do I sign up? Mike On Aug 19, 2009 6:22 PM, "Jordan K. Hubbard" wrote: As folks can see, there IS a blog there, but it was last updated back in March, Laurent & friends preferring to use email for communicating status. Since we have a blog, however, it also makes sense to keep

Re: [MacRuby-devel] web site nits (resend)

2009-07-15 Thread Mike Sassak
On Wed, Jul 15, 2009 at 11:31 AM, Rich Morin wrote: > No big deal, but it has been a week since I posted this and there > has been no visible response. Is there a better way to get this > on the RADAR? > > At 00:33 -0700 7/7/09, Rich Morin wrote: > > On http://www.macruby.org/documentation.htm

Re: [MacRuby-devel] Changing tags on some tests?

2009-07-10 Thread Mike Sassak
Is the critical tag reserved for specs that cause an unrecoverable error in the interpreter, or can they also sometimes indicate priority? In other words, if a tag marked critical starts failing at the assertion/expectation level, rather than at the interpreter level, should that tag be changed to

Re: [MacRuby-devel] I want to help too

2009-07-07 Thread Mike Sassak
On Fri, Jul 3, 2009 at 9:30 AM, Perry Smith wrote: > > > Hey, sorry to be a pest but my question about how to run a single test > never got answered. That would help save me some time: > > > I tested with the trunk and it passes too. > > Is this the way to run a single test? > > ./mspec/bin/mspec

Re: [MacRuby-devel] [MacRuby] [0.5] rake extensions task fails when building ripper unless 0.5 has already been installed

2009-07-06 Thread Mike Sassak
Works great now. Thanks! On Mon, Jul 6, 2009 at 7:19 PM, Laurent Sansonetti wrote: > Hi Mike, > > Thanks a lot for the report, I think I fixed the problems in r1998. > > Sorry for the inconvenience :-) > > Laurent > > > On Jul 6, 2009, at 3:50 PM, Mike Sassak wrote

[MacRuby-devel] [MacRuby] [0.5] rake extensions task fails when building ripper unless 0.5 has already been installed

2009-07-06 Thread Mike Sassak
Hello, I'm trying to build the experimental branch out of SVN, but the rake extensions task fails at line 320 of rakelib/builder.rake when it tries to build the ripper extension with "no such file to load -- mkmf (LoadError)". That can be fixed by changing lines 320 (and then 321) of builder.rake