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

Test both minimum supported and latest released libsodium #124

Merged
merged 1 commit into from Jul 16, 2015

Conversation

tarcieri
Copy link
Contributor

Presently pinned to 1.0.0 and 1.0.3 respectively

@namelessjon I think this is what you were after...

Presently pinned to 1.0.0 and 1.0.3 respectively
@tarcieri
Copy link
Contributor Author

Both libsodium 1.0.0 and 1.0.3 are working successfully on all versions we test on. Going to go ahead and merge this.

@@ -9,7 +9,7 @@ end

group :test do
gem "coveralls", require: false
gem "rbnacl-libsodium"
gem "rbnacl-libsodium", ENV["LIBSODIUM_VERSION"]
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Note that if ENV["LIBSODIUM_VERSION"] is unset, this just installs the latest version

tarcieri added a commit that referenced this pull request Jul 16, 2015
…ibsodium-versions

Test both minimum supported and latest released libsodium
@tarcieri tarcieri merged commit d76f8ac into master Jul 16, 2015
@tarcieri tarcieri deleted the tonyarcieri/test-multiple-libsodium-versions branch July 16, 2015 03:26
@tarcieri
Copy link
Contributor Author

Confirmed working here:

https://travis-ci.org/cryptosphere/rbnacl/jobs/71188526

Installing rbnacl-libsodium 1.0.0

and here:

https://travis-ci.org/cryptosphere/rbnacl/jobs/71188482

Installing rbnacl-libsodium 1.0.3

@namelessjon
Copy link
Contributor

Great. Thanks for this

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.

None yet

2 participants