Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid YAML error with Psych parser #4

Open
DaanVanVugt opened this issue Nov 20, 2011 · 2 comments
Open

Invalid YAML error with Psych parser #4

DaanVanVugt opened this issue Nov 20, 2011 · 2 comments

Comments

@DaanVanVugt
Copy link

It appears that the es.yml and nl.yml files are not correct yaml. The Syck parses does not give an error but psych fails on these files (maybe more, I didn't test)
See also http://pastebin.com/V8SuxWgD

@rhomeister
Copy link
Contributor

I've got the same problem:

/usr/lib/ruby/1.9.1/psych.rb:154:in `parse': (/usr/lib/ruby/gems/1.9.1/gems/rich_pluralization-1.0.6/lib/rich/pluralization/../../../locales/es.yml): couldn't parse YAML at line 8 column 23 (Psych::SyntaxError)

@rhomeister
Copy link
Contributor

Fixed it for now by using:

gem "rich_pluralization", :git => 'git://github.com/archan937/rich_pluralization.git'

instead of:

gem "rich_pluralization"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants