Issue #19493 has been updated by Matthaus Owens.
Released in Puppet 3.2.0-rc1 ---------------------------------------- Bug #19493: README_DEVELOPER.md omits a symlink in "Ruby Dependencies" https://projects.puppetlabs.com/issues/19493#change-89571 * Author: Dustin Mitchell * Status: Closed * Priority: Normal * Assignee: * Category: documentation * Target version: 3.2.0 * Affected Puppet version: * Keywords: * Branch: https://github.com/puppetlabs/puppet/pull/1505 ---------------------------------------- Following the instructions, I got /home/dustin/code/puppet/workspace /home/dustin/code/puppet/workspace/gems /home/dustin/code/puppet/workspace/gems/puppet -> ../../t/puppet /home/dustin/code/puppet/workspace/specifications /home/dustin/code/puppet/workspace/specifications/puppet.gemspec -> ../gems/puppet/puppet.gemspec but this failed with lots of Invalid gemspec in [/home/dustin/code/puppet/workspace/specifications/puppet.gemspec]: no such file to load -- /home/dustin/code/puppet/workspace/specifications/lib/puppet/version because of the relative import in puppet.gemspec: require File.expand_path("../lib/puppet/version", __FILE__) the fix is to add /home/dustin/code/puppet/workspace/specifications/lib -> ../gems/puppet/lib -- 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
