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

Require load error on Mac OS X #19

Open
tsikov opened this issue Jul 22, 2016 · 3 comments
Open

Require load error on Mac OS X #19

tsikov opened this issue Jul 22, 2016 · 3 comments

Comments

@tsikov
Copy link

tsikov commented Jul 22, 2016

After installing the gem and trying to load it with require 'kraken_ruby' I get the following error:

/Users/blabla/.rbenv/versions/2.3.1/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require': cannot load such file -- kraken_ruby (LoadError)
    from /Users/blabla/.rbenv/versions/2.3.1/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require'
    from test.rb:1:in `<main>'

It seems that all dependancies are installed inside the installation directory, however the folder of the gem itself is completely empty. I just copied the contents of this repo there and it worked.

@ghost
Copy link

ghost commented Jul 25, 2016

The same thing happens on GNU/Linux. @tsikov's suggestion of moving this repo's contents to the gem's folder fixes it!

@tostr7191
Copy link

I have the same problem. If you clone the repo and do

rake build
rake install

it installs and works. I assume it's the gem on rubygems that's broken?

@dukejones
Copy link

Did a bundle open kraken_ruby. The gem directory is empty! Did someone delete the gem from rubygems, or forget to push the code?

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

3 participants