From 0d534b8aae39d2d3903bd5298d1fa3577e0f1d9e Mon Sep 17 00:00:00 2001 From: Arun Agrawal Date: Sun, 7 Jul 2013 11:36:28 +0200 Subject: Fixed broken rake task for update_version [ci skip] Also added actionview to update version rake task --- Rakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 242bd9a930..08473ba216 100644 --- a/Rakefile +++ b/Rakefile @@ -58,13 +58,14 @@ task :update_versions do require File.dirname(__FILE__) + "/version" File.open("RAILS_VERSION", "w") do |f| - f.puts Rails.version + f.puts Rails::VERSION::STRING end constants = { "activesupport" => "ActiveSupport", "activemodel" => "ActiveModel", "actionpack" => "ActionPack", + "actionview" => "ActionView", "actionmailer" => "ActionMailer", "activerecord" => "ActiveRecord", "railties" => "Rails" -- cgit v1.2.3