-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Rename binary releases to ruby-bin-... #20
Comments
good point, we had to rename the binaries to |
It does avoids binary/source confusion either way. I do think Not quite as easy as prepending |
|
the filename |
@robgleeson I concur. I've only seen |
+1 for |
JRuby has used jruby-bin-version and jruby-src-version for many years, so that's my vote. |
ruby-bin-version seems most logical |
Adding
bin
to Ruby binary releases avoids confusion between binary and source releases. Soruby-2.1.0.tar.bz2
binary would becomeruby-bin-2.1.0.tar.bz2
.The text was updated successfully, but these errors were encountered: