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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cb281d4016ac12b0aceba18a59c9db5093319742bdf06619f5f16d1030939e38
4
- data.tar.gz: bc20490025d2a92fee9f545fe4a147f4043ab0d8e220daf821bdf9d446048404
3
+ metadata.gz: 15d13dfe84a16fc96940116bef563ec043a22a5e9a8d0c4ee9569f7ff20892b1
4
+ data.tar.gz: 9224257ec7ddca83a1527bb5229ef404cd4536a26068680cf8e91b389609feca
5
5
  SHA512:
6
- metadata.gz: a85275556747da743ea2b77f61a8d73b6a227be80be17c87b4c220d58cd2a2f3fd34c2cee9c7407ee0acb14bbf61ed21b676a5e261b5ce568cea9962ef7cd5af
7
- data.tar.gz: 5551674f7e846c8cfcd7ae68edc08382acd36647fb6c642eec9f9aee96ffbbb7d010b61197a006c6647e1ccb4464f2eab4af83dfc4c27b323385bdbe0b67bcb6
6
+ metadata.gz: 4523d800e3f131ee1fcb3a71b5ca1bbe9c570682bb9505bf908ea7d99412677d25c581298db3b62d85a8c20af92c58a13c07964e2667735e1709eec1c1056d9c
7
+ data.tar.gz: 64d5ba67b203485b91d16fe3277725c12afcba3697bd60d0b47cbef9ec0a70238121c182b57fd27f234280cc1c7556fb2fd6ab5f77277c75ce9cbf1943f61c3f
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/nmea_plus.svg)](https://rubygems.org/gems/nmea_plus)
4
4
  [![Ruby CI](https://github.com/ianfixes/nmea_plus/actions/workflows/ruby.yml/badge.svg)](https://github.com/ianfixes/nmea_plus/actions/workflows/ruby.yml)
5
- [![Documentation](http://img.shields.io/badge/docs-rdoc.info-blue.svg)](http://www.rubydoc.info/gems/nmea_plus/1.1.0)
5
+ [![Documentation](http://img.shields.io/badge/docs-rdoc.info-blue.svg)](http://www.rubydoc.info/gems/nmea_plus/1.1.1)
6
6
  [![Documentation completeness](http://inch-ci.org/github/ianfixes/nmea_plus.svg?branch=master)](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.
@@ -184,7 +184,7 @@ module NMEAPlus
184
184
  when 308 then 44
185
185
  when 309 then 44
186
186
  when 310 then 60
187
- when 311 then 60
187
+ when 311 then 44
188
188
  when 312 then 84
189
189
  when 314 then 52
190
190
  when 316 then 124
@@ -1,3 +1,3 @@
1
1
  module NMEAPlus
2
- VERSION = "1.1.0".freeze
2
+ VERSION = "1.1.1".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nmea_plus
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ian Katz