postrunner.gemspec in postrunner-0.9.0 vs postrunner.gemspec in postrunner-0.10.0
- old
+ new
@@ -9,31 +9,31 @@
spec.authors = ["Chris Schlaeger"]
spec.email = ["cs@taskjuggler.org"]
spec.summary = %q{Application to manage and analyze Garmin FIT files.}
spec.description = %q{PostRunner is an application to manage FIT files
such as those produced by Garmin products like the Forerunner 620 (FR620),
-Fenix 3, Fenix 3HR, Fenix 5 (S and X). It allows you to import the files from
-the device and analyze the data. In addition to the common features like
-plotting pace, heart rates, elevation and other captured values it also
-provides a heart rate variability (HRV) and sleep analysis. It can also update
-satellite orbit prediction (EPO) data on the device to speed-up GPS fix times.
-It is an offline alternative to Garmin Connect. The software has been
-developed and tested on Linux but should work on other operating systems as
-well.}
+Forerunner 25 (FR25), Fenix 3, Fenix 3HR, Fenix 5 (S and X). It allows you to
+import the files from the device and analyze the data. In addition to the
+common features like plotting pace, heart rates, elevation and other captured
+values it also provides a heart rate variability (HRV) and sleep analysis. It
+can also update satellite orbit prediction (EPO) data on the device to
+speed-up GPS fix times. It is an offline alternative to Garmin Connect. The
+software has been developed and tested on Linux but should work on other
+operating systems as well.}
spec.homepage = 'https://github.com/scrapper/postrunner'
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_dependency 'fit4ruby', '~> 1.6.1'
+ spec.add_dependency 'fit4ruby', '~> 2.0.0'
spec.add_dependency 'perobs', '~> 4.0.0'
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', '~> 3.4.1'
- spec.add_development_dependency 'yard', '~> 0.8.7'
+ spec.add_development_dependency 'rspec', '~> 3.6.0'
+ spec.add_development_dependency 'yard', '~> 0.9.12'
end