twistream 0.2.0 → 0.2.1

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/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0
1
+ 0.2.1
data/spec/client_spec.rb CHANGED
@@ -3,7 +3,10 @@ require "spec_helper"
3
3
  describe TwiStream::Client do
4
4
 
5
5
  before :all do
6
- @client = TwiStream::Client.new({:user => 'gr4y', :pass => 'bUx1kkkd'})
6
+ auth = YAML.load_file('spec/auth.yml')
7
+ puts auth.inspect
8
+
9
+ @client = TwiStream::Client.new(auth)
7
10
  @client.on_error.handle do |msg,tr|
8
11
  puts msg
9
12
  end
data/spec/spec_helper.rb CHANGED
@@ -1 +1,2 @@
1
1
  require 'twistream'
2
+ require 'yaml'
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 0
9
- version: 0.2.0
8
+ - 1
9
+ version: 0.2.1
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-11 00:00:00 +01:00
17
+ date: 2010-12-13 00:00:00 +01:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency