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

Add support for min/max system verions #31

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

jabr
Copy link
Collaborator

@jabr jabr commented Mar 5, 2014

@colszowka I opened a PR for this to see if you had any input. The major change is that this gem would now use a newer (higher version) system binary by default.

For example, if version 1.9.7.1 of this gem was installed and the system already had a phantomjs binary of version 1.9.8, it would use the system binary.

It's also possible to customize the acceptable binary range:

Phantomjs.minimum = '1.8'
Phantomjs.maximum = '1.999'

If you don't have any concerns, I'll merge this branch in a few days.

Also, this will resolve PR #25 .

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.

1 participant