summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Schlaeger <chris@linux.com>2017-11-19 15:51:45 +0100
committerChris Schlaeger <chris@linux.com>2017-11-19 15:51:45 +0100
commitce9899b2bd6333bda3d8ca090b53d686c3f9dc8e (patch)
treebd06ab088771731ff349fee53c4009fac8432269
parent86feb6da47e3d04c96faab4bb7cfd9716215de8c (diff)
downloadpostrunner-ce9899b2bd6333bda3d8ca090b53d686c3f9dc8e.zip
Update tested devices list.
-rw-r--r--README.md18
-rw-r--r--postrunner.gemspec16
2 files changed, 17 insertions, 17 deletions
diff --git a/README.md b/README.md
index 39a4cfe..c30e3ef 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,15 @@
# PostRunner
PostRunner is an application to manage FIT files such as those
-produced by Garmin products like the Forerunner 620 (FR620), Forerunner 25 (FR25) and Fenix
-3 or Fenix 3HR. It allows you to import the files from the device and
-analyze the data. In addition to the common features like plotting pace,
-heart rates, elevation and other captured values it also provides a
-heart rate variability (HRV) analysis. It can also update satellite
-orbit prediction (EPO) data on the device to speed-up GPS fix times.
-It is an offline alternative to Garmin Connect. The software has been
-developed and tested on Linux but should work on other operating
-systems as well.
+produced by Garmin products like the Forerunner 620 (FR620),
+Forerunner 25 (FR25), Fenix 3, Fenix 3HR and Fenix 5. It allows you to
+import the files from the device and analyze the data. In addition to
+the common features like plotting pace, heart rates, elevation and
+other captured values it also provides a heart rate variability (HRV)
+analysis. It can also update satellite orbit prediction (EPO) data on
+the device to speed-up GPS fix times. It is an offline alternative to
+Garmin Connect. The software has been developed and tested on Linux
+but should work on other operating systems as well.
## Installation
diff --git a/postrunner.gemspec b/postrunner.gemspec
index 45f570f..4427298 100644
--- a/postrunner.gemspec
+++ b/postrunner.gemspec
@@ -11,14 +11,14 @@ GEM_SPEC = Gem::Specification.new do |spec|
spec.summary = %q{Application to manage and analyze Garmin FIT files.}
spec.description = %q{PostRunner is an application to manage FIT files
such as those produced by Garmin products like the Forerunner 620 (FR620),
-Fenix 3, Fenix 3HR, Fenix 5 (S and X). It allows you to import the files from
-the device and analyze the data. In addition to the common features like
-plotting pace, heart rates, elevation and other captured values it also
-provides a heart rate variability (HRV) and sleep analysis. It can also update
-satellite orbit prediction (EPO) data on the device to speed-up GPS fix times.
-It is an offline alternative to Garmin Connect. The software has been
-developed and tested on Linux but should work on other operating systems as
-well.}
+Forerunner 25 (FR25), Fenix 3, Fenix 3HR, Fenix 5 (S and X). It allows you to
+import the files from the device and analyze the data. In addition to the
+common features like plotting pace, heart rates, elevation and other captured
+values it also provides a heart rate variability (HRV) and sleep analysis. It
+can also update satellite orbit prediction (EPO) data on the device to
+speed-up GPS fix times. It is an offline alternative to Garmin Connect. The
+software has been developed and tested on Linux but should work on other
+operating systems as well.}
spec.homepage = 'https://github.com/scrapper/postrunner'
spec.license = "GNU GPL version 2"