Changelog for
ruby2.1-rubygem-bundler-audit-testsuite-0.6.0-6.2.i586.rpm :
Thu Aug 3 14:00:00 2017 cooloAATTsuse.com
- updated to version 0.6.0
see installed ChangeLog.md
Mon Feb 29 13:00:00 2016 cooloAATTsuse.com
- updated to version 0.5.0
see installed ChangeLog.md
[#]## 0.5.0 / 2015-02-28
* Added {Bundler::Audit::Task}.
* Added {Bundler::Audit::Advisory#date}.
* Added {Bundler::Audit::Advisory#cve_id}.
* Added {Bundler::Audit::Advisory#osvdb_id}.
* Allow insecure gem sources (`http://` and `git://`), if they are hosted on a
private network.
[#]### CLI
* Added the `--update` option to `bundle-audit check`.
* `bundle-audit update` now returns a non-zero exit status on error.
* `bundle-audit update` only updates `~/.local/share/ruby-advisory-db`, if it is a git
repository.
Thu Aug 20 14:00:00 2015 astiegerAATTsuse.com
- update to 0.4.0:
* Require ruby >= 1.9.3 due to i18n gem deprecating < 1.9.3.
* Added {Bundler::Audit::Advisory#osvdb}.
* Resolve the IP addresses of gem sources and ignore intranet
gem sources.
* Use ISO8601 date format when querying the git timestamp of
ruby-advisory-db.
* Print the CVE or OSVDB id.
* No longer print \"Unpatched versions found!\" when an insecure
gem source is detected.
Mon Jun 29 14:00:00 2015 cooloAATTsuse.com
- adapt to proper gem packaging
Tue May 19 14:00:00 2015 astiegerAATTsuse.com
- initial package