Sha256: c0c54647312a0228f0141176a228150b72eb8f6e0a7e56bc890bda456b3d9aae
Contents?: true
Size: 174 Bytes
Versions: 1
Compression:
Stored size: 174 Bytes
Contents
module Ruby2JS module VERSION #:nodoc: MAJOR = 1 MINOR = 14 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-1.14.1 | lib/ruby2js/version.rb |