nmea_plus 1.1.0 → 1.1.1
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/README.md +1 -1
- data/lib/nmea_plus/message/ais/vdm_payload/mmsi_info.rb +1 -1
- data/lib/nmea_plus/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 15d13dfe84a16fc96940116bef563ec043a22a5e9a8d0c4ee9569f7ff20892b1
|
4
|
+
data.tar.gz: 9224257ec7ddca83a1527bb5229ef404cd4536a26068680cf8e91b389609feca
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4523d800e3f131ee1fcb3a71b5ca1bbe9c570682bb9505bf908ea7d99412677d25c581298db3b62d85a8c20af92c58a13c07964e2667735e1709eec1c1056d9c
|
7
|
+
data.tar.gz: 64d5ba67b203485b91d16fe3277725c12afcba3697bd60d0b47cbef9ec0a70238121c182b57fd27f234280cc1c7556fb2fd6ab5f77277c75ce9cbf1943f61c3f
|
data/README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
[](https://rubygems.org/gems/nmea_plus)
|
4
4
|
[](https://github.com/ianfixes/nmea_plus/actions/workflows/ruby.yml)
|
5
|
-
[](http://www.rubydoc.info/gems/nmea_plus/1.1.
|
5
|
+
[](http://www.rubydoc.info/gems/nmea_plus/1.1.1)
|
6
6
|
[](http://inch-ci.org/github/ianfixes/nmea_plus)
|
7
7
|
|
8
8
|
[NMEA Plus](https://github.com/ianfixes/nmea_plus) is a Ruby gem for parsing and decoding "GPS" messages: NMEA, AIS, and any other similar formats of short messaging typically used by marine equipment. It provides convenient access (by name) to the fields of each message type, and a stream reader designed for use with Ruby Blocks.
|
data/lib/nmea_plus/version.rb
CHANGED