ruby / strscan

Provides lexical scanning operations on a String.
BSD 2-Clause "Simplified" License
81 stars 32 forks source link

StringScanner::Version is not getting updated for JRuby #97

Closed headius closed 5 months ago

headius commented 5 months ago

It is currently hardcoded in RubyStringScanner.java here: https://github.com/ruby/strscan/blob/master/ext/jruby/org/jruby/ext/strscan/RubyStringScanner.java#L91

From what I can gather this version gets updated in the C code using Rake target version:bump but that only updates the C code.