summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorFrancis Luong (Franco) <fluong@fx-mbp-13.local>2016-03-23 09:54:48 -0400
committerFrancis Luong (Franco) <fluong@fx-mbp-13.local>2016-03-23 09:54:48 -0400
commit35f2bcee744deb573c64ab1ef4cbfbc2bc0e3732 (patch)
treeccbc65c2143b7e532abc8a93dc29dc0424f89582 /Rakefile
parent74e82ee2d46025f299fb86c66e49bb63b6566292 (diff)
downloadipaddress-35f2bcee744deb573c64ab1ef4cbfbc2bc0e3732.tar.gz
add jeweler
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 792f86f..0948203 100644
--- a/Rakefile
+++ b/Rakefile
@@ -64,3 +64,5 @@ task :todo do
end
egrep /(FIXME|TODO|TBD)/
end
+
+Dir["#{File.dirname(__FILE__)}/tasks/*.rake"].sort.each { |raketask| load raketask }