Sha256: 14801e37e698f785c2b1f072e0713303b85e03f7d17d7bbe8c6e72b8f7153f17

Contents?: true

Size: 561 Bytes

Versions: 5

Compression:

Stored size: 561 Bytes

Contents

#!/usr/bin/env ruby -w
# encoding: UTF-8
#
# = postrunner.rb -- PostRunner - Manage the data from your Garmin sport devices.
#
# Copyright (c) 2014 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
# published by the Free Software Foundation.
#

$:.unshift(File.join(File.dirname(__FILE__), '..', '..', 'fit4ruby', 'lib'))
$:.unshift(File.dirname(__FILE__))

require 'postrunner/Main'

module PostRunner

  Main.new(ARGV)

end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
postrunner-0.0.9 lib/postrunner.rb
postrunner-0.0.8 lib/postrunner.rb
postrunner-0.0.7 lib/postrunner.rb
postrunner-0.0.6 lib/postrunner.rb
postrunner-0.0.5 lib/postrunner.rb