Sha256: b114bdefe215ab892353ec08218a014c798c613793a94df94f75a7a677c0a3fe

Contents?: true

Size: 559 Bytes

Versions: 2

Compression:

Stored size: 559 Bytes

Contents

module Erector
  module Rails
    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'}, #TODO: Readd edge support
    }
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
erector-0.5.1 lib/erector/rails/supported_rails_versions.rb
erector-0.5.0 lib/erector/rails/supported_rails_versions.rb