meshchat 0.7.0 → 0.7.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a669862d8119b09c7bfbf437c476aba8974bb349
4
- data.tar.gz: 13d7944d37b968bc43c6fc57332b1e0296a62e36
3
+ metadata.gz: c964bd41eba72bdb632f46e5ea1a0f6d84b22984
4
+ data.tar.gz: 3e904fa0c4f90708457a176658c473dd0f398509
5
5
  SHA512:
6
- metadata.gz: eb9df8e25b985e6d92b7e9fd70f053e770960ec29994dd104de7ba02fd84d0b97e93c4ad0c16d37510d8d5f09aa4fe5c7cb810f81c057dd367b8e11255e85619
7
- data.tar.gz: 914be292200fe5b1309702fb36d5cca2e9eb3990b7895d5d498524ad565ae7ddbae1ab12ce1f4a072bbeeadbdd6d61223e55599c028d89c87e4ff13c98a4c8e7
6
+ metadata.gz: 4929079025f53a876db2978628bccf9af4cfac2a7429e6ce365264369fc8bfea6636fcf334e987401ff38d11b9abe427de2784cded6831d43fa984107cb5231a
7
+ data.tar.gz: db5b1424bfa7c9fbecaf1cdae7cbe93d63f394826a41113908f484a94c86c9c9a02fbe11f9aae30ce16610ab77159fe45c603082b5908715157f5f67c4d7bb03
@@ -12,6 +12,8 @@ module MeshChat
12
12
  def send(location: nil, uid: nil, node: nil, message: nil)
13
13
  # verify node is valid
14
14
  node = self.node_for(location: location, uid: uid, node: node)
15
+ # don't proceed if we don't have a node
16
+ return unless node
15
17
 
16
18
  if Settings['uid'] == node.uid
17
19
  Display.debug 'avoiding sending to self'
@@ -1,3 +1,3 @@
1
1
  module MeshChat
2
- VERSION = '0.7.0'
2
+ VERSION = '0.7.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: meshchat
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - L. Preston Sego III
@@ -262,5 +262,5 @@ rubyforge_project:
262
262
  rubygems_version: 2.4.8
263
263
  signing_key:
264
264
  specification_version: 4
265
- summary: MeshChat-0.7.0
265
+ summary: MeshChat-0.7.1
266
266
  test_files: []