summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Schlaeger <chris@linux.com>2015-10-13 16:28:51 +0200
committerChris Schlaeger <chris@linux.com>2015-10-13 16:28:51 +0200
commite763ceb183f389fcd314a4a6a712d87c9d4cdb32 (patch)
treebec3baa0b6868cb68b1d672a71e3cab2cfdbc4da
parente5f2b409d1ef1e27884c760d563e43f72b660511 (diff)
downloadpostrunner-e763ceb183f389fcd314a4a6a712d87c9d4cdb32.zip
Mention Fenix 3 in documentation as well.
-rw-r--r--README.md7
-rw-r--r--postrunner.gemspec2
2 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index c8c9e6f..2b19fa8 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,10 @@
# PostRunner
PostRunner is an application to manage FIT files such as those
-produced by Garmin products like the Forerunner 620 (FR620). It allows you to
-import the files from the device and inspect them. It can also update
-satellite orbit prediction data on the device to speed-up fix times.
+produced by Garmin products like the Forerunner 620 (FR620) and Fenix
+3. It allows you to import the files from the device and inspect them.
+It can also update satellite orbit prediction (EPO) data on the device
+to speed-up fix times.
## Installation
diff --git a/postrunner.gemspec b/postrunner.gemspec
index 7497ba3..4f12ac3 100644
--- a/postrunner.gemspec
+++ b/postrunner.gemspec
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
spec.authors = ["Chris Schlaeger"]
spec.email = ["chris@taskjuggler.org"]
spec.summary = %q{Application to manage and analyze Garmin FIT files.}
- spec.description = %q{This application will allow you to manage and analyze .FIT files such as those generated by Garmin GPS devices. The application was developed for the Garmin Forerunner 620. Other devices may work as well. They need to export the data as USB Mass Storage devices.}
+ spec.description = %q{This application will allow you to manage and analyze .FIT files such as those generated by Garmin GPS devices. The application was developed and tested with the Garmin Forerunner 620 and Fenix 3. Other devices may work as well. They need to export the data as USB Mass Storage devices.}
spec.homepage = 'https://github.com/scrapper/postrunner'
spec.license = "GNU GPL version 2"