Sha256: 2101c002c277e7d2f7d031e14701fa4c2e24713a885eb344d7efdfd217be913d
Contents?: true
Size: 437 Bytes
Versions: 1
Compression:
Stored size: 437 Bytes
Contents
#!/usr/bin/env ruby -w # encoding: UTF-8 # # = version.rb -- PostRunner - Manage the data from your Garmin sport devices. # # Copyright (c) 2014, 2015, 2016, 2017 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.8.0' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
postrunner-0.8.0 | lib/postrunner/version.rb |