Sha256: ce849af8b29a5c194b4c59368dd5d67a3f9768425beac44cc457e171a5f37ebd

Contents?: true

Size: 173 Bytes

Versions: 1

Compression:

Stored size: 173 Bytes

Contents

module Ruby2JS
  module VERSION #:nodoc:
    MAJOR = 4
    MINOR = 1
    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-4.1.4 lib/ruby2js/version.rb