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

Gem installed but no source #2

Closed
Gazer opened this issue Feb 2, 2010 · 2 comments
Closed

Gem installed but no source #2

Gazer opened this issue Feb 2, 2010 · 2 comments

Comments

@Gazer
Copy link

Gazer commented Feb 2, 2010

$ sudo gem tumble
This command is deprecated, Gemcutter.org is the primary source for gems.
$ sudo gem install --no-ri --no-rdoc rbbcode
Successfully installed rbbcode-0.1.3
1 gem installed
$ irb
irb(main):001:0>   require 'rubygems'
=> false
irb(main):002:0>   require 'rbbcode'
LoadError: no such file to load -- rbbcode
$ ls /var/lib/gems/1.8/gems/rbbcode-0.1.3/
README  spec
@Gazer
Copy link
Author

Gazer commented Feb 2, 2010

I found that addiding s.files = Dir['lib/*/.rb'] into the spec file fix the problem.

@jarrett
Copy link
Owner

jarrett commented Feb 17, 2010

Yep, that was the problem. Thanks. Fixed in 0.1.4.

This issue was closed.
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