15 lines
424 B
Plaintext
15 lines
424 B
Plaintext
|
# vi: ft=ruby
|
||
|
|
||
|
###################### Available Options ######################
|
||
|
# If you want to have even more control, check out the documentation
|
||
|
# https://github.com/KrauseFx/deliver/blob/master/Deliverfile.md
|
||
|
|
||
|
# Since this file is eval'd, we need to add this file's directory to $LOAD_PATH
|
||
|
$:.unshift File.dirname(__FILE__)
|
||
|
|
||
|
require 'open-uri'
|
||
|
|
||
|
automatic_release false
|
||
|
|
||
|
copyright "#{Time.now.year} Wikimedia Foundation"
|