buschtelefon 0.4.1 → 0.4.2

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
  SHA256:
3
- metadata.gz: 17ed2d463f57f40cab25df7895ce45fc1da041f9395d8e76f7f6af953e278c61
4
- data.tar.gz: 2b4179b89ed1d20fa0553ea31b4a532df503af2cb5261297e0776d28e9e40fa6
3
+ metadata.gz: 2e03358301b1294c8996dfc52ab4aefab0424f8983c98861cd144b9a5eb98d29
4
+ data.tar.gz: cfceae44dd0b5119d5de8306f112a45b1991842c4c1e7309e390303b34282269
5
5
  SHA512:
6
- metadata.gz: 483bc25dc8409bf00a6e896fdd92246e07d28a90b88efc59d60e2ba906d2f53a4ce392f01794b8f990ec0ea92d0a6e05f8d7fcb845184bf7426e7b0e9fc29f3b
7
- data.tar.gz: 1228512ba3adad9dfaa43e19984b356161d1e133e7e1fea01f80eb6040490f98785a7067067490f2a001d698e0ddfeddfa35eaf87b70d945aaac337a8ea863b1
6
+ metadata.gz: 6e24587a19187c7e96e7bd366aaafe0aa60ae3822d88ae6702a76ac5fa213f816a81edd3c438cf7d7e297895aea884ab664c8ce7ae63afbad14e26fb71c4e190
7
+ data.tar.gz: a85368b8276d75c5740ea720128e393684db3b2ca1699dc8858e2a6cecaaf8f8037aa3653384761efcc751e9b2e01f6a58892e66a02813b1aa61a33b84b09ed5
data/buschtelefon.gemspec CHANGED
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
9
9
  spec.email = ["josua.schmid@renuo.ch"]
10
10
 
11
11
  spec.summary = "Library for meshnet gossip"
12
- spec.description = "Buschtelefon can be used to share information between Ruby clients over a network"
13
- spec.homepage = "https://github.com/schmijos/buschtelefon"
12
+ spec.description = "Buschtelefon can be used to automatically share information between Ruby clients over a network"
13
+ spec.homepage = "https://github.com/renuo/buschtelefon"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
@@ -1,3 +1,3 @@
1
1
  module Buschtelefon
2
- VERSION = "0.4.1"
2
+ VERSION = "0.4.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: buschtelefon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josua Schmid
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-10-26 00:00:00.000000000 Z
11
+ date: 2019-10-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -108,8 +108,8 @@ dependencies:
108
108
  - - "~>"
109
109
  - !ruby/object:Gem::Version
110
110
  version: '0.1'
111
- description: Buschtelefon can be used to share information between Ruby clients over
112
- a network
111
+ description: Buschtelefon can be used to automatically share information between Ruby
112
+ clients over a network
113
113
  email:
114
114
  - josua.schmid@renuo.ch
115
115
  executables: []
@@ -137,7 +137,7 @@ files:
137
137
  - lib/buschtelefon/remote_tattler.rb
138
138
  - lib/buschtelefon/tattler.rb
139
139
  - lib/buschtelefon/version.rb
140
- homepage: https://github.com/schmijos/buschtelefon
140
+ homepage: https://github.com/renuo/buschtelefon
141
141
  licenses:
142
142
  - MIT
143
143
  metadata: {}