Skip to content

Releases: bogdanRada/capistrano_multiconfig_parallel

Release 2.8.0 - Stable

24 May 13:20
Compare
Choose a tag to compare
  • removes the fixed width of the terminal table which was set to 140

  • restricts strings in column to not be longer than 22 characters per line ( can display multi-line strings in columns)

  • Previous versions had a problem with not wrapping correctly coloured strings to be displayed in the terminal , which was causing the color to be displayed on the entire table or separators or on the entire row, which was a bug

  • This release correctly wraps the coloured strings so that the colour doesn't leak to other parts of the table

Release 2.7.1

24 May 13:16
Compare
Choose a tag to compare

Increases a bit the way the strings are displayed on terminal to 36 (instead of 35) previously.

Release 2.7.0

24 May 13:14
Compare
Choose a tag to compare

makes shorter strings displayed in each column on the terminal ( previously was 40 chars , now is restricted to 35)

Release 2.6.2

24 May 13:13
Compare
Choose a tag to compare

Some fixes for terminal table that were needed to support new version of terminal_table gem

Release 2.6.1

22 Mar 08:16
Compare
Choose a tag to compare

Added support for ruby 2.4

Release 2.0.7

19 Jul 14:54
Compare
Choose a tag to compare
  • relax dependency to activesupport to be >= 4.0 instead of >=5.0

Release 2.0.6

19 Jul 10:52
Compare
Choose a tag to compare
  • removed a uneeded call of a method. ChildProcessStatus was calling checkexitstatus method on ProcessRunner but since ProcessRunner has a PeriodicTimer to check the exit status for async requests, that is not needed anymore.

Release 2.0.5

19 Jul 10:43
Compare
Choose a tag to compare
  • fixed an issue when the created Gemfiles were not deleted after completion, becasue in the last release the Application class was made an actor
  • reverted that and made some improvements for bundler workers

Release 2.0.4 -Stable

19 Jul 09:02
Compare
Choose a tag to compare

The bundler terminal actor was only checking if one of the managers is alive instead of checking both.

Release 2.0.3 -Stable

19 Jul 09:01
Compare
Choose a tag to compare
  • added the missing file to the generated gem and re-published