Sha256: 462f1fd354eaf68104a493007a5942ac7ec71995fccfd68115c18b11721619a1

Contents?: true

Size: 173 Bytes

Versions: 1

Compression:

Stored size: 173 Bytes

Contents

module Ruby2JS
  module VERSION #:nodoc:
    MAJOR = 2
    MINOR = 1
    TINY  = 9

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