command line: gem specification returns YAML object instead of text
representation
----------------------------------------------------------------------------------
Key: JRUBY-1903
URL: http://jira.codehaus.org/browse/JRUBY-1903
Project: JRuby
Issue Type: Bug
Components: Miscellaneous
Affects Versions: JRuby 1.1
Environment: MacOS 10.4.11, JRuby trunk, r5513, Java 1.5.0_13
Reporter: Stephen Bannasch
Running: gem specification <gemname> on the command line returns a YAML object
instead of the text representation of the gem specification.
{code}
$ gem specification sources
#<YAML::JvYAML::Map:0xe4da62>
{code}
instead of something more like this:
{code}
$ gem specification sources
--- !ruby/object:Gem::Specification
name: sources
version: !ruby/object:Gem::Version
version: 0.0.1
...
{code}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
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