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

Ruby 1.9 and 2: LoadError: cannot load such file -- YAML #13

Open
mrGrazy opened this issue Jul 9, 2014 · 1 comment
Open

Ruby 1.9 and 2: LoadError: cannot load such file -- YAML #13

mrGrazy opened this issue Jul 9, 2014 · 1 comment

Comments

@mrGrazy
Copy link

mrGrazy commented Jul 9, 2014

It needs to be

require 'yaml' 

for newer rubies. This doesn't fail if you happen to use currencies with another library that requires yaml correctly.

@msaspence
Copy link

On osx this causes the same file to be loaded twice and a couple of warnings to be posted

For reference @mrGrazy's change is at lib/iso3217.rb:3

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