Slide 30
Slide 30 text
# A list of all files in the gem:
spec.files = ["lib/melb_ruby.rb"]
# This is the default:
spec.require_paths = ["lib"]
# This is *not* the default, but maybe should be:
spec.bindir = "exe"
# And then you need to explicitly list each
# executable:
spec.executables = ["melburnian"]