Sha256: f8922ae856520419830328f8f25f7ac85410987885fc4e27bc074b74cdf26865
Contents?: true
Size: 553 Bytes
Versions: 3
Compression:
Stored size: 553 Bytes
Contents
= Tinder Tinder is a library for interfacing with Campfire, the chat application from 37Signals. campfire = Campfire.new 'mysubdomain' campfire.login 'myemail@example.com', 'mypassword' room = campfire.create_room 'New Room', 'My new campfire room to test tinder' room.rename 'New Room Name' room.speak 'Hello world!' room.speak "my pasted\ncode", :paste => true room.destroy == Requirements * Active Support gem install activesupport * Hpricot gem install hpricot == ToDo * Tests! (unit and remote) * Log in via guest url * SSL
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tinder-0.1.1 | README.txt |
tinder-0.1.0 | README.txt |
tinder-0.1.2 | README.txt |