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

Replaces the zipzip gem with the rubyzip gem #6001

Conversation

strivedi183
Copy link
Contributor

The PR replaces the zipzip gem with the rubyzip gem. There was a time when the selenium-webdriver gem needed the zipzip gem to interface with rubyzip < 1 but the current version of selenium-webdriver uses rubyzip ~> 1.

The only place other than from selenium-webdriver that rubyzip is used is in the user model (User.new.perform_export_photos! - https://github.com/diaspora/diaspora/blob/develop/app/models/user.rb#L328)

Also added an initializer for rubyzip configurations in case anyone wanted or needed the ability to configure it.

Hopefully this helps and let me know if there are any issues with it, thanks!

# c.continue_on_exists_proc = true
# c.unicode_names = true
# c.default_compression = Zlib::BEST_COMPRESSION
# end
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we need this, we can always add it if we do want to configure it ;)

…it rubyzip gem version in Gemfile with description
@strivedi183
Copy link
Contributor Author

Thanks @jhass , made the changes, please let me know if there is anything else, thanks again

@jhass jhass closed this in 36d6c5d May 28, 2015
@jhass
Copy link
Member

jhass commented May 28, 2015

Merged as 36d6c5d 2ba2ef1

Thank you!

@jhass jhass added this to the 0.5.1.0 milestone May 28, 2015
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

Successfully merging this pull request may close these issues.

2 participants