appril 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: aa9b5349e353d5d65e0f6de38d4fd4db5575873a
4
- data.tar.gz: 8d145e6ac70e501b2b22867839541297ab842232
3
+ metadata.gz: 5315dd72e101be355c15a193e063a4e80bd5d786
4
+ data.tar.gz: 630f595079b3d68593f9fcc01f0ad2c1ac248cdf
5
5
  SHA512:
6
- metadata.gz: 355037eba39585b9c527be6247c0eafd10e392bbde03dd5051b01b433446060cc7977cda0a496570a109584a44abe0be9002cc1e0c8717bf051352bf2ce53263
7
- data.tar.gz: 6ac587d9d2cefd21a0fe0bfd46d0286572bc85625b3a95a87cc6ee26745e932d1af98ab2ef032732df7a9c761ee935193ab6ecbf34add3f06b43f9df7fd302ce
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: __initialization_data__.update(initialization_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
@@ -1,3 +1,3 @@
1
1
  module Appril
2
- VERSION = '0.0.6'.freeze
2
+ VERSION = '0.0.7'.freeze
3
3
  end
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.6
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-09 00:00:00.000000000 Z
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.6", "Opinionated framework for building opinionated web applications"]'
79
+ summary: '["appril-0.0.7", "Opinionated framework for building opinionated web applications"]'
80
80
  test_files: []