-
Notifications
You must be signed in to change notification settings - Fork 14
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
pox_paginate-0.1.1 on rubygems.org is messed up #2
Comments
@tfe Does active_support.rb look like http://gist.github.com/600464 ? |
Just looked into it more thoroughly. It seems like it is a permissions issue that causes the files to appear blank for me. When I download the .gem itself from gemcutter and extract it, the files are there. On the installed version of the gem, however, no users have access. Fixing this lets me see the file contents. HOWEVER, I don't think it's just me. I had a friend try it on their machine and had the exact same behavior. We're both running OS X 10.6 though. |
That's really odd - I'm running 10.6 myself and I'm able to see all the files. Are you able to see this file under the active_resource directory (just to make sure we're on the same page): I'm able to see the file and |
The problem I found is that:
|
I'll try to bundle the gem again to see if it solves the problem, though last time it didn't help. |
Thanks. I need to correct my previous posting of 2011-06-16. Trying again: cd /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/gems/1.8/gems/pox_paginate-0.1.1 sudo find . -type d -exec chmod a+rx \{\} \; sudo find . -type f -exec chmod a+r \{\} \; |
@petervandenabeele I have released a new gem version 0.2.3 which works with rails 3.0.x. I'll look into rails 2.3.x branch |
Just has a bunch of empty files where active_support, active_resource, etc. should be. Did it get messed up in packaging?
The text was updated successfully, but these errors were encountered: