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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1b522eab95998e41879706751143d6be2547f56f
4
- data.tar.gz: a522f7911c68596e205f700a077b49ab68e6effb
3
+ metadata.gz: 6704e3fae4b8087d79dba4722e38249a252adb43
4
+ data.tar.gz: b617601966357d43e37cec0bdb84f6c3c22ecfde
5
5
  SHA512:
6
- metadata.gz: 56c862960a4e1985fd7d6e55ebc5757d2c3eb58c51be40ab2d8762ec0ceb080697e216f5280b0b72a9cbfa737d0caf624f3fc314f65d243723e8bce67461816f
7
- data.tar.gz: 232bb3f936d3bbbbe49bfeebdb5985baaa05b535f2025d6e1759786f1aed5a89a5c3f77701bbb055cc3f2d41dc906bcbd1f0b28173b659b7233613ca0d30a1ef
6
+ metadata.gz: 965d1330b0860323aefb6739e0834493a7878dd298c1ca46bf5a5df173a7834216d03507d916b7d6e855bdaac81b984ed729d6b168d605fd74ca8f880fb40401
7
+ data.tar.gz: fbb391de6550c6eb3a7bdf736739137b03398f1cb4767354ad79ed76803c4ad699a5e6735d8eaf53960ba51bd29271d05acaf61f0abd8486706429544f354254
@@ -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
 
@@ -1,3 +1,3 @@
1
1
  module MeshChat
2
- VERSION = '0.6.10'
2
+ VERSION = '0.6.11'
3
3
  end
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.10
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: 2015-12-16 00:00:00.000000000 Z
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.10
264
+ summary: MeshChat-0.6.11
265
265
  test_files: []