firetower 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,8 @@
1
- == 0.0.7 / 2011-07-06
2
- * 1 bug fix
1
+ == 0.0.8 / 2011-07-06
2
+
3
+ * 2 bug fixes
3
4
  * fix backwards compatibility to 0.0.3 with firetower.conf syntax
5
+ * updated generated firetower.conf to use `join_room`
4
6
 
5
7
  == 0.0.5 / 2011-07-06
6
8
 
@@ -12,7 +12,7 @@ account '<%= subdomain %>', '<%= token %>', :ssl => <%= use_ssl %>
12
12
  # Activity in these rooms will tracked by the <%= program %> server
13
13
 
14
14
  <% room_names.each do |room_name| %>
15
- join '<%= subdomain %>', '<%= room_name %>'
15
+ join_room '<%= subdomain %>', '<%= room_name %>'
16
16
  <% end %>
17
17
 
18
18
  # DEFAULT ROOM
@@ -1 +1 @@
1
- 0.0.7
1
+ 0.0.8
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: firetower
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 15
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 7
10
- version: 0.0.7
9
+ - 8
10
+ version: 0.0.8
11
11
  platform: ruby
12
12
  authors:
13
13
  - Avdi Grimm