Sha256: 004e88c104c91bcf98d8fd1032bf1a261d008246e08f3ee43db59080e7fd5cf4
Contents?: true
Size: 492 Bytes
Versions: 5
Compression:
Stored size: 492 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'}, "2.1.0" => {'version' => '2.1.0', 'git_tag' => 'v2.1.0'}, "2.2.0" => {'version' => '2.2.0', 'git_tag' => 'v2.2.0'}, "2.2.2" => {'version' => '2.2.2', 'git_tag' => 'v2.2.2'}, # "edge" => {'version' => 'edge', 'git_tag' => 'master'}, } end
Version data entries
5 entries across 5 versions & 2 rubygems