evanphx / benchmark-ips

Provides iteration per second benchmarking for Ruby
MIT License
1.72k stars 97 forks source link

Remove Hoe, 2.9.3 #122

Closed nateberkopec closed 2 years ago

eregon commented 2 years ago

Nice, hoe always felt more like a hurdle than a help to me :)

Regarding test_all_lib_files_are_included_in_manifest you can just remove it now that a git ls-files (or a Dir.glob) is used (it was ensuring the Manifest.txt was up to date).

nateberkopec commented 2 years ago

Nice, hoe always felt more like a hurdle than a help to me :)

Yup, just a bit of a relic of the pre-bundler era I think.

kbrock commented 2 years ago

wow. blast from the past. good job