Text-corruption in gemspec post-install messages
------------------------------------------------

                 Key: JRUBY-6157
                 URL: https://jira.codehaus.org/browse/JRUBY-6157
             Project: JRuby
          Issue Type: Bug
    Affects Versions: JRuby 1.6.5
         Environment: jruby 1.6.5 (ruby-1.8.7-p330) (2011-10-25 9dcd388) 
(OpenJDK 64-Bit Server VM 1.6.0_22) [linux-amd64-java]
            Reporter: Postmodern
            Assignee: Thomas E Enebo
            Priority: Minor


"\" characters appeared in the post-install messages of wirb and ronin. They 
appeared when the post-install message was printed during `gem update`, and 
later when I manually printed the post-install message from the loaded gemspec.

{code}
gem 'ronin'
puts Gem.loaded_specs['ronin'].post_install_message
*************************************************************************

 \ Thank you for installing Ronin!

  To list the available commands:

      $ ronin help

  To start the Ronin Console:

      $ ronin

  Additional functionality can be added to Ronin by installing additional
  libraries:

      * ronin-gen
 \     * ronin-web
      * ronin-exploits
      * ronin-scanners

*************************************************************************
{code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to