summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2017-02-03 23:09:43 -0700
committerDan Allen <dan.j.allen@gmail.com>2017-02-03 23:09:43 -0700
commitf887a2295a814a9680ed7addf59c635845722da3 (patch)
treeeeb3e3e7c477367b62d3d5871be172e2ec159ec9 /Rakefile
parent38dc3d1eaecedd59c13427bda28a54f362423bcb (diff)
set build as default rake task
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index a5bc702e..ada79a5d 100644
--- a/Rakefile
+++ b/Rakefile
@@ -7,6 +7,7 @@ default_tasks = []
begin
require 'bundler/gem_tasks'
+ default_tasks << :build
# Enhance the release task to create an explicit commit for the release
#Rake::Task[:release].enhance [:commit_release]