Sha256: 3922e350e7dbb0d5ba9b6af82a18ace90a48f72fb0bee11997c8002505425187
Contents?: true
Size: 171 Bytes
Versions: 2
Compression:
Stored size: 171 Bytes
Contents
require 'pathname' module IB VERSION_FILE = Pathname.new(__FILE__).dirname + '../VERSION' # :nodoc: VERSION = VERSION_FILE.exist? ? VERSION_FILE.read.strip : nil end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ib-ruby-0.5.2 | lib/version.rb |
ib-ruby-0.5.0 | lib/version.rb |