Module: Ptimelog

Defined in:
lib/ptimelog.rb,
lib/ptimelog/app.rb,
lib/ptimelog/entry.rb,
lib/ptimelog/script.rb,
lib/ptimelog/timelog.rb,
lib/ptimelog/version.rb,
lib/ptimelog/named_date.rb,
lib/ptimelog/command/base.rb,
lib/ptimelog/command/edit.rb,
lib/ptimelog/command/show.rb,
lib/ptimelog/configuration.rb,
lib/ptimelog/command/upload.rb,
lib/ptimelog/deprecation_warning.rb

Overview

the version, following semver

Someone wanted to have documentation, so here goes…

Please note that the version-string is not frozen. Although it of course is, because all strings in this file are frozen. That’s what the magic comment at the top of the file does. :gasp:

What else? Yeah, the VERSION-constant is part of the module Ptimelog because that is what is described here.

So, I truly hope you are happy now, that I documented this file properly. For any remaining questions, please open an issue or even better a pull-request with an improvement. Keep in mind that this is also covered by rspec so I expect (pun intended) 100% test-coverage for any additional code.

Defined Under Namespace

Modules: Command, DeprecationWarning Classes: App, Configuration, Entry, NamedDate, Script, Timelog

Constant Summary collapse

VERSION =
'0.6.0'