Issue #6817 has been updated by Matt Robinson. Status changed from Unreviewed to Ready For Testing Branch set to https://github.com/mmrobins/facter/tree/ticket/next/6817-19_fixes
I'll get this reviewed and merged tomorrow. http://blog.grayproductions.net/articles/ruby_19s_string#Explicit+Iteration ---------------------------------------- Bug #6817: Darwin memory fact doesn't work under Ruby 1.9.2 https://projects.puppetlabs.com/issues/6817 Author: Matt Robinson Status: Ready For Testing Priority: Normal Assignee: Category: Target version: Keywords: Branch: https://github.com/mmrobins/facter/tree/ticket/next/6817-19_fixes Commit d0f0f63f for #6327 calls .each on a string. In Ruby 1.9.2 you need to call .each_line. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
