vendor/bundle/ruby/2.3.0/bin/htmldiff in cloudsmith-api-0.21.4 vs vendor/bundle/ruby/2.3.0/bin/htmldiff in cloudsmith-api-0.30.7
- old
+ new
@@ -19,6 +19,11 @@
version = $1
ARGV.shift
end
end
+if Gem.respond_to?(:activate_bin_path)
load Gem.activate_bin_path('diff-lcs', 'htmldiff', version)
+else
+gem "diff-lcs", version
+load Gem.bin_path("diff-lcs", "htmldiff", version)
+end