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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/coap.gemspec +1 -1
  3. data/lib/coap/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e6053dce9e4fe83df986d57b19de5aec3a77c165
4
- data.tar.gz: 3c7cefeb14386c899991dcee9ec85a90de18df8d
3
+ metadata.gz: a71cfab3032a2fa2b74f514e6e98532f76fccfd3
4
+ data.tar.gz: 1bc1adc7da1e8d6fc0ceb9420a5ebfe687527569
5
5
  SHA512:
6
- metadata.gz: 5186b30d85176df6a758340ff649866f5c56902ddd697cd50ef910a640633b9f82fadbbfc489cf83400b5344bd73d73365c4f9e3a4a6a48d91e3cea66818dc4f
7
- data.tar.gz: ce883c182fa8735ba6cf24249cdae83b88eca9c76c8720b355844e6a9264a27e42cda581bed9f75bd389bf113898921ac4d896b7a665377e51de1ed86a2e2f65
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
@@ -1,3 +1,3 @@
1
1
  module Coap
2
- VERSION = "0.0.14"
2
+ VERSION = "0.0.15"
3
3
  end
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.14
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: {}