You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>'
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: