Sha256: 8a8551bc2227471e56b18ba2edc70181096ddbf5e3221a68657b4d089ce5336c
Contents?: true
Size: 420 Bytes
Versions: 1
Compression:
Stored size: 420 Bytes
Contents
#!/usr/bin/env ruby -w # encoding: UTF-8 # # = version.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. # module PostRunner VERSION = "0.0.11" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
postrunner-0.0.11 | lib/postrunner/version.rb |