summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Schlaeger <chris@linux.com>2015-10-30 20:23:04 +0100
committerChris Schlaeger <chris@linux.com>2015-10-30 20:23:04 +0100
commit34bed76b7bd2a54fcc69be59ec4af0653c409351 (patch)
treed0ec1d10a095691e5b8dc30b4eb7718559183335
parent75b1f25cb1e9d1360aa894e1bfca4df3548f4278 (diff)
downloadpostrunner-34bed76b7bd2a54fcc69be59ec4af0653c409351.zip
Update application description.
-rw-r--r--README.md2
-rw-r--r--postrunner.gemspec2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2b19fa8..8f443e8 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ 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.
It can also update satellite orbit prediction (EPO) data on the device
-to speed-up fix times.
+to speed-up fix times. It is an offline alternative to Garmin Connect.
## Installation
diff --git a/postrunner.gemspec b/postrunner.gemspec
index 28f1b99..f23524a 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 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.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.homepage = 'https://github.com/scrapper/postrunner'
spec.license = "GNU GPL version 2"