Sha256: b2c073bbf2a5d1e47707a5a1ec5e0383d3b7726ebbe4a88fe99c046be2a9951f
Contents?: true
Size: 723 Bytes
Versions: 4
Compression:
Stored size: 723 Bytes
Contents
# <%= program %> configuration initially generated <%= Time.now %> # Go ahead and customize this file to your heart's content! The content is Ruby # code, and all code is evaluated in the context of a Firetower::Session object. # CONNECTIONS # You can connect to as many Campfire accounts as you like :-) account '<%= subdomain %>', '<%= token %>', :ssl => <%= use_ssl %> # ROOMS # Activity in these rooms will tracked by the <%= program %> server <% room_names.each do |room_name| %> join_room '<%= subdomain %>', '<%= room_name %>' <% end %> # DEFAULT ROOM default '<%= subdomain %>', '<%= room_names.first %>' # Plugins <% if RUBY_PLATFORM =~ /darwin/ %> use GrowlPlugin <% else %> use NotifyPlugin <% end %>
Version data entries
4 entries across 4 versions & 1 rubygems