Enhancement:
- add support for ruby 3.3
Updates:
- gems
Fixes:
- GitHub changelog link anchors no longer found
Updates:
- gems
Changed:
- rely on rubygems metadata to get the changelog uri. It means that for any gem not hosted on rubygems, the changelog won’t be found.
Deprecated:
- rails-assets support
Updates:
- gems
Development tools:
- add `.ruby-version``
- add
Makefile
Adds:
- gemspec metadata
Fixes:
- GitHub changelog link anchors no longer found #162
Updates:
- gems
Deprecated:
- ruby 3.0 is the minimum required ruby version
Updates:
- gems
Deprecated:
- support for ruby
2.7
Updates:
- gems
Fix:
- encoding compatibility between template and changes
Enhancement:
- add support for ruby 3.2
Updates:
- gems
Development tools:
- add
version
file
Updates:
- gems
Deprecated:
- support for ruby
2.5
and2.6
Enhancement:
- add support for ruby 3.1
Updates:
- gems
Updates:
- gems
Fix:
- take changelog file instead of directory if both are present (which is the case for rubocop for instance)
Updates:
- gems
Fix:
- uninitialized constant GemUpdater::Updater::ERB
Updates:
- gems
Fix:
- changelogs not found on github since they revamped their UI
Updates:
bundler
to version 2 (@anthony-robin)- update gems
Updates:
- update gems
Enhancement:
- add support for ruby 2.7.0
- add rubocop performance
Deprecations:
- ruby 2.4 and below are now deprecated
Updates:
bundler
to version 2 (@anthony-robin)- gems and dependencies
Development tools:
- add CI support for ruby 2.6.0
- add sleep stub in specs
- add rubocop
Deprecations:
- ruby 2.2 is now deprecated
Development tools:
- add CI support for ruby 2.5.0
Updates:
- gems and dependencies
Updates:
- gems and dependencies
Updates:
- nokogiri to
1.8
Updates:
- gems and dependencies
Fix:
- parsing urls with
x-oauth-token
Development tools:
- add gemnasium badge
Deprecations:
- ruby 2.1 is now deprecated in order to use latest nokogiri with ruby 2.4
Switch to SemVer.
Fix:
- compatibility with bundler 1.13
Fix:
- css selector for github
Updates:
- gems and dependencies
Development tools:
- add
bundler
caching on travis - add code coverage
- add codacy badges
Fix:
https
redirection forrubygems.org
Fix:
- using other source with rubygems (@oelmekki)
Enhancement:
- add ruby
2.3
to travis
Refactor:
- global refactor
Fix:
- making too many requests in a row to rubygems
Fix:
- considering
''
as a valid url to parse
Enhancement:
- add recognition of
news
as a changelog name (@mattmenefee)
Enhancement:
- add recognition of
Changes
as a changelog name - add support of
textile
files
Fix:
- when changelog is not found, it returns an object instead of
nil
You can now update only a set of gems (just as bundler does).
example:
gem_update gem1 gem2
Moreover, fetching changelog is now multithreaded. Depending on how many gems were updated, you should see a major speedup.
Enhancement:
- allow to update only given gems
- refactor logger (use
Bundler.ui
) - add multithreading
Fix:
- net timeouts
Fix:
- redirections over https for bitbucket
Add ability to auto commit the changes with option --commit
.
Features
- auto commit (@oelmekki)
- update message when gems were already up-to-date
Fix:
- fix redirections on github subdomains
Add support for other sources (like rails-assets
).
Fix:
- fix a bug when a gem has been removed from dependencies
Fix:
- redirections over https
Upgrade to support latest bundler
version
Fix:
- fix compatibility with
bundler
1.8 (@chourobin)
Update gemspec to specify minimum ruby version.
Features:
- add minimal ruby version in gemspec
First commit of gem.
Features:
- updating gems
- fetching github changelog
- specs