diff options
author | Chris Schlaeger <chris@linux.com> | 2014-06-21 23:02:49 +0200 |
---|---|---|
committer | Chris Schlaeger <chris@linux.com> | 2014-06-21 23:02:49 +0200 |
commit | cc72a9807699b95363d0ae58aa5237d982946470 (patch) | |
tree | e120b723992e473de620f29d6d7ba2fcd235e505 /Rakefile | |
download | postrunner-cc72a9807699b95363d0ae58aa5237d982946470.zip |
Adding dump filter
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile new file mode 100644 index 0000000..809eb56 --- /dev/null +++ b/Rakefile @@ -0,0 +1,2 @@ +require "bundler/gem_tasks" + |