diff options
author | Chris Schlaeger <chris@linux.com> | 2015-10-13 16:28:51 +0200 |
---|---|---|
committer | Chris Schlaeger <chris@linux.com> | 2015-10-13 16:28:51 +0200 |
commit | e763ceb183f389fcd314a4a6a712d87c9d4cdb32 (patch) | |
tree | bec3baa0b6868cb68b1d672a71e3cab2cfdbc4da /postrunner.gemspec | |
parent | e5f2b409d1ef1e27884c760d563e43f72b660511 (diff) | |
download | postrunner-e763ceb183f389fcd314a4a6a712d87c9d4cdb32.zip |
Mention Fenix 3 in documentation as well.
Diffstat (limited to 'postrunner.gemspec')
-rw-r--r-- | postrunner.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
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" |