Sha256: 0dd248cec1d2de7196720b4565eb010569c3127853d5d88fffeac1446ad90a8d

Contents?: true

Size: 563 Bytes

Versions: 106

Compression:

Stored size: 563 Bytes

Contents

# Folder: ext

The `ext` folder contains Albacore extensions. Write code in this folder
according to the following conventions:

 * doing `require 'albacore/ext/extension_name'` should add the extensions
   of `extension_name` to the current albacore application. This means
   that there should be no further requirement to call into albacore
   after such a `require` call has been done.
 * prefer to do extensions via `Albacore.subscribe` over extending
   at the call-site, monkey-patching, or including the extended in
   other class/module/object instances.

Version data entries

106 entries across 106 versions & 1 rubygems

Version Path
albacore-3.0.1 ./lib/albacore/ext/README.md
albacore-3.0.0.pre.alpha.6 ./lib/albacore/ext/README.md
albacore-3.0.0.pre.alpha.5 ./lib/albacore/ext/README.md
albacore-3.0.0.pre.alpha.4 ./lib/albacore/ext/README.md
albacore-3.0.0.pre.alpha.3 ./lib/albacore/ext/README.md
albacore-3.0.0.pre.alpha.2 ./lib/albacore/ext/README.md
albacore-3.0.0.pre.alpha ./lib/albacore/ext/README.md
albacore-2.8.0 ./lib/albacore/ext/README.md
albacore-2.7.0 ./lib/albacore/ext/README.md
albacore-2.6.8 ./lib/albacore/ext/README.md
albacore-2.6.7 ./lib/albacore/ext/README.md
albacore-2.6.6 ./lib/albacore/ext/README.md
albacore-2.6.4 ./lib/albacore/ext/README.md
albacore-2.6.3 ./lib/albacore/ext/README.md
albacore-2.6.2 ./lib/albacore/ext/README.md
albacore-2.6.1 ./lib/albacore/ext/README.md
albacore-2.6.0 ./lib/albacore/ext/README.md
albacore-2.5.14 ./lib/albacore/ext/README.md
albacore-2.5.13 ./lib/albacore/ext/README.md
albacore-2.5.11 ./lib/albacore/ext/README.md