Bump pygments.rb from 1.2.1 to 2.2.0
Bumps pygments.rb from 1.2.1 to 2.2.0.
Release notes
Sourced from pygments.rb's releases.
v2.2.0
Summary
This release adds support for custom lexers (#187) via Pygments plugins. Also, bundled Pygments was updated to 2.8.1.
Distribution
Release meta
Released on: 2021-03-18 Released by:
@slonopotamusLogs: resolved issues | full diff
v2.1.0
Summary
The only change in this release in update of bundled Pygments to 2.8.0.
Distribution
Release meta
Released on: 2021-02-14 Released by:
@slonopotamusLogs: resolved issues | full diff
v2.0.0
Summary
Hello from new maintainer of pygments.rb:
@slonopotamus!This is an initial 2.x.x release which primary change is a switch from Python 2 to Python 3. Another awesome news is that pygments.rb is now part of pygments GitHub organization :tada:
Distribution
Changelog
- Modify
mentos.pyto run on Python 3.x instead of Python 2.7- Add
:timeoutparameter to allow for configurable timeouts- Add several Python 3.x versions to test matrix
- Drop dependency on MultiJson
... (truncated)
Changelog
Sourced from pygments.rb's changelog.
== 2.2.0 (2021-03-18) -
@slonopotamus
- Add support for custom lexers ({uri-repo}/pull/187#187)
- Update Pygments to 2.8.1
== 2.1.0 (2021-02-14) -
@slonopotamus
- Update Pygments to 2.8.0
== 2.0.0 (2021-01-08) -
@slonopotamus
- stop sending/receiving
idsbetween Ruby and Python- use
close_othersRuby mechanism to prevent file descriptor leaking to Python== 2.0.0.rc3 (2021-01-08) -
@slonopotamus
- fix watchdog race condition leading to
ThreadError(<killed thread>)on JRuby ({uri-repo}/pull/215#215)== 2.0.0.rc2 (2021-01-07) -
@slonopotamus
- Fix release workflow
== 2.0.0.rc1 (2021-01-07) -
@slonopotamus
- Modify
mentos.pyto run on Python 3.x instead of Python 2.7- Add
:timeoutparameter to allow for configurable timeouts- Add several Python 3.x versions to test matrix
- Drop dependency on MultiJson
- Fix hanging on JRuby + Windows
- Update Pygments to 2.7.3
- Drop GitHub custom lexers
- Rework timeout handling
- Improve error message when Python is not found
- Breaking change Pygments.rb no longer sets default timeout for its operations
- Breaking change Now pygments.rb raises
MentosErrorinstead of returningnilon timeout
Commits
fb5e49eRelease 2.2.03964c86update changelogbb60221various improvements to gemspec704faabremove traces of 'lexers' file213db91remove TOC from README so that we don't end up with two TOCs on www.rubydoc...4cf45f6Update bundled Pygments to 2.8.149961a8resolves #187 add support for custom lexers (#225)d3a9fa6Release 2.1.095d3b61Update Pygments to 2.8.0 (#224)52d7762Update test-unit requirement from ~> 3.3.0 to ~> 3.4.0 (#222)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language -
@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)