coap 0.0.14 → 0.0.15
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/coap.gemspec +1 -1
- data/lib/coap/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a71cfab3032a2fa2b74f514e6e98532f76fccfd3
|
|
4
|
+
data.tar.gz: 1bc1adc7da1e8d6fc0ceb9420a5ebfe687527569
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f0a87ba3b9d09fdb9d91d4cf077b80c00eb56382f1bd2dc23d71c3ee834db9093c9b85c54ace22c414e48cc8c9f8a77dc978adedbf22d590f6336046274962a4
|
|
7
|
+
data.tar.gz: a774eee83787f686bc804b5f9e347d676bb4d1bb677c3516a22efd871c1a5bb100da9fc549e708b8f3a12a98db40d56bf0e2aeaf2f924edcf0f98119281a49cb
|
data/coap.gemspec
CHANGED
|
@@ -18,7 +18,7 @@ networks such as 6LoWPAN often have high packet error rates and a
|
|
|
18
18
|
typical throughput of 10s of kbit/s. The protocol is designed for
|
|
19
19
|
machine-to-machine (M2M) applications such as smart energy and
|
|
20
20
|
building automation}
|
|
21
|
-
spec.homepage = ""
|
|
21
|
+
spec.homepage = "https://github.com/SmallLars/coap"
|
|
22
22
|
spec.license = "MIT"
|
|
23
23
|
|
|
24
24
|
spec.files = `git ls-files`.split($/)
|
data/lib/coap/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: coap
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.15
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Carsten Bormann
|
|
@@ -105,7 +105,7 @@ files:
|
|
|
105
105
|
- test/disabled_econotag_blck.rb
|
|
106
106
|
- test/test_client.rb
|
|
107
107
|
- test/test_message.rb
|
|
108
|
-
homepage:
|
|
108
|
+
homepage: https://github.com/SmallLars/coap
|
|
109
109
|
licenses:
|
|
110
110
|
- MIT
|
|
111
111
|
metadata: {}
|