diff options
author | Chris Schlaeger <chris@linux.com> | 2014-07-21 21:19:51 +0200 |
---|---|---|
committer | Chris Schlaeger <chris@linux.com> | 2014-07-21 21:19:51 +0200 |
commit | 595573ac0cd3b633e0cd22a002831ba388883289 (patch) | |
tree | d9e20b611a60a14ab09db0b3921dfc5c44b11cc1 /postrunner.gemspec | |
parent | 06fd275a92cee58de4fcb2ca5e8f255f655d4ba5 (diff) | |
download | postrunner-595573ac0cd3b633e0cd22a002831ba388883289.zip |
Cleanup the user interface
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 a63343e..2554491 100644 --- a/postrunner.gemspec +++ b/postrunner.gemspec @@ -10,7 +10,7 @@ Gem::Specification.new do |spec| spec.email = ["chris@linux.com"] 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 as generated by Garmin GPS devices. The application was developed for the Garmin Forerunner 620. Other devices may or may not work. Only devices that expose themselves as USB Mass Storage devices are supported.} - spec.homepage = 'https://github.com/scrapper/fit4ruby' + spec.homepage = 'https://github.com/scrapper/postrunner' spec.license = "GNU GPL version 2" spec.files = `git ls-files -z`.split("\x0") |