We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4735a95 commit 8b9a66aCopy full SHA for 8b9a66a
1 file changed
deploy-tools.gemspec
@@ -7,6 +7,7 @@ Gem::Specification.new do |s|
7
s.authors = ["Tony Nyurkin"]
8
s.email = 'tony@simplepractice.com'
9
s.files = `git ls-files `.split("\n")
10
+ s.bindir = "bin"
11
s.executables = ["blue_green_switch", "detect_inactive_color"]
12
s.add_runtime_dependency 'aws-sdk-elasticloadbalancingv2', '~>1.44'
13
end
0 commit comments