I understand how the "pessimistic version operator" works with normal, numeric version specifiers (see also this question), but how does it process alpha or beta versions such as '~> 2.0.0.alpha.4'? Will this match future beta and stable versions?
相关问题
- Android version code for App updating
- Modelica libraries use different MSL version
- How to install mysql2 gem on Windows
- unable to update gems on mac osx - Gem::RemoteFetc
- Wrong Version Number submitted to apple
相关文章
- bundle update fails : marshal data too short
- Rspec Testing of real time results through mTurk
- how to specify path for dependent gem in gemspec f
- How does bundler work (in general)?
- PowerShell ISE: how to run new PowerShell version
- How to run two different nodejs applications with
- Can't install mysql2 for rails 3 on Windows
- Bundle says gem is missing - but it's not?
I ran a couple of quick tests in irb with the following pattern:
For instance:
These tests show that "~> 2.0.0.alpha.4" matches version numbers up to, but not including, "2.1.0".