Sha256: 2bf97da6ed70bda5d28a9f7b56a3d88949730c53e2999510d5e2b5011594b584
Contents?: true
Size: 1.51 KB
Versions: 0
Compression: gzip
Compressed size: 638 Bytes
Stored size: 638 Bytes
Contents
--- !ruby/object:Gem::Specification name: hrmparser version: !ruby/object:Gem::Version version: 0.7.0 platform: ruby authors: - Oren Teich autorequire: bindir: bin cert_chain: [] date: 2009-12-13 00:00:00 -08:00 default_executable: dependencies: [] description: Parses Polar and Garmin HRM files. email: oren@teich.net executables: [] extensions: [] extra_rdoc_files: - README.rdoc files: - .gitignore - CHANGELOG.txt - README.rdoc - Rakefile - VERSION.yml - hrmparser.gemspec - lib/hrmparser.rb - lib/hrmparser/arraymath.rb - lib/hrmparser/importer.rb - lib/hrmparser/importer/garmin.rb - lib/hrmparser/importer/gpx.rb - lib/hrmparser/importer/polar.rb - lib/hrmparser/importer/suunto.rb - lib/hrmparser/importer/timex.rb - lib/hrmparser/trackpoint.rb - lib/hrmparser/workout.rb - spec/arraymath_spec.rb - spec/hrmparser_spec.rb - spec/spec.opts - spec/spec_helper.rb has_rdoc: true homepage: http://github.com/teich/hrmparser licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: rubygems_version: 1.3.5 signing_key: specification_version: 3 summary: Heart Rate Monitor Parser test_files: - spec/arraymath_spec.rb - spec/hrmparser_spec.rb - spec/spec_helper.rb