Sha256: eed4ed8798a786ce3a4f60e02ef6c5866f0072b9d74f3e231108bebb77e7f95b
Contents?: true
Size: 338 Bytes
Versions: 6
Compression:
Stored size: 338 Bytes
Contents
module Logirel VERSION = "0.0.x" begin require 'semver' class Version < SemVer def parse_numeric(str) str.scan(/(\d{1,5}).?/).flatten.collect { |x| x.to_i } end end rescue LoadError puts 'First time installing, eh? Just run "bundle install"! (unless this is you running it right now!)' end end
Version data entries
6 entries across 6 versions & 1 rubygems