diff --git a/buildpacks/ruby/CHANGELOG.md b/buildpacks/ruby/CHANGELOG.md index 25592af5..29df492c 100644 --- a/buildpacks/ruby/CHANGELOG.md +++ b/buildpacks/ruby/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +- Updated buildpack display name, description and keywords. ([#223](https://github.com/heroku/buildpack-ruby/pull/223)) + ## [2.1.0] - 2023-09-26 ### Added diff --git a/buildpacks/ruby/buildpack.toml b/buildpacks/ruby/buildpack.toml index f725927e..c39b67ae 100644 --- a/buildpacks/ruby/buildpack.toml +++ b/buildpacks/ruby/buildpack.toml @@ -3,10 +3,13 @@ api = "0.9" [buildpack] id = "heroku/ruby" version = "2.1.0" -name = "Ruby" +name = "Heroku Ruby" homepage = "https://github.com/heroku/buildpacks-ruby" -description = "Official Heroku buildpack for using Ruby to target Cloud Native Buildpack (CNB) builds." -keywords = ["ruby", "rails"] +description = "Heroku's buildpack for Ruby applications." +keywords = ["ruby", "rails", "heroku"] + +[[buildpack.licenses]] +type = "BSD-3-Clause" [[stacks]] id = "heroku-20" @@ -14,10 +17,5 @@ id = "heroku-20" [[stacks]] id = "heroku-22" -[[buildpack.licenses]] -type = "BSD-3-Clause" - -[metadata] [metadata.release] -[metadata.release.image] -repository = "docker.io/heroku/buildpack-ruby" +image = { repository = "docker.io/heroku/buildpack-ruby" }