Skip to content

Release Notes for v3.0.0

shisad edited this page Dec 1, 2022 · 7 revisions
  • Upgrade gemspec to support ruby version 3.x
  • Fix faraday and faraday-http-cache version, to resolve warnings when making http calls
  • Add GitHub Actions workflow as a new CI/CD. Use of Travis CI/CD is deprecated
  • Add CHANGES.md to track change logs

To install the gem from GitHub Packages (https://github.com/messagemedia/messages-ruby-sdk/packages/1719074) run following commands

Install from the command line: $ gem install messages-ruby-sdk --version "3.0.0" --source "https://rubygems.pkg.github.com/messagemedia"

Install via Gemfile: source "https://rubygems.pkg.github.com/messagemedia" do gem "messages-ruby-sdk", "3.0.0" end

Clone this wiki locally