Skip to content

Releases: dinie-tech/sdk-ruby

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 13 Jun 17:52
1104830
Release v1.1.0

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 12 Jun 17:02

Fixed

  • Declare base64 and logger as runtime dependencies. Both left Ruby's default gems
    (base64 in 3.4, logger in 3.5) and are required directly by the runtime, so require "dinie"
    raised LoadError: cannot load such file -- base64 on Ruby ≥3.4 (the gem supports >= 3.1).

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 12 Jun 16:45
17b38f6

Initial public release.