diff options
author | Godfrey Chan <godfreykfc@gmail.com> | 2014-12-19 16:12:19 -0800 |
---|---|---|
committer | Godfrey Chan <godfreykfc@gmail.com> | 2014-12-19 16:12:32 -0800 |
commit | d507f332a955eed3d3af805a0d417fb56379a6b9 (patch) | |
tree | 1708d3e084dd5c0666f91bd842cd4b36ad98d0f5 | |
parent | 461fa6390da5856d952d7fb8aac9e3f0ff712f5b (diff) | |
download | rails-d507f332a955eed3d3af805a0d417fb56379a6b9.tar.gz rails-d507f332a955eed3d3af805a0d417fb56379a6b9.tar.bz2 rails-d507f332a955eed3d3af805a0d417fb56379a6b9.zip |
activejob needs to be built before actionmailer
-rw-r--r-- | tasks/release.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/release.rb b/tasks/release.rb index 729e0761ad..d8c1390eef 100644 --- a/tasks/release.rb +++ b/tasks/release.rb @@ -1,4 +1,4 @@ -FRAMEWORKS = %w( activesupport activemodel activerecord actionview actionpack actionmailer railties activejob ) +FRAMEWORKS = %w( activesupport activemodel activerecord actionview actionpack activejob actionmailer railties ) root = File.expand_path('../../', __FILE__) version = File.read("#{root}/RAILS_VERSION").strip |