aboutsummaryrefslogtreecommitdiffstats
path: root/tasks/release.rb
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2013-07-13 09:59:17 -0700
committerGuillermo Iguaran <guilleiguaran@gmail.com>2013-07-13 09:59:17 -0700
commit4f8168ec58cbc0bf1f1e442af2e93ccc1dd8dba0 (patch)
tree10b419729b9e2695621bbeb42daecaf7075df3d3 /tasks/release.rb
parentcedaee712b55caa596b3f128416a16bdb0c986c3 (diff)
parent3cfe552a06cd51ca89bedd61bf271fd6000f0e1d (diff)
downloadrails-4f8168ec58cbc0bf1f1e442af2e93ccc1dd8dba0.tar.gz
rails-4f8168ec58cbc0bf1f1e442af2e93ccc1dd8dba0.tar.bz2
rails-4f8168ec58cbc0bf1f1e442af2e93ccc1dd8dba0.zip
Merge pull request #11422 from arunagw/added_missing_actionview
Added missing actionview in list for release
Diffstat (limited to 'tasks/release.rb')
-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