Sha256: b00f6be5f010a19c8df2774e562716622aec11d5da3486b775e04e618f4204db
Contents?: true
Size: 525 Bytes
Versions: 3
Compression:
Stored size: 525 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
albacore-2.0.0.rc.2 | lib/albacore/tasks/README.md |
albacore-2.0.0.rc.1 | lib/albacore/tasks/README.md |
albacore-0.6.2.rc1 | lib/albacore/tasks/README.md |