Sha256: 8178b6cad4cab4b74564346178413559b0060bd48795c33e90f3c0ca93ad7a56

Contents?: true

Size: 174 Bytes

Versions: 1

Compression:

Stored size: 174 Bytes

Contents

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

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