summaryrefslogtreecommitdiff
path: root/postrunner.gemspec
diff options
context:
space:
mode:
authorChris Schlaeger <chris@linux.com>2016-01-17 05:46:08 +0100
committerChris Schlaeger <chris@linux.com>2016-01-17 05:46:08 +0100
commited1d5cde7f92d9d7c7de28aa4b516da3e0baf8e5 (patch)
treec6d9eb0720c260cad354d152d7e8c6633458773c /postrunner.gemspec
parent998bc46bdf995963a237fccf51e75317d08cd608 (diff)
downloadpostrunner-ed1d5cde7f92d9d7c7de28aa4b516da3e0baf8e5.zip
Wrapping up switch to PEROBS as database back-end.
Diffstat (limited to 'postrunner.gemspec')
-rw-r--r--postrunner.gemspec6
1 files changed, 3 insertions, 3 deletions
diff --git a/postrunner.gemspec b/postrunner.gemspec
index f23524a..555852f 100644
--- a/postrunner.gemspec
+++ b/postrunner.gemspec
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
spec.name = "postrunner"
spec.version = PostRunner::VERSION
spec.authors = ["Chris Schlaeger"]
- spec.email = ["chris@taskjuggler.org"]
+ 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.homepage = 'https://github.com/scrapper/postrunner'
@@ -20,11 +20,11 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = '>=2.0'
spec.add_dependency 'fit4ruby', '~> 0.0.8'
- spec.add_dependency 'perobs', '~> 1.0.0'
+ spec.add_dependency 'perobs', '~> 2.0.1'
spec.add_dependency 'nokogiri', '~> 1.6'
spec.add_development_dependency 'bundler', '~> 1.6'
spec.add_development_dependency 'rake', '~> 0.9.6'
- spec.add_development_dependency 'rspec', '~> 2.14.1'
+ spec.add_development_dependency 'rspec', '~> 3.4.1'
spec.add_development_dependency 'yard', '~> 0.8.7'
end