Skip to content

v1.0.2

Latest

Choose a tag to compare

@github-actions github-actions released this 29 Jun 23:29

Fixed

  • Plain gem "bonkers-bitfields" now loads the library under Bundler's auto-require (e.g. Rails'
    Bundler.require). Because the gem name (bonkers-bitfields) no longer matches the library file
    (bitfields.rb), Bundler previously failed to require it silently, leaving Bitfields undefined.
    A lib/bonkers-bitfields.rb shim that requires bitfields resolves this, so require: "bitfields"
    in the Gemfile is no longer needed.

Full Changelog: v1.0.1...v1.0.2