appril 0.0.6 → 0.0.7
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.
- checksums.yaml +4 -4
- data/lib/appril/rtcp_controller.rb +1 -7
- data/lib/appril/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5315dd72e101be355c15a193e063a4e80bd5d786
|
|
4
|
+
data.tar.gz: 630f595079b3d68593f9fcc01f0ad2c1ac248cdf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ffd933576fcdac8f2d31dae3c879e176b41ba25e85700bc8d31d5fd88f7534af44bcd6d87eb9a80054182171d4586e05bf6ec8e52857ee3b8b05f8b056c57002
|
|
7
|
+
data.tar.gz: 6a87b13d131f0f0c8a4d466af4c8cebe44cd57f322053f926a5444b9556cfbc206fb8e2c9cad92b4bc5bdd9f0cb9d3286313bcfe9444e5c739ca18667b8b36e0
|
|
@@ -20,13 +20,7 @@ module Appril
|
|
|
20
20
|
|
|
21
21
|
def on_open
|
|
22
22
|
connected
|
|
23
|
-
write(serial: 0, data:
|
|
24
|
-
end
|
|
25
|
-
|
|
26
|
-
def __initialization_data__
|
|
27
|
-
{
|
|
28
|
-
client_url: Cfg.client_url
|
|
29
|
-
}
|
|
23
|
+
write(serial: 0, data: initialization_data)
|
|
30
24
|
end
|
|
31
25
|
|
|
32
26
|
def on_message msg
|
data/lib/appril/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: appril
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Slee Woo
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-05-
|
|
11
|
+
date: 2016-05-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rocketio
|
|
@@ -76,5 +76,5 @@ rubyforge_project:
|
|
|
76
76
|
rubygems_version: 2.5.1
|
|
77
77
|
signing_key:
|
|
78
78
|
specification_version: 4
|
|
79
|
-
summary: '["appril-0.0.
|
|
79
|
+
summary: '["appril-0.0.7", "Opinionated framework for building opinionated web applications"]'
|
|
80
80
|
test_files: []
|