Cheers, Tommy
On May 2, 2008, at 3:41 PM, Assaf Arkin wrote:
Version matching makes it possible to point at the most recent version that satisfies a particular version requirement, so >=1.2 to get 1.2.0 or later,or ~>1.2.3 to get any version between 1.2.3 and 1.3 (excluding).