firering 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/firering.gemspec CHANGED
@@ -4,7 +4,7 @@ Gem::Specification.new do |s|
4
4
  s.rubygems_version = '1.3.5'
5
5
 
6
6
  s.name = 'firering'
7
- s.version = '1.0.0'
7
+ s.version = '1.0.1'
8
8
  s.date = '2010-08-16'
9
9
  s.rubyforge_project = 'firering'
10
10
 
@@ -90,7 +90,7 @@ module Firering
90
90
  # few seconds before trying to reconnect. Formats
91
91
  http.errback do
92
92
  perform_retry(http) do
93
- stream(room_id, url, &callback)
93
+ stream(room_id, &callback)
94
94
  end
95
95
  end
96
96
 
data/lib/firering.rb CHANGED
@@ -5,7 +5,7 @@ require 'yajl'
5
5
  require 'em-http'
6
6
 
7
7
  module Firering
8
- VERSION = '1.0.0'
8
+ VERSION = '1.0.1'
9
9
 
10
10
  class Error < StandardError; end
11
11
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: firering
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 0
10
- version: 1.0.0
9
+ - 1
10
+ version: 1.0.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Emmanuel Oga