Sha256: e7c4a5fb5bf42310b334e4459575ee3f90482c11438894f273044afab831531e
Contents?: true
Size: 665 Bytes
Versions: 13
Compression:
Stored size: 665 Bytes
Contents
Campfire ======== Automatically posts informational messages to Campfire Gem Requirements ---------------- This plugin requires the following gems: ```ruby gem 'tinder' ``` Hooks ----- - `after_promote` - `after_upload` Configuration ------------- ```yaml plugins: campfire: account: my_company token: ABC123 rooms: - General - Web Operations ``` #### account This is your campfire account name. It is the subdomain part of your account. - Type: `String` #### token This is the secure token you get from the Campfire configuration. - Type: `String` #### Rooms This is an array of room names to post messages to. - Type: `String`
Version data entries
13 entries across 13 versions & 1 rubygems