Sha256: 9faec4b9ebe0518c20f88a2098bc4e97ab2287dca3cfb4db79c14033558accb2

Contents?: true

Size: 173 Bytes

Versions: 1

Compression:

Stored size: 173 Bytes

Contents

module Ruby2JS
  module VERSION #:nodoc:
    MAJOR = 4
    MINOR = 2
    TINY  = 2

    STRING = [MAJOR, MINOR, TINY].join('.')
  end
end unless defined?(Ruby2JS::VERSION)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ruby2js-4.2.2 lib/ruby2js/version.rb