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 +4 -4
- data/buschtelefon.gemspec +2 -2
- data/lib/buschtelefon/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2e03358301b1294c8996dfc52ab4aefab0424f8983c98861cd144b9a5eb98d29
|
|
4
|
+
data.tar.gz: cfceae44dd0b5119d5de8306f112a45b1991842c4c1e7309e390303b34282269
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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/
|
|
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|
|
data/lib/buschtelefon/version.rb
CHANGED
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.
|
|
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-
|
|
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
|
|
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/
|
|
140
|
+
homepage: https://github.com/renuo/buschtelefon
|
|
141
141
|
licenses:
|
|
142
142
|
- MIT
|
|
143
143
|
metadata: {}
|