Sha256: 82e66846bc387bad27607c9e1ce2b02fa7c08c4ea87c2d44c66d2d49aa797ace
Contents?: true
Size: 664 Bytes
Versions: 24
Compression:
Stored size: 664 Bytes
Contents
Campfire ======== Automatically posts informational messages to Campfire Gem Requirements ---------------- This plugin requires the following gems: ```ruby gem 'campy' ``` 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
24 entries across 24 versions & 2 rubygems