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 broken #27

Closed
igneus opened this issue Oct 30, 2016 · 1 comment
Closed

Ruby broken #27

igneus opened this issue Oct 30, 2016 · 1 comment

Comments

@igneus
Copy link

igneus commented Oct 30, 2016

Running a ruby example fails on requiring a non-existing file. I encountered the same behaviour not only with gem version 0.2.0, but also with current master.

Scenario:

igneus@pittiplatsch:~/euler$ gem install euler-manager
Fetching: euler-manager-0.2.0.gem (100%)
Successfully installed euler-manager-0.2.0
Parsing documentation for euler-manager-0.2.0
Installing ri documentation for euler-manager-0.2.0
Done installing documentation for euler-manager after 0 seconds
1 gem installed
igneus@pittiplatsch:~/euler$ euler init
igneus@pittiplatsch:~/euler$ euler new 1 ruby

Done initializing empty ruby solution for
#1 - Multiples of 3 and 5

igneus@pittiplatsch:~/euler$ euler run 1 ruby

/home/igneus/euler/1/ruby/1.rb:1:in `require_relative': cannot load such file -- /home/igneus/euler/lib/euler.rb (LoadError)
        from /home/igneus/euler/1/ruby/1.rb:1:in `<main>'
@yaworsw
Copy link
Owner

yaworsw commented Oct 30, 2016

Closing. See #30

@yaworsw yaworsw closed this as completed Oct 30, 2016
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