From 3cfe552a06cd51ca89bedd61bf271fd6000f0e1d Mon Sep 17 00:00:00 2001 From: Arun Agrawal Date: Sat, 13 Jul 2013 18:56:56 +0200 Subject: Added missing actionview in list for release --- tasks/release.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tasks') diff --git a/tasks/release.rb b/tasks/release.rb index 0c22f812fc..66da67bfd0 100644 --- a/tasks/release.rb +++ b/tasks/release.rb @@ -1,4 +1,4 @@ -FRAMEWORKS = %w( activesupport activemodel activerecord actionpack actionmailer railties ) +FRAMEWORKS = %w( activesupport activemodel activerecord actionpack actionview actionmailer railties ) root = File.expand_path('../../', __FILE__) version = File.read("#{root}/RAILS_VERSION").strip -- cgit v1.2.3