activerecord-hackery / ransack

Object-based searching.
https://activerecord-hackery.github.io/ransack/
MIT License
5.66k stars 799 forks source link

Include version const #1477

Closed ozydingo closed 7 months ago

ozydingo commented 8 months ago

Include the file version.rb to define the Ransack::VERSION const.

Ransack defines a VERSION const, but the version.rb file is not included in the requires list in the gem entry code.