Sha256: 81eac47df155db4f106111fcc8a5fe353b6988da5728a523c338b0060544a82f
Contents?: true
Size: 173 Bytes
Versions: 1
Compression:
Stored size: 173 Bytes
Contents
module Ruby2JS module VERSION #:nodoc: MAJOR = 5 MINOR = 1 TINY = 1 STRING = [MAJOR, MINOR, TINY].join('.') end end unless defined?(Ruby2JS::VERSION)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruby2js-5.1.1 | lib/ruby2js/version.rb |