Sha256: 93014cec16c210470146d26c427ccdda1d83cd02a2bc797341d81842d0d6bf5a

Contents?: true

Size: 305 Bytes

Versions: 2

Compression:

Stored size: 305 Bytes

Contents

module Desert
  SUPPORTED_RAILS_VERSIONS = {
    "1.2.5" => {'version' => '1.2.5', 'git_tag' => 'v1.2.5'},
    "1.99.0" => {'version' => '1.99.0', 'git_tag' => 'v2.0.0_RC1'},
    "2.0.2" => {'version' => '2.0.2', 'git_tag' => 'v2.0.2'},
    "edge" => {'version' => 'edge', 'git_tag' => 'master'},
  }
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
desert-0.2.0 lib/desert/supported_rails_versions.rb
desert-0.2.1 lib/desert/supported_rails_versions.rb