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

Version Path
zeebe-client-0.20.0 spec/spec_helper.rb
zeebe-client-0.19.0 spec/spec_helper.rb
zeebe-client-0.18.0 spec/spec_helper.rb
zeebe-client-0.17.0 spec/spec_helper.rb
zeebe-client-0.16.3 spec/spec_helper.rb
zeebe-client-0.16.2 spec/spec_helper.rb
zeebe-client-0.16.1 spec/spec_helper.rb
zeebe-client-0.16.0 spec/spec_helper.rb
zeebe-client-0.15.1 spec/spec_helper.rb
zeebe-client-0.15.0 spec/spec_helper.rb
zeebe-client-0.14.2 spec/spec_helper.rb
zeebe-client-0.14.1 spec/spec_helper.rb
zeebe-client-0.14.0 spec/spec_helper.rb
zeebe-client-0.13.2 spec/spec_helper.rb
zeebe-client-0.13.1 spec/spec_helper.rb
zeebe-client-0.13.0 spec/spec_helper.rb
zeebe-client-0.12.1 spec/spec_helper.rb
zeebe-client-0.12.0 spec/spec_helper.rb
zeebe-client-0.11.2 spec/spec_helper.rb
zeebe-client-0.11.1 spec/spec_helper.rb