Module: BBFlow

Defined in:
lib/bb_flow.rb,
lib/bb_flow/misc.rb,
lib/bb_flow/github.rb,
lib/bb_flow/trello.rb,
lib/bb_flow/options.rb,
lib/bb_flow/printer.rb,
lib/bb_flow/updater.rb,
lib/bb_flow/version.rb,
lib/bb_flow/persistent.rb,
lib/bb_flow/pull_requester.rb

Defined Under Namespace

Modules: Persistent Classes: Application, Github, Misc, Options, Printer, PullRequester, Trello, Updater

Constant Summary collapse

MAJOR =

Current major release.

Returns:

  • (String)
0
MINOR =

Current minor release.

Returns:

  • (String)
3
PATCH =

Current patch level.

Returns:

  • (String)
1
VERSION =

Full release version.

Returns:

  • (String)
[MAJOR, MINOR, PATCH].join('.').freeze