Issue #11786 has been updated by Daniel Pittman. Tracker changed from Bug to Feature Subject changed from Puppet Specs incompatibility with Ruby 1.9.3 -- missing Rdoc to `puppet doc` is not compatible with newer RDoc - thus with Ruby 1.9 Description updated Status changed from Code Insufficient to Accepted Target version set to 3.X
---------------------------------------- Feature #11786: `puppet doc` is not compatible with newer RDoc - thus with Ruby 1.9 https://projects.puppetlabs.com/issues/11786#change-62890 Author: Justin Stoller Status: Accepted Priority: Normal Assignee: Daniel Pittman Category: ruby19 Target version: 3.X Affected Puppet version: development Keywords: ruby1.9.3 Branch: https://github.com/puppetlabs/puppet/pull/377 The `puppet doc` code depends heavily on RDoc to do the documentation generation. Unfortunately, while the Ruby 1.8 series exclusively used RDoc 1.*, the Ruby 1.9 uses 3.* and 4.* versions. These are solidly incompatible with the way we used and integrated with RDoc in the `puppet doc` application. We need to support the `puppet doc` features in a way that also works with newer Ruby. -- 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.
