A very preliminary gem to help you keep track of your gems.
Until it's released on RubyGems, you can install it from GitHub:
# Shell
gem install specific_install
gem specific_install -l https://github.com/FDj/gemstar.gitOr adding to your project:
# Gemfile
group :development do
gem "gemstar", github: "FDj/gemstar"
endRun this after you've updated your gems.
# in your project directory:
bundle exec gemstar diffThis will generate an html diff report with changelog entries for each gem that was updated:
You can also specify from and to hashes or tags to generate a diff report for a specific range of commits:
bundle exec gemstar diff --from 8e3aa96b7027834cdbabc0d8cbd5f9455165e930 --to HEADBug reports and pull requests are welcome on GitHub at https://github.com/FDj/gemstar.
This gem is generated via newgem template by @palkan.
The gem is available as open source under the terms of the MIT License.
