Sha256: daff8c7536ad0d1a3212156e80a810ad1917f1cf6bcf267a0be6b900d57156e2
Contents?: true
Size: 419 Bytes
Versions: 1
Compression:
Stored size: 419 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.8" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
postrunner-0.0.8 | lib/postrunner/version.rb |