-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
28 changed files
with
2,940 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
--- | ||
version: 2 | ||
updates: | ||
- package-ecosystem: 'bundler' | ||
directory: '/' | ||
schedule: | ||
interval: 'weekly' | ||
commit-message: | ||
prefix: 'chore(deps)' | ||
groups: | ||
dependencies: | ||
applies-to: version-updates | ||
update-types: | ||
- 'minor' | ||
- 'patch' | ||
- package-ecosystem: 'github-actions' | ||
directory: '/' | ||
schedule: | ||
interval: 'weekly' | ||
commit-message: | ||
prefix: 'chore(deps)' | ||
groups: | ||
dependencies: | ||
applies-to: version-updates | ||
update-types: | ||
- 'minor' | ||
- 'patch' | ||
- package-ecosystem: 'docker' | ||
directory: '/' | ||
schedule: | ||
interval: 'weekly' | ||
commit-message: | ||
prefix: 'chore(deps)' | ||
groups: | ||
dependencies: | ||
applies-to: version-updates | ||
update-types: | ||
- 'minor' | ||
- 'patch' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
name: Mark stale issues and pull requests | ||
|
||
on: | ||
schedule: | ||
- cron: "0 12 * * *" | ||
|
||
jobs: | ||
stale: | ||
runs-on: ubuntu-latest | ||
permissions: | ||
issues: write | ||
pull-requests: write | ||
|
||
steps: | ||
- uses: actions/[email protected] | ||
with: | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
stale-issue-message: > | ||
This issue has been automatically marked as stale because it has not | ||
had recent activity. It will be closed if no further activity occurs. | ||
Thank you for your contributions. | ||
stale-pr-message: > | ||
This pull request has been automatically marked as stale because it has not | ||
had recent activity. It will be closed if no further activity occurs. | ||
Thank you for your contributions. | ||
exempt-issue-labels: keep | ||
exempt-pr-labels: keep |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
*.pyc | ||
pkg/ | ||
.bundle | ||
Gemfile.lock | ||
.project | ||
.buildpath | ||
*~ | ||
*~ | ||
vendor/ | ||
.DS_Store | ||
.venv | ||
venv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
source "http://rubygems.org" | ||
source "https://rubygems.org" | ||
gemspec | ||
|
||
gem "posix-spawn", :platforms => :ruby | ||
gem "redcarpet", :platforms => :ruby | ||
gem "kramdown", :platforms => :jruby | ||
gem "RedCloth" | ||
gem "commonmarker", "~> 0.18.1" | ||
gem "rdoc", "~>3.6" | ||
gem "org-ruby", "= 0.9.9" | ||
gem "creole", "~>0.3.6" | ||
# using a tag version here because 0.18.3 was not published by the author to encourage users to upgrade. | ||
# however we want to bump up to this version since this has a security patch | ||
gem "commonmarker", git: "https://github.com/gjtorikian/commonmarker.git", tag: "v0.18.3" | ||
gem "rdoc", "~> 6.7.0" | ||
gem "org-ruby", "0.9.12" | ||
gem "creole", "~>0.5.0" | ||
gem "wikicloth", "=0.8.3" | ||
gem "twitter-text", "~> 1.14" | ||
gem "asciidoctor", "~> 2.0.5" | ||
gem "rake" | ||
gem "rexml" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,139 @@ | ||
GIT | ||
remote: https://github.com/gjtorikian/commonmarker.git | ||
revision: 2838ebaa83ee0081d481c21f3bc0e4cb3e8de9da | ||
tag: v0.18.3 | ||
specs: | ||
commonmarker (0.18.3) | ||
ruby-enum (~> 0.5) | ||
|
||
PATH | ||
remote: . | ||
specs: | ||
github-markup (5.0.1) | ||
|
||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
RedCloth (4.3.4) | ||
activesupport (7.1.5) | ||
base64 | ||
benchmark (>= 0.3) | ||
bigdecimal | ||
concurrent-ruby (~> 1.0, >= 1.0.2) | ||
connection_pool (>= 2.2.5) | ||
drb | ||
i18n (>= 1.6, < 2) | ||
logger (>= 1.4.2) | ||
minitest (>= 5.1) | ||
mutex_m | ||
securerandom (>= 0.3) | ||
tzinfo (~> 2.0) | ||
asciidoctor (2.0.23) | ||
base64 (0.2.0) | ||
benchmark (0.3.0) | ||
bigdecimal (3.1.8) | ||
builder (3.3.0) | ||
cgi (0.4.1) | ||
charlock_holmes (0.7.7) | ||
concurrent-ruby (1.3.4) | ||
connection_pool (2.4.1) | ||
crass (1.0.6) | ||
creole (0.5.0) | ||
drb (2.2.1) | ||
expression_parser (0.9.0) | ||
github-linguist (7.30.0) | ||
cgi | ||
charlock_holmes (~> 0.7.7) | ||
mini_mime (~> 1.0) | ||
rugged (~> 1.0) | ||
html-pipeline (1.11.0) | ||
activesupport (>= 2) | ||
nokogiri (~> 1.4) | ||
htmlentities (4.3.4) | ||
i18n (1.14.6) | ||
concurrent-ruby (~> 1.0) | ||
logger (1.6.1) | ||
mini_mime (1.1.5) | ||
minitest (5.25.1) | ||
mutex_m (0.2.0) | ||
nokogiri (1.16.7-aarch64-linux) | ||
racc (~> 1.4) | ||
nokogiri (1.16.7-arm-linux) | ||
racc (~> 1.4) | ||
nokogiri (1.16.7-arm64-darwin) | ||
racc (~> 1.4) | ||
nokogiri (1.16.7-x86-linux) | ||
racc (~> 1.4) | ||
nokogiri (1.16.7-x86_64-darwin) | ||
racc (~> 1.4) | ||
nokogiri (1.16.7-x86_64-linux) | ||
racc (~> 1.4) | ||
nokogiri-diff (0.3.0) | ||
nokogiri (~> 1.5) | ||
tdiff (~> 0.4) | ||
org-ruby (0.9.12) | ||
rubypants (~> 0.2) | ||
psych (5.1.2) | ||
stringio | ||
racc (1.8.1) | ||
rake (13.2.1) | ||
rdoc (6.7.0) | ||
psych (>= 4.0.0) | ||
redcarpet (3.6.0) | ||
rexml (3.3.9) | ||
ruby-enum (0.9.0) | ||
i18n | ||
rubypants (0.7.1) | ||
rugged (1.7.2) | ||
sanitize (6.1.3) | ||
crass (~> 1.0.2) | ||
nokogiri (>= 1.12.0) | ||
securerandom (0.3.1) | ||
stringio (3.1.1) | ||
tdiff (0.4.0) | ||
twitter-text (1.14.7) | ||
unf (~> 0.1.0) | ||
tzinfo (2.0.6) | ||
concurrent-ruby (~> 1.0) | ||
unf (0.1.4) | ||
unf_ext | ||
unf_ext (0.0.9.1) | ||
wikicloth (0.8.3) | ||
builder | ||
expression_parser | ||
htmlentities | ||
nokogiri | ||
twitter-text | ||
|
||
PLATFORMS | ||
aarch64-linux | ||
arm-linux | ||
arm64-darwin | ||
x86-linux | ||
x86_64-darwin | ||
x86_64-linux | ||
|
||
DEPENDENCIES | ||
RedCloth | ||
activesupport (~> 7.1.5) | ||
asciidoctor (~> 2.0.5) | ||
commonmarker! | ||
creole (~> 0.5.0) | ||
github-linguist (>= 7.1.3) | ||
github-markup! | ||
html-pipeline (~> 1.0) | ||
kramdown | ||
minitest (~> 5.4, >= 5.4.3) | ||
nokogiri (~> 1.16.5) | ||
nokogiri-diff (~> 0.3.0) | ||
org-ruby (= 0.9.12) | ||
rake | ||
rdoc (~> 6.7.0) | ||
redcarpet | ||
rexml | ||
sanitize (>= 4.6.3) | ||
twitter-text (~> 1.14) | ||
wikicloth (= 0.8.3) | ||
|
||
BUNDLED WITH | ||
2.5.9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module GitHub | ||
module Markup | ||
VERSION = '4.0.0' | ||
VERSION = '5.0.1' | ||
Version = VERSION | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.