Project
ruby_minimum_version
RubyMinimumVersion takes Ruby source code and calculates the minimum version of ruby required to be able to run it. Because it is based on the parser gem, it can do this without having to actually load the code. This gem is inspired by the Perl::MinimumVersion. This gem provides rubyver executable for the counterpart of perlver.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Development
Licenses
Apache-2.0
Dependencies
Runtime
>= 0