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