README.txt in tinder-0.1.9 vs README.txt in tinder-1.1.7
- old
+ new
@@ -4,19 +4,15 @@
== Usage
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.paste "my pasted\ncode"
room.destroy
-
- room = campfire.find_room_by_guest_hash 'abc123', 'John Doe'
- room.speak 'Hello world!'
See the RDoc for more details.
== Requirements
@@ -38,6 +34,7 @@
The source for Tinder is available at http://source.collectiveidea.com/public/tinder/trunk. Development can be followed at http://opensoul.org/tags/tinder. Contributions are welcome!
== ToDo
* Tests! (unit and remote)
+* Log in via guest url
* Marshmallow-style integration scripts for exception notification and continuous integration