tinder 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/CHANGELOG.txt +4 -1
- data/lib/tinder/room.rb +1 -1
- data/lib/tinder/version.rb +2 -2
- metadata +1 -1
data/CHANGELOG.txt
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
|
+
0.1.2 - 2007-01-27
|
|
2
|
+
* fixed bug preventing #listen from working without a block
|
|
3
|
+
|
|
1
4
|
0.1.1 - 2007-01-27
|
|
2
5
|
* fix bug preventing speak from working
|
|
3
6
|
* incorporated "watching" from http://soylentfoo.jnewland.com/articles/2006/12/07/updates-to-marshmallow-the-campfire-bot
|
|
4
7
|
|
|
5
8
|
0.1.0 - 2007-01-23
|
|
6
9
|
* Initial release as gem
|
|
7
|
-
* Get the users in a room [Tero Parviainen]
|
|
10
|
+
* Get the users in a room [Tero Parviainen]
|
data/lib/tinder/room.rb
CHANGED
data/lib/tinder/version.rb
CHANGED