github / version_sorter

Fast sorting of version numbers
MIT License
125 stars 42 forks source link

bin/rake and bin/readygo #8

Closed balasankarc closed 8 years ago

balasankarc commented 9 years ago

Hi, I am packaging version_sorter for Debian and have some doubts

  1. Is the file bin/rake same as the common rake (The one provided by the gem "rake" ). Or is there any difference?
  2. What does the readygo file do? Is it a similar replacement to any existing program (like rake).

Hope you help me. Thanks.

mislav commented 8 years ago
  1. Yes, bin/rake is a binstub for the rake command provided by gem "rake". It's only used in development and testing and doesn't need to be packaged.
  2. bin/readygo runs the benchmark, which code loaded from vendor/ directory. It's only used in development and doesn't need to be packaged.

Sorry for the late reply!