cycle_analyst_logger 0.4.1 → 0.4.2
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 +4 -4
- data/lib/cycle_analyst_logger/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: 9402b26c8b38840fa5cb75df9ca4db872952bb0c
|
|
4
|
+
data.tar.gz: 8af577d7019afd1593f6d3e77e0704931f394889
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 64d261ecb591dcec175b2adac5d5438153aaf05a9d0941a6cab2038d02ae2db616162c0e4090aeeb6235e91d7be343fca1fb5dc997e697a9cf6acab82deebd5e
|
|
7
|
+
data.tar.gz: 0ecc6c84b8d16b211ae20d71ccb4b92ee19ee041022a93efb178cbe663b460ddcef10c52ccfd5d07a5807cce3c40276a3b657ec46586b9bf392f2150fd680db9
|
data/README.md
CHANGED
|
@@ -31,7 +31,7 @@ bundle install
|
|
|
31
31
|
|
|
32
32
|
* Delegates all Phaserunner operations to [rberger/phaserunner](https://github.com/rberger/phaserunner) [phaserunner ruby gem](https://rubygems.org/gems/phaserunner)
|
|
33
33
|
* Only tested with [Navspark-BD GPS](http://navspark.mybigcommerce.com/navspark-bd-arduino-compatible-development-board-with-gps-beidou/)
|
|
34
|
-
*
|
|
34
|
+
* Now applies scaling factors to the Phaserunner data
|
|
35
35
|
* Log output file is CSV with CA, Phaserunner and GPS Data per line
|
|
36
36
|
* Also outputs the raw NMEA GPS file so that it can be read into [Grin Trip Analyzer](http://www.ebikes.ca/tools/trip-analyzer.html)
|
|
37
37
|
* The `to_ca_file` command converts the default log output file to a CALog file suitable for inputing to [Grin Trip Analyzer](http://www.ebikes.ca/tools/trip-analyzer.html)
|
|
@@ -231,7 +231,7 @@ The command used to create the wrapper was run as my normal user:
|
|
|
231
231
|
|
|
232
232
|
## Contributing
|
|
233
233
|
|
|
234
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/rberger/
|
|
234
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/rberger/cycle_analyst_logger.
|
|
235
235
|
|
|
236
236
|
|
|
237
237
|
### Code of Conduct in Contriubing
|
|
@@ -239,11 +239,11 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/rberge
|
|
|
239
239
|
This project is intended to be a safe, welcoming space for collaboration.
|
|
240
240
|
|
|
241
241
|
Everyone interacting in this project’s codebases, issue trackers, chat rooms and
|
|
242
|
-
mailing lists is expected to follow the [Contributor Code of Conduct](
|
|
242
|
+
mailing lists is expected to follow the [Contributor Code of Conduct](CODE-OF-CONDUCT.md).
|
|
243
243
|
|
|
244
244
|
## Versioning
|
|
245
245
|
|
|
246
|
-
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/rberger/
|
|
246
|
+
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/rberger/cycle_analyst_logger/tags).
|
|
247
247
|
|
|
248
248
|
## Authors
|
|
249
249
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cycle_analyst_logger
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Robert J. Berger
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-05-
|
|
11
|
+
date: 2018-05-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gli
|