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.
@@ -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]
@@ -89,9 +89,9 @@ module Tinder
89
89
  sleep 5
90
90
  else
91
91
  continue = false
92
- messages
93
92
  end
94
93
  end
94
+ messages
95
95
  end
96
96
 
97
97
 
@@ -2,8 +2,8 @@ module Tinder #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 1
5
- TINY = 1
5
+ TINY = 2
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
9
- end
9
+ end
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.8.11
3
3
  specification_version: 1
4
4
  name: tinder
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.1.1
6
+ version: 0.1.2
7
7
  date: 2007-01-27 00:00:00 -05:00
8
8
  summary: An (unofficial) Campfire API
9
9
  require_paths: