From ed1d5cde7f92d9d7c7de28aa4b516da3e0baf8e5 Mon Sep 17 00:00:00 2001 From: Chris Schlaeger Date: Sun, 17 Jan 2016 05:46:08 +0100 Subject: Wrapping up switch to PEROBS as database back-end. --- postrunner.gemspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'postrunner.gemspec') 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 -- cgit v1.2.3