7.0.0
- 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.