Sha256: b8d25e09eb724ec231bf9c832fcf46a48855dedb6a2f07fa323650ab31162480
Contents?: true
Size: 199 Bytes
Versions: 1
Compression:
Stored size: 199 Bytes
Contents
module MotionYak VERSION = '0.0.5' unless defined?(MotionYak::VERSION) MIN_MOTION_VERSION = '1.24' module_function def minor_version(version_str) version_str.split(".")[1].to_i end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
motion_yak-0.0.5 | lib/motion_yak/version.rb |