On Sun, Oct 4, 2015 at 4:19 PM, John D. Ament <[email protected]> wrote: > I didn't try the other two yet, but the irb version works fine. I'll > tinker with it more when I get some time. > > I do have a working class that will parse the podlings.xml into a usable > data structure. I have some functions in there that will pull out the > reporting podlings based on reporting group. Seems to work fine so far. > I'll pull a request when I get some specs written. > > After doing all this, I'm feeling like a ruby expert.
Cool! A good final location for the podlings parsing logic would be: https://svn.apache.org/repos/infra/infrastructure/trunk/projects/whimsy/lib/whimsy/asf/podlings.rb This would then be included in the whimsy-asf gem, and therefore be available to all tools. Note: I said final location; there is no problem with putting this logic elsewhere initially. Most of the logic in the whimsy-asf gem started out as a part of a tool. > John - Sam Ruby
