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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3a807236a1abe215d67e3ea9f8943ee3aeb24e4e
4
- data.tar.gz: cb7ca7eb58d2f19ea2992aac7116a64e2693d27c
3
+ metadata.gz: 9402b26c8b38840fa5cb75df9ca4db872952bb0c
4
+ data.tar.gz: 8af577d7019afd1593f6d3e77e0704931f394889
5
5
  SHA512:
6
- metadata.gz: 3eed7a8c61f94748b9cce419214356e727fe044e18c9652528aa86ddcc15ab53f03c6b3d7870dc439a7908862516b1d5869d1df7fe7f677af10eec6b9713a5cd
7
- data.tar.gz: 35f25835510030871c8fd6f74b082fee0330f5e95387de40b49ffcb71a03d3ed2c39d1a375060ea3ab3b5d60ebab1bbd2d0a5fd02b8eb0d4ca0081ca071b44c9
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
- * Does not yet apply scaling factors to the Phaserunner data
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/rmodbus_cli.
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](CODE_OF_CONDUCT.md).
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/phaserunner/tags).
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
 
@@ -1,3 +1,3 @@
1
1
  module CycleAnalystLogger
2
- VERSION = '0.4.1'
2
+ VERSION = '0.4.2'
3
3
  end
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.1
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-07 00:00:00.000000000 Z
11
+ date: 2018-05-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gli