summaryrefslogtreecommitdiff
path: root/postrunner.gemspec
diff options
context:
space:
mode:
authorChris Schlaeger <chris@linux.com>2014-07-20 21:47:39 +0200
committerChris Schlaeger <chris@linux.com>2014-07-20 21:47:39 +0200
commit06fd275a92cee58de4fcb2ca5e8f255f655d4ba5 (patch)
tree8eff1d8252ff14e7367d8aa68781d01d9e267f57 /postrunner.gemspec
parentcc72a9807699b95363d0ae58aa5237d982946470 (diff)
downloadpostrunner-06fd275a92cee58de4fcb2ca5e8f255f655d4ba5.zip
Lots of cleanup work
Diffstat (limited to 'postrunner.gemspec')
-rw-r--r--postrunner.gemspec8
1 files changed, 4 insertions, 4 deletions
diff --git a/postrunner.gemspec b/postrunner.gemspec
index cc6c537..a63343e 100644
--- a/postrunner.gemspec
+++ b/postrunner.gemspec
@@ -5,20 +5,20 @@ require 'postrunner/version'
Gem::Specification.new do |spec|
spec.name = "postrunner"
- spec.version = Postrunner::VERSION
+ spec.version = PostRunner::VERSION
spec.authors = ["Chris Schlaeger"]
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 = "TBD"
- spec.license = "MIT"
+ spec.homepage = 'https://github.com/scrapper/fit4ruby'
+ spec.license = "GNU GPL version 2"
spec.files = `git ls-files -z`.split("\x0")
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]
+ spec.required_ruby_version = '>=2.0'
spec.add_development_dependency "bundler", "~> 1.6"
spec.add_development_dependency "rake"
- spec.add_development_dependency "fit4ruby"
end