Sha256: 6cc204a5e1891ec130bb034ca22570691f0c400436e5b5a3f81410681595e265
Contents?: true
Size: 283 Bytes
Versions: 2
Compression:
Stored size: 283 Bytes
Contents
module CsvPirate @@conf = YAML::load( File.read( File.join( File.dirname(__FILE__), '..', '..', 'VERSION.yml') ) ) MAJOR = @@conf[:major] MINOR = @@conf[:minor] PATCH = @@conf[:patch] BUILD = @@conf[:build] VERSION = [MAJOR, MINOR, PATCH, BUILD].compact.join('.') end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
csv_pirate-5.0.4 | lib/csv_pirate/version.rb |
csv_pirate-5.0.2 | lib/csv_pirate/version.rb |