Sha256: cf529d6b08c2933c0b10c893f4207c8211ff8e2a2b46a90626235a9e637564c2

Contents?: true

Size: 174 Bytes

Versions: 1

Compression:

Stored size: 174 Bytes

Contents

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

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