airstream 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,13 @@
1
+
2
+ module Airstream
3
+ class Node < Airplay::Client
4
+
5
+ def initialize(reciever)
6
+ node = Airplay::Server::Node.new(
7
+ reciever, reciever, reciever, AIRPLAY_PORT)
8
+ super node
9
+ use node # does not work without that second assign
10
+ end
11
+
12
+ end
13
+ end
@@ -1,4 +1,4 @@
1
1
 
2
2
  module Airstream
3
- VERSION = '0.3.1'
3
+ VERSION = '0.3.2'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: airstream
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -73,6 +73,7 @@ files:
73
73
  - lib/airstream.rb
74
74
  - lib/airstream/version.rb
75
75
  - lib/airstream/network.rb
76
+ - lib/airstream/node.rb
76
77
  - lib/airstream/video.rb
77
78
  - lib/airstream/server.rb
78
79
  homepage: https://github.com/unused/airstream