Chad Woolley wrote: > On Thu, Aug 21, 2008 at 12:25 PM, Martin Krauskopf > <[EMAIL PROTECTED]> wrote: >> Then I do not know. Works for me (below). Just not sure how did you >> get there 1.3.0, for me trunk has 1.2.0.1861 (in 'gem env' below). > > I manually changed the version to 1.3.0 before installing. How did > you get the revision appended? When I install from trunk rev 1861, > I end up with version 1.2.0 (no rev appended). [...]
I thought it was changed in trunk recently, but now I see that the difference is in the way of installation: $ cd .../sources/rubygems $ rake package $ cd pkg/rubygems-1.2.0 $ ruby setup.rb $ gem -v # => 1.2.0 but: $ cd .../sources/rubygems $ rake install $ gem -v # => 1.2.0.1861 m. _______________________________________________ Rubygems-developers mailing list [email protected] http://rubyforge.org/mailman/listinfo/rubygems-developers
