chargebee / chargebee-ruby

Ruby library for the Chargebee API.
https://apidocs.chargebee.com/docs/api?lang=ruby
MIT License
32 stars 60 forks source link

Changelog address missing from gemspec file #69

Closed girardof closed 1 year ago

girardof commented 1 year ago

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.

cb-khushbubibay commented 1 year ago

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.