summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Schlaeger <chris@linux.com>2016-05-19 20:59:25 +0200
committerChris Schlaeger <chris@linux.com>2016-05-19 20:59:25 +0200
commit263b347cea4f1999b818a322f3c4de1c527e9848 (patch)
treeef749d329f2db14e3a713dbc2ff1457462c2778b
parentd3cb77246773ad0494965ac6697468c0deb91c3d (diff)
downloadpostrunner-263b347cea4f1999b818a322f3c4de1c527e9848.zip
Update and sync descriptions between the GEM and the README.
-rw-r--r--README.md14
-rw-r--r--postrunner.gemspec10
2 files changed, 17 insertions, 7 deletions
diff --git a/README.md b/README.md
index 9f9c0e9..f72a9da 100644
--- a/README.md
+++ b/README.md
@@ -2,12 +2,14 @@
PostRunner is an application to manage FIT files such as those
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.
-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 fix times. It is an offline
-alternative to Garmin Connect.
+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.
## Installation
diff --git a/postrunner.gemspec b/postrunner.gemspec
index d5cf2c1..ed37fd8 100644
--- a/postrunner.gemspec
+++ b/postrunner.gemspec
@@ -9,7 +9,15 @@ GEM_SPEC = Gem::Specification.new do |spec|
spec.authors = ["Chris Schlaeger"]
spec.email = ["cs@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 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. It is an offline alternative to Garmin Connect.}
+ spec.description = %q{PostRunner is an application to manage FIT files
+such as those produced by Garmin products like the Forerunner 620 (FR620) 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.}
spec.homepage = 'https://github.com/scrapper/postrunner'
spec.license = "GNU GPL version 2"