diff options
author | Chris Schlaeger <chris@linux.com> | 2016-03-01 20:58:39 +0100 |
---|---|---|
committer | Chris Schlaeger <chris@linux.com> | 2016-03-01 20:58:39 +0100 |
commit | 2d19802c556349a770511a283b1af072f200a52e (patch) | |
tree | 3ae82616fb986a4a6b60eae4d9e5295ba32f6946 | |
parent | 98da4db677e60e34d4e7fd9af93927cb87a21c7a (diff) | |
download | postrunner-0.2.0.zip |
Bump version to 0.2.0v0.2.0
-rw-r--r-- | lib/postrunner/version.rb | 4 | ||||
-rw-r--r-- | postrunner.gemspec | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/postrunner/version.rb b/lib/postrunner/version.rb index a7bf15c..5449934 100644 --- a/lib/postrunner/version.rb +++ b/lib/postrunner/version.rb @@ -3,7 +3,7 @@ # # = version.rb -- PostRunner - Manage the data from your Garmin sport devices. # -# Copyright (c) 2014 by Chris Schlaeger <cs@taskjuggler.org> +# Copyright (c) 2014, 2015, 2016 by Chris Schlaeger <cs@taskjuggler.org> # # This program is free software; you can redistribute it and/or modify # it under the terms of version 2 of the GNU General Public License as @@ -11,5 +11,5 @@ # module PostRunner - VERSION = "0.1.0" + VERSION = "0.2.0" end diff --git a/postrunner.gemspec b/postrunner.gemspec index f85c851..9b53496 100644 --- a/postrunner.gemspec +++ b/postrunner.gemspec @@ -19,7 +19,7 @@ Gem::Specification.new do |spec| spec.require_paths = ["lib"] spec.required_ruby_version = '>=2.0' - spec.add_dependency 'fit4ruby', '~> 0.0.9' + spec.add_dependency 'fit4ruby', '~> 0.0.11' spec.add_dependency 'perobs', '~> 2.2' spec.add_dependency 'nokogiri', '~> 1.6' |