Sha256: 28c9be025ca73d0fb512ca597535b6b6250eaf8a823231d855e2a09c85eb18b8

Contents?: true

Size: 173 Bytes

Versions: 1

Compression:

Stored size: 173 Bytes

Contents

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

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

Version data entries

1 entries across 1 versions & 1 rubygems

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