Sha256: 16de13082069e236731721bc76d6412496bece7626b74659ec35aeead5c52c42
Contents?: true
Size: 410 Bytes
Versions: 22
Compression:
Stored size: 410 Bytes
Contents
require 'rubygems' require 'bundler/setup' # Remove any previous definitions for the constant `Zeebe` (module) that might # already exist e.g. due to how bundler works to test if requiring the gem works # correctly in a nearly-untouched environment and surface load order issues like # the one in https://github.com/zeebe-io/zeebe-client-ruby/pull/47 Object.send :remove_const, :Zeebe require 'zeebe/client'
Version data entries
22 entries across 22 versions & 1 rubygems