meshchat 0.6.10 → 0.6.11
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/meshchat/net/client.rb +1 -1
- data/lib/meshchat/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: 6704e3fae4b8087d79dba4722e38249a252adb43
|
|
4
|
+
data.tar.gz: b617601966357d43e37cec0bdb84f6c3c22ecfde
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 965d1330b0860323aefb6739e0834493a7878dd298c1ca46bf5a5df173a7834216d03507d916b7d6e855bdaac81b984ed729d6b168d605fd74ca8f880fb40401
|
|
7
|
+
data.tar.gz: fbb391de6550c6eb3a7bdf736739137b03398f1cb4767354ad79ed76803c4ad699a5e6735d8eaf53960ba51bd29271d05acaf61f0abd8486706429544f354254
|
data/lib/meshchat/net/client.rb
CHANGED
|
@@ -61,7 +61,7 @@ module MeshChat
|
|
|
61
61
|
# TODO: also check for public key?
|
|
62
62
|
# without the public key, the message is sent in cleartext. :-\
|
|
63
63
|
if !(node && node.location)
|
|
64
|
-
Display.alert "Node not found, or does not have a location"
|
|
64
|
+
Display.alert "Node not found, or does not have a location. Have you imported #{location || ""}?"
|
|
65
65
|
return
|
|
66
66
|
end
|
|
67
67
|
|
data/lib/meshchat/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: meshchat
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.11
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- L. Preston Sego III
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2016-01-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sqlite3
|
|
@@ -261,5 +261,5 @@ rubyforge_project:
|
|
|
261
261
|
rubygems_version: 2.4.8
|
|
262
262
|
signing_key:
|
|
263
263
|
specification_version: 4
|
|
264
|
-
summary: MeshChat-0.6.
|
|
264
|
+
summary: MeshChat-0.6.11
|
|
265
265
|
test_files: []
|