twistream 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.1
1
+ 0.2.2
@@ -44,7 +44,6 @@ module TwiStream
44
44
  @thread = Thread.new do
45
45
  begin
46
46
  ::Yajl::HttpStream.post(url, params) do |status|
47
- puts status
48
47
  block.call(status)
49
48
  end
50
49
  rescue
data/spec/client_spec.rb CHANGED
@@ -4,8 +4,6 @@ describe TwiStream::Client do
4
4
 
5
5
  before :all do
6
6
  auth = YAML.load_file('spec/auth.yml')
7
- puts auth.inspect
8
-
9
7
  @client = TwiStream::Client.new(auth)
10
8
  @client.on_error.handle do |msg,tr|
11
9
  puts msg
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 1
9
- version: 0.2.1
8
+ - 2
9
+ version: 0.2.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Sascha Wessel
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-12-13 00:00:00 +01:00
17
+ date: 2010-12-20 00:00:00 +01:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency