Skip to content

Commit

Permalink
Fixed broken rake task for update_version [ci skip]
Browse files Browse the repository at this point in the history
Also added actionview to update version rake task
  • Loading branch information
arunagw committed Jul 8, 2013
1 parent e808445 commit 0d534b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0d534b8

Please sign in to comment.