gps_pvt 0.2.1 → 0.3.3

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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gps_pvt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - fenrir(M.Naruoka)
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-01-31 00:00:00.000000000 Z
11
+ date: 2022-03-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -89,6 +89,7 @@ files:
89
89
  - ext/ninja-scan-light/tool/swig/makefile
90
90
  - ext/ninja-scan-light/tool/swig/spec/GPS_spec.rb
91
91
  - ext/ninja-scan-light/tool/swig/spec/SylphideMath_spec.rb
92
+ - gps_pvt.gemspec
92
93
  - lib/gps_pvt.rb
93
94
  - lib/gps_pvt/receiver.rb
94
95
  - lib/gps_pvt/ubx.rb
@@ -99,7 +100,7 @@ licenses: []
99
100
  metadata:
100
101
  homepage_uri: https://github.com/fenrir-naru/gps_pvt
101
102
  source_code_uri: https://github.com/fenrir-naru/gps_pvt
102
- post_install_message:
103
+ post_install_message:
103
104
  rdoc_options: []
104
105
  require_paths:
105
106
  - lib
@@ -114,8 +115,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
114
115
  - !ruby/object:Gem::Version
115
116
  version: '0'
116
117
  requirements: []
117
- rubygems_version: 3.0.3
118
- signing_key:
118
+ rubygems_version: 3.1.2
119
+ signing_key:
119
120
  specification_version: 4
120
121
  summary: GPS position, velocity, and time (PVT) solver
121
122
  test_files: []