Sha256: 2188f3ac311485870216e2efdb7d5e0a8279cc8cc9d63282af97d734f42fbea2

Contents?: true

Size: 174 Bytes

Versions: 1

Compression:

Stored size: 174 Bytes

Contents

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

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