Repositories (64)
(0.004 seconds)

collectiveidea / tinder (Ruby)

Tinder is an Ruby API for interfacing with Campfire, the 37Signals chat application.
1.2 MB | 18 forks | 64 watchers | last activity about 1 month ago

JaredKuolt / camper (Ruby)

Campfire (37Signals) to Jabber
753.9 KB | 4 forks | 35 watchers | last activity 5 months ago
Users (0)
(0.001 seconds)
no matching results

Source Code (442)
(1.602 seconds)

entp/xtt » spec / models / campfire_spec.rb (Ruby)

require File.dirname(__FILE__) + '/../spec_helper'

describe Campfire do
  before(:each) do

timcharper/caprese » actions / campfire.rb (Ruby)

require 'tinder'

class Campfire < CapreseAction
  config_schema({:start_message => String

entp/xtt » app / models / job / notify_campfire.rb (Ruby)

class Job::NotifyCampfire < Job::Base.new(:campfire, :message)

  # tinder_room.speak message

thoughtworks/cruisecontrol.rb-contrib » plugins / campfire_notifier / init.rb (Ruby)

$LOAD_PATH << File.dirname(__FILE__)

require 'lib/campfire_notifier'

Project

thoughtworks/cruisecontrol.rb-contrib » plugins / campfire_notifier / test / campfire_notifier_test.rb (Ruby)

require 'test_helper'

class CampfireNotifierTest < Test::Unit::TestCase
  def setup
    Cruise