chargebee / chargebee-ruby

Ruby library for the Chargebee API.

Home Page:https://apidocs.chargebee.com/docs/api?lang=ruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Changelog address missing from gemspec file

girardof opened this issue · comments

commented

The chargebee.gemspec doesn't contain a link to the changelog of the project, this prevent Dependabot to automatically fetch the changes made in new versions.

Here's a screenshot for the latest version of Chargebee-ruby:

Screenshot 2023-06-01 at 08 44 29

A simple way to fix is to add the following key in chargebee.gemspec:

s.metadata = {
  "changelog_uri" => "https://github.com/chargebee/chargebee-ruby/blob/master/CHANGELOG.md",
}

You can find the documentation about the metadata key here.

Hi @girardof
The functionality mentioned has been implemented in version v2.28.0 of the library. To take advantage of this feature, kindly update the library to the mentioned version.