Sha256: 67b76ac3a692cbba146fa652609928f98e7c9dde9f812891f60bcc69f8d0ac9e
Contents?: true
Size: 526 Bytes
Versions: 103
Compression:
Stored size: 526 Bytes
Contents
# Folder: `tasks` The `tasks` folder contains modules and classes that extend the current Rakefile with tasks. Files should be named after the tasks they 'create'. For example, in a Rakefile, you can write: ``` ruby Albacore::Tasks::Versionizer.new :versioning ``` to create a new task, named `:versioning` that you can then depend on from other tasks. It should be possible to call `.new` multiple times with different symbols as parameters and you can also pass blocks to the task configurators that are configurable.
Version data entries
103 entries across 103 versions & 1 rubygems