Issue #1849 has been updated by jamtur01.
Jos - any chance of an update - perhaps against 0.24.x HEAD? It'd be good to get this into 0.24.8. ---------------------------------------- Bug #1849: Ruby 1.9 portability: `when' doesn't like colons, replace with semicolons /issues/1849 Author: josb Status: Accepted Priority: Low Assigned to: josb Category: plumbing Target version: 0.25.0 Complexity: Trivial Affected version: 0.24.7 Keywords: Ruby 1.9 wants <pre> when TrueClass: @@debug = 1 </pre> to be written as <pre> when TrueClass; @@debug = 1 </pre> Note that the attached patch also changes some `when ... then ...' constucts into `when ...; ...' for consistency's sake. ---------------------------------------- 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://reductivelabs.com/redmine/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 -~----------~----~----~----~------~----~------~--~---
