Sha256: 921f646f510a58b9124e1e96ec303cf915c298ff7f11a6e8f7f100e9da99cdcf

Contents?: true

Size: 359 Bytes

Versions: 2

Compression:

Stored size: 359 Bytes

Contents

module FaaStRuby
  # It is important that they are sorted in version order!
  SUPPORTED_RUBY = ['~> 2.5.0', '~> 2.6.0']
SUPPORTED_CRYSTAL = ['~> 0.27.2', '~> 0.28.0']
  CRYSTAL_LATEST = "0.28"
  SUPPORTED_RUNTIMES = [
    'ruby:2.5',
    'ruby:2.6',
    'crystal:0.27',
    'crystal:0.28'
  ]
  CURRENT_MINOR_RUBY = RUBY_VERSION.split('.')[0..1].join('.')
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
faastruby-0.5.30 lib/faastruby/supported_runtimes.rb
faastruby-0.5.29 lib/faastruby/supported_runtimes.rb