Sha256: 187294a916c5f14c21ce6eca9abaf85af20c18d839ef40847389f52cdfa93133

Contents?: true

Size: 174 Bytes

Versions: 1

Compression:

Stored size: 174 Bytes

Contents

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

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