vendor/bundle/ruby/2.3.0/bin/rspec in cloudsmith-api-0.21.4 vs vendor/bundle/ruby/2.3.0/bin/rspec in cloudsmith-api-0.30.7

- old
+ new

@@ -17,6 +17,11 @@ version = $1 ARGV.shift end end +if Gem.respond_to?(:activate_bin_path) load Gem.activate_bin_path('rspec-core', 'rspec', version) +else +gem "rspec-core", version +load Gem.bin_path("rspec-core", "rspec", version) +end