From aeceb5d1888496ff2acf429520ea61ea42b79f68 Mon Sep 17 00:00:00 2001 From: Arun Agrawal Date: Thu, 17 Dec 2015 16:08:02 +0100 Subject: Add actioncable to list of release frameworks [ci skip] --- 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 7c8b884d44..d935cdc53e 100644 --- a/tasks/release.rb +++ b/tasks/release.rb @@ -1,4 +1,4 @@ -FRAMEWORKS = %w( activesupport activemodel activerecord actionview actionpack activejob actionmailer railties ) +FRAMEWORKS = %w( activesupport activemodel activerecord actionview actionpack activejob actionmailer actioncable railties ) root = File.expand_path('../../', __FILE__) version = File.read("#{root}/RAILS_VERSION").strip -- cgit v1.2.3