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