Sha256: 9fa4b99a119a821b366e488a6d264a46d861ec35ddd7b5b672b6c04899a75839

Contents?: true

Size: 405 Bytes

Versions: 2

Compression:

Stored size: 405 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'},
#      "edge" => {'version' => 'edge', 'git_tag' => 'master'},
    }
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
erector-0.4.191 lib/erector/rails/supported_rails_versions.rb
erector-0.4.200 lib/erector/rails/supported_rails_versions.rb