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

The gem is too big. Please take care of it. #136

Closed
jerry-tao opened this issue Feb 6, 2015 · 5 comments
Closed

The gem is too big. Please take care of it. #136

jerry-tao opened this issue Feb 6, 2015 · 5 comments

Comments

@jerry-tao
Copy link

The gem of 0.1.31 is 6.1Mb.

When i look into it i found the dummy in test with 66Mb log.

Please take care of it. It shouldn't be there.

@lynndylanhurley
Copy link
Owner

Thx, I'll look into this ASAP.

@lynndylanhurley
Copy link
Owner

@nicolas-besnard
Copy link
Contributor

They is no 'log' directory on /dummy

@jerry-tao
Copy link
Author

I'm sorry. I'm talking about 0.1.31. I check the latest you have removed it. So i close the issue.
But at the rubygems it is still 6.x MB
See this https://rubygems.org/gems/devise_token_auth for details.

0.1.32.beta1 - February 3, 2015 (6.25 MB)
0.1.31 - January 28, 2015 (6.12 MB)
0.1.31.beta10 - January 28, 2015 (6.11 MB)
0.1.31.beta9 - January 9, 2015 (5.92 MB)
0.1.31.beta8 - January 7, 2015 (5.65 MB)

And unpack the gem.

gem unpack devise_token_auth-0.1.31.gem 
ls -l devise_token_auth-0.1.31/test/dummy/log/
total 130712
-rw-r--r--  1 jerry  staff    850346  2  6 22:46 development.log
-rw-r--r--  1 jerry  staff  66071879  2  6 22:46 test.log

Maybe you did not commit it to git but you pack it into your gem.

@lynndylanhurley
Copy link
Owner

It's not checked into git in any version of this gem. The log folder isn't even present v0.1.31:
https://github.com/lynndylanhurley/devise_token_auth/tree/v0.1.31/test

Rubygems must be including the log file even though it's ignored by git. Thanks for reporting, I'll see what I can do.

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