diff options
author | Simone Bortolin <simonebortolin@users.noreply.github.com> | 2022-08-04 15:30:40 +0200 |
---|---|---|
committer | Simone Bortolin <simonebortolin@users.noreply.github.com> | 2022-12-19 22:48:05 +0100 |
commit | 0df87a53ed7f7620b0ae7f5b0859427a93b1d1ad (patch) | |
tree | 52306d80b5cf0ae4e8b463e9401cdad51c84a558 /rakefile | |
download | hack-gpon.github.io-0df87a53ed7f7620b0ae7f5b0859427a93b1d1ad.tar hack-gpon.github.io-0df87a53ed7f7620b0ae7f5b0859427a93b1d1ad.tar.gz hack-gpon.github.io-0df87a53ed7f7620b0ae7f5b0859427a93b1d1ad.tar.bz2 hack-gpon.github.io-0df87a53ed7f7620b0ae7f5b0859427a93b1d1ad.tar.lz hack-gpon.github.io-0df87a53ed7f7620b0ae7f5b0859427a93b1d1ad.tar.xz hack-gpon.github.io-0df87a53ed7f7620b0ae7f5b0859427a93b1d1ad.tar.zst hack-gpon.github.io-0df87a53ed7f7620b0ae7f5b0859427a93b1d1ad.zip |
Diffstat (limited to 'rakefile')
-rw-r--r-- | rakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rakefile b/rakefile new file mode 100644 index 0000000..b8b42c4 --- /dev/null +++ b/rakefile @@ -0,0 +1 @@ +Dir.glob('lib/tasks/*.rake').each {|r| import r} |