Sha256: ccf63ea45a6db5d8e147f28b0e0b4a4f669b76d82087e75a264b1d7b59ea48f5

Contents?: true

Size: 173 Bytes

Versions: 1

Compression:

Stored size: 173 Bytes

Contents

module Ruby2JS
  module VERSION #:nodoc:
    MAJOR = 3
    MINOR = 0
    TINY  = 5

    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.5 lib/ruby2js/version.rb