eco-rb / bundler-ecology

Bundler plugin to black-list unwanted gems
MIT License
8 stars 2 forks source link

Add metadata Rubygems #10

Closed luizpicolo closed 4 years ago

luizpicolo commented 4 years ago

Added simple metadata to source code.

Fixes #8

olleolleolle commented 4 years ago

Can we have the change log in there, too?

And, thanks a lot for taking an interest in bunder-ecology!

luizpicolo commented 4 years ago

Yes, but we can handle this in another commit. what do you think?

v-kolesnikov commented 4 years ago

I think it is no needed to make many PR's. This issue is about adding metadata, so we should add entire metadata in a single commit.

olleolleolle commented 4 years ago

Perhaps these two links can come, too?

{
  "bug_tracker_uri"   => "https://github.com/eco-rb/bundler-ecology/issues",
  "changelog_uri"     => "https://github.com/eco-rb/bundler-ecology/blob/v#{spec.version}/CHANGELOG.md"
}
olleolleolle commented 4 years ago

Thanks, this was committed and merged in #12 🚀