aboutsummaryrefslogtreecommitdiffstats
path: root/tasks
diff options
context:
space:
mode:
authorArun Agrawal <arunagw@gmail.com>2013-07-13 18:56:56 +0200
committerArun Agrawal <arunagw@gmail.com>2013-07-13 18:56:56 +0200
commit3cfe552a06cd51ca89bedd61bf271fd6000f0e1d (patch)
tree10b419729b9e2695621bbeb42daecaf7075df3d3 /tasks
parentcedaee712b55caa596b3f128416a16bdb0c986c3 (diff)
downloadrails-3cfe552a06cd51ca89bedd61bf271fd6000f0e1d.tar.gz
rails-3cfe552a06cd51ca89bedd61bf271fd6000f0e1d.tar.bz2
rails-3cfe552a06cd51ca89bedd61bf271fd6000f0e1d.zip
Added missing actionview in list for release
Diffstat (limited to 'tasks')
-rw-r--r--tasks/release.rb2
1 files changed, 1 insertions, 1 deletions
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