I am trying to find out how many times a gem was installed via gem install or gem update.
For example, Watir 1.6.2:
- it was installed 97 times via gemcutter (http://gemcutter.org/gems/watir/versions/1.6.2)
- it is downloaded 4,027 times from http://rubyforge.org/frs/?group_id=104
I have been told that 4,027 does not include installs made via gem install or gem update. Is that information correct? If yes, where can I find the numbers for gem install and gem update? I have looked everywhere I could think of at rubyforge, but no luck.