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