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

NameError: uninitialized constant Music::Chord::Set #7

Open
adambair opened this issue Jan 18, 2015 · 2 comments
Open

NameError: uninitialized constant Music::Chord::Set #7

adambair opened this issue Jan 18, 2015 · 2 comments

Comments

@adambair
Copy link

Ran into the following:

irb(main):009:0> Music::Chord.new(['C4', 'E4', 'G4'])
NameError: uninitialized constant Music::Chord::Set

Any ideas?

@adambair
Copy link
Author

Specs seem to pass though. Hrm...

(master●)
$ rspec spec
................................................................................................................................................

Finished in 0.09411 seconds

@cheerfulstoic
Copy link
Owner

Just committed this, which might help:

2a6c036

Could you try changing your Gemfile to the following and running bundle to see if it helps? If so, I can cut a bug fix gem version.

gem 'music', github: 'cheerfulstoic/music'

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