Sha256: e2e3db4bfd4cadb47ec1cb9d3a9a811225a3e86cda0add0a1b102b0421044862
Contents?: true
Size: 387 Bytes
Versions: 5
Compression:
Stored size: 387 Bytes
Contents
module Source2Epub class << self # ./lib/source2epub/configuration.rb def update_config Source2Epub.configure do |config| config.creator = "Burin C" config.publisher = "Burin C" config.published_date = "2014-06-23" # TODO: get the current date config.identifier = "https://agilecreativity.com/" end end end end
Version data entries
5 entries across 5 versions & 1 rubygems