Launch Week Day 4: Introducing Data Exports.Learn More
Socket
Book a DemoSign in
Socket

dry-stack

Package Overview
Dependencies
Maintainers
1
Versions
142
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dry-stack - rubygems Package Compare versions

Comparing version
0.1.50
to
0.1.51
+1
-0
lib/dry-stack/command_swarm_deploy.rb

@@ -49,2 +49,3 @@ require_relative 'command_line'

begin
extra ||= ''
deploy_status = 'unknown'

@@ -51,0 +52,0 @@ extra += ' --resolve-image=never' unless extra.include? '--resolve-image'

+1
-1
module Dry
class Stack
VERSION = '0.1.50'
VERSION = '0.1.51'
end
end