Skip to content

7.0.0

Compare
Choose a tag to compare
@bibendi bibendi released this 31 Mar 10:20
· 110 commits to master since this release
  • Remove Travis CI, use Github Actions
  • Set minimum Ruby version to 2.5
  • Lint with Standard
  • Implement command execution through shell. Now you can any complex command, e.g. calling shell subcommands command: echo $(pwd)
  • Don't replace non-environment variables
  • Allow running a command on the host. Now you can define a command without a service key to be running on the host like a local command.
gem install dip -v 7.0.0

The compiled binary is no more provided since version 7, because of new version of Ruby Packer not released for a long time with the recent Ruby version. Also, there was a lot of work to prepare each release of Dip for MacOS version.