Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Behavior to split the string when it's too long #86

Open
wants to merge 164 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
164 commits
Select commit Hold shift + click to select a range
6c0ac57
Update Gruntfile.js
travist Nov 30, 2014
9e43644
resolves issue with OpenSSL private keys #37
Dec 16, 2014
f583fc6
Merge pull request #38 from markharding/master
zoloft Jan 26, 2015
2050dcc
Bugfix for bnpFromInt function
antife-yinyue May 29, 2015
cfa97e3
Merge pull request #48 from jsw0528/master
zoloft Jun 2, 2015
28320df
Corrects a missing parameter in the mouse entropy generator. The par…
Jul 28, 2015
1a38723
Merge pull request #51 from hilts-vaughan/firefox-fix
zoloft Jul 28, 2015
600a93d
Update mocha.css
mdjdenormandie Feb 8, 2016
7ea6949
Merge pull request #61 from mdjdenormandie/patch-1
travist Feb 8, 2016
57ebd67
Specified the main file in package.json
kripod Feb 28, 2016
19126d2
Merge pull request #63 from kripod/master
zoloft Feb 29, 2016
2b83f70
Ran build and updated package.json.
travist Apr 5, 2016
f6c6869
Bower name fix
Crecket Apr 10, 2016
945ae29
Merge pull request #65 from Crecket/master
travist Apr 11, 2016
abce2ff
add module support
lmnsg Apr 13, 2016
9c37422
Protect against permission denied error when accessing mouse coordina…
pkaminski Apr 13, 2016
c8515ff
Point bower.json main to bin/jsencrypt.js.
pkaminski Apr 13, 2016
c41f21e
Merge pull request #68 from pkaminski/bower-main
travist Apr 14, 2016
97e5572
Merge pull request #67 from pkaminski/entropy-fix
travist Apr 19, 2016
584d00f
Merge pull request #66 from lmnsg/patch-1
travist Apr 19, 2016
55ae32d
Updating the build with latest module defines.
travist Apr 19, 2016
a1c38e5
Adding more items to gitignore.
travist Apr 19, 2016
46f2d0d
Moving to grunt build.
travist Apr 19, 2016
d4cc697
Updating the build.
travist Apr 19, 2016
a5fcd2a
Update basetag.
travist Apr 19, 2016
672d9c9
Fixed basetag issue.
travist Apr 19, 2016
ca57a58
Fixed the site to be jekyll compatible again.
travist Apr 19, 2016
6659c98
Added npm ignore and prepublish task
Apr 22, 2016
4fba242
Fix RSAEncrypt padding
calve May 11, 2016
0f5ad93
fixed AMD module definition in src/template.txt, bumped version to 2.3.1
marvinklein May 24, 2016
f4c463c
Fixed the example page on jsencrypt.
travist May 28, 2016
329e1d5
Merge pull request #76 from marvinklein/master
travist Jun 21, 2016
756aa21
Merge pull request #73 from jmgaya/npm-improvements
travist Jun 21, 2016
ac23ed5
Merge pull request #75 from calve/master
travist Jun 21, 2016
7f23aef
Revert "Fix RSAEncrypt padding"
travist Jun 21, 2016
3833eb9
Merge pull request #78 from travist/revert-75-master
travist Jun 21, 2016
fffc854
Remove gulp-* dependencies from devDependencies.
jpsfs May 17, 2017
e39ccaf
Merge pull request #105 from jpsfs/master
travist Jul 7, 2017
cfba2a6
initial rollup config
llCorvinSll Dec 14, 2017
4d794f7
pass all tests
llCorvinSll Dec 14, 2017
1831462
rng.ts prng4.ts
llCorvinSll Dec 14, 2017
e5ea639
asn1js/hex.ts
llCorvinSll Dec 14, 2017
17766c1
update asn1
llCorvinSll Dec 14, 2017
1b6a526
asn1.ts
llCorvinSll Dec 14, 2017
aa12418
ts loader for webpack
llCorvinSll Dec 14, 2017
9e237c2
fix module structure
llCorvinSll Dec 14, 2017
09f030f
start rewrite jsbn
Dec 18, 2017
f915d1a
remove jsbn2 file
Dec 18, 2017
6a8eaad
base64.ts
Dec 18, 2017
2269412
- rsa2.js
Dec 18, 2017
82de1f8
tslint
Dec 18, 2017
bde1cc3
jsbn.ts no style errors
Dec 19, 2017
a260f7c
add async methods
Dec 19, 2017
0f754a8
split jsencrypt.js to two files
Dec 19, 2017
136039f
update asn1-1.0.js
Dec 19, 2017
18ed6a1
typings for asn1-1.0
Dec 19, 2017
2f2ed7f
start normal rollup build
Dec 19, 2017
3615959
fix rollup config
Dec 20, 2017
47f02a5
add tests for async key getter
Dec 20, 2017
75d6238
build library with rollup
Dec 20, 2017
dd7ac81
fix gitignore
Dec 20, 2017
15c4c77
insert version into source
Dec 20, 2017
28471f5
attempts to build library
Dec 20, 2017
bf7083f
Include license (MIT) in package.json
Tonkpils Feb 8, 2018
a3a0eab
Merge pull request #113 from llCorvinSll/es6_modules
travist Feb 17, 2018
6e468de
Merge pull request #117 from Tonkpils/patch-1
travist Feb 17, 2018
a1d617f
Updated build.
travist Feb 17, 2018
7d9c6f1
Updated build.
travist Feb 17, 2018
29a8d5d
Adding min file.
travist Feb 17, 2018
e312e0b
Update version in bower.json.
travist Feb 17, 2018
6679297
Don't include Gemfile.lock
travist Feb 17, 2018
d7ffc16
Add sign/verify support
Spark-NF May 24, 2018
106ea44
Add tests for the new sign/verify methods
Spark-NF May 24, 2018
c75a3bf
Use doPublic and doPrivate methods in sign/verify
Spark-NF May 24, 2018
ab5ba7e
Return signatures in base64
Spark-NF May 24, 2018
f4f28e4
Prepend digest header when signing
Spark-NF May 24, 2018
974e92c
Fix padding and unpadding when signing/verifying
Spark-NF May 24, 2018
379f600
Update binaries
Spark-NF May 24, 2018
95c69f2
Merge pull request #124 from Spark-NF/master
travist Jun 25, 2018
fd3fc53
Updated build.
travist Jun 25, 2018
cc8a8c7
Updated bower.json.
travist Jun 25, 2018
bd33597
Add sign/verify doc to the README file
Spark-NF Jun 26, 2018
ea32a51
Merge pull request #127 from Spark-NF/master
travist Jun 28, 2018
24bc897
Fix typeof checking of navigator object
leandrozuliani Jan 31, 2019
ca0f678
support public key encode by url safe base64
qxo Jul 26, 2019
56d0da7
fix compatibility on somae IE
qxo Jul 27, 2019
0fbcf17
Merge pull request #160 from qxo/fixIEcompatibility
travist Feb 3, 2021
b1838a7
Merge pull request #159 from qxo/supportUrlSafeBase64
travist Feb 3, 2021
f54b283
Merge pull request #148 from leandrozuliani/master
travist Feb 3, 2021
b7d477f
Refactored directory structure and build processes.
travist Feb 3, 2021
115cbf9
Updated build and version.
travist Feb 5, 2021
ce72b17
Updated demo app.
travist Feb 5, 2021
14a2d2d
Update README.md
travist Feb 6, 2021
7131b39
Update README.md
travist Feb 6, 2021
5ff9a81
Fixed version code.
travist Feb 13, 2021
339af62
Updating site.
travist Feb 13, 2021
9aaa655
Removing file.
travist Feb 13, 2021
84ba0b9
fix: webpack5 warning: Should not import the named export 'version' (…
monako97 Feb 20, 2021
936349f
fix zero before encrypt result
jordiwang Feb 27, 2021
85cf014
Merge pull request #197 from monako97/fix-#196-import
travist Mar 7, 2021
e82631a
Merge pull request #204 from jordiwang/fix-rsa-encrypt
travist Mar 7, 2021
fdf3b04
Updated build and version.
travist Mar 7, 2021
5ae00ad
Create FUNDING.yml
travist Mar 9, 2021
a993acf
Fixing the export to also export class.
travist Mar 9, 2021
50d90b9
Added fields for commonjs and types
Apr 14, 2021
970c700
Merge pull request #219 from danew/hotfix/fix-package-json
travist Apr 25, 2021
00c67f8
Updated build and version.
travist Apr 25, 2021
67fd876
Bump rexml from 3.2.4 to 3.2.5
dependabot[bot] Apr 30, 2021
22bcff0
Bump browserslist from 4.16.3 to 4.16.6
dependabot[bot] May 27, 2021
738d124
Fix add default args for JSEncrypt constructor
originalix Jun 2, 2021
176404a
Bump addressable from 2.7.0 to 2.8.0
dependabot[bot] Jul 12, 2021
e88e56d
Merge pull request #226 from originalix/master
travist Jul 29, 2021
aee860a
Merge remote-tracking branch 'origin/master' into master
travist Jul 29, 2021
051499e
Bump nokogiri from 1.11.1 to 1.11.7
dependabot[bot] Jul 29, 2021
fa55725
Merge pull request #229 from travist/dependabot/bundler/addressable-2…
travist Jul 29, 2021
e82e136
Merge pull request #232 from travist/dependabot/bundler/nokogiri-1.11.7
travist Jul 29, 2021
1c2f593
Merge pull request #224 from travist/dependabot/npm_and_yarn/browsers…
travist Jul 29, 2021
fda69e0
Merge pull request #220 from travist/dependabot/bundler/rexml-3.2.5
travist Jul 29, 2021
fcf264c
Merge remote-tracking branch 'origin/master' into master
travist Jul 29, 2021
9ad4111
Updated build and version.
travist Jul 29, 2021
d45991d
Use IE11's secure RNG if possible
thooton Jan 4, 2022
9bdd81b
typo
thooton Jan 4, 2022
32a9550
Merge pull request #243 from thooton/master
zoloft Jan 18, 2022
ff78789
Bump terser from 5.7.1 to 5.14.2
dependabot[bot] Jul 20, 2022
15a26b0
Bump tzinfo from 1.2.9 to 1.2.10
dependabot[bot] Jul 22, 2022
5742cc6
fix: support ssr mode
tinycat2017 Aug 24, 2022
79390af
Merge pull request #258 from tinycat2017/tinycat2017-patch-2
travist Sep 19, 2022
05c3b40
Merge pull request #255 from travist/dependabot/bundler/tzinfo-1.2.10
travist Sep 19, 2022
c0b26a2
Merge pull request #254 from travist/dependabot/npm_and_yarn/terser-5…
travist Sep 19, 2022
cbdcc64
Bump nokogiri from 1.11.7 to 1.13.8
dependabot[bot] Sep 19, 2022
3aa5c2f
Merge pull request #260 from travist/dependabot/bundler/nokogiri-1.13.8
travist Sep 19, 2022
41f3c81
Specify file to be imported for react-native
maxkomarychev Sep 27, 2022
d3b8b6d
Merge pull request #262 from maxkomarychev/master
travist Oct 8, 2022
3f935d6
Support ASN.1 RSAPublicKey type as defined by PKCS#1
HwangTaehyun Aug 20, 2022
d422883
Enable test script for typescript files and fix pubkey verification u…
HwangTaehyun Sep 25, 2022
4a3dd4f
Add unit test for pkcs#1 format pub key
HwangTaehyun Sep 26, 2022
2992146
Fix webpack build issue
HwangTaehyun Oct 8, 2022
f458ef1
Updated build.
travist Oct 17, 2022
2d508f7
Revert "Updated build."
travist Oct 17, 2022
7b14257
Merge pull request #257 from HwangTaehyun/master
travist Oct 17, 2022
9625954
Updated build
travist Oct 17, 2022
28dbbf2
Fix webpack build issue
HwangTaehyun Oct 17, 2022
541c0a1
Merge pull request #263 from HwangTaehyun/master
travist Oct 20, 2022
1512dca
Bump nokogiri from 1.13.8 to 1.13.9
dependabot[bot] Oct 21, 2022
8824698
Merge pull request #264 from travist/dependabot/bundler/nokogiri-1.13.9
travist Oct 21, 2022
470b144
Add webpack.test.js
HwangTaehyun Oct 24, 2022
53da21f
Change test.rsa.js not to use key file
HwangTaehyun Oct 24, 2022
82926f7
Change test.rsa.js to test.rsa.bundle.js
HwangTaehyun Oct 24, 2022
cebacce
Add build:test script to build script
HwangTaehyun Oct 24, 2022
ae72732
Merge pull request #266 from HwangTaehyun/master
travist Oct 24, 2022
9d19033
Adding updates and build.
travist Oct 24, 2022
d142e16
Updated version code
yq612 Oct 27, 2022
a819b2c
Fix for running in browser (addresses #267).
elden1221 Oct 30, 2022
c59005b
Merge pull request #272 from TimUnderhay/master
travist Nov 2, 2022
d8a1e97
Merge pull request #269 from yq612/master
travist Nov 2, 2022
0df08bf
Revert "Updated version code"
travist Nov 3, 2022
67cc99d
To support commonjs
Nov 9, 2022
546271e
Merge pull request #274 from bj-white/support-commonjs
travist Nov 27, 2022
da20818
Revert "To support commonjs"
travist Nov 27, 2022
43b4f95
Merge pull request #279 from travist/revert-274-support-commonjs
travist Nov 27, 2022
bed4082
Fix Can't resolve './JSEncrypt'
kingller Feb 14, 2023
6d82737
Merge pull request #289 from kingller/upstream-3.3.1-fix
travist Feb 14, 2023
0726683
Fix test run error after remove type: module
kingller Feb 15, 2023
24e69d8
Merge pull request #290 from kingller/upstream-3.3.1-fix
travist Feb 27, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# These are supported funding model platforms

github: travist
patreon: codegnome
16 changes: 16 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
.dccache
_site
.idea
.bundle
.DS_Store
node_modules
*.pem
project.properties
project.xml
/nbproject/private/
vendor

src/*.js
src/*.js.map

lib/asn1js/*.js
lib/asn1js/*.js.map
!lib/asn1js/oids.js

lib/jsbn/*.js
lib/jsbn/*.js.map
11 changes: 11 additions & 0 deletions .mocharc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"extension": ["ts"],
"spec": "test/**/test.rsa.js",
"node-option": [
"experimental-specifier-resolution=node",
"loader=ts-node/esm"
],
"require": [
"test/babel-register.js"
]
}
14 changes: 14 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
_includes
_layouts
demo
lib
src
test
_config.build.yml
_config.yml
.gitignore
bower.json
example.html
gulpfile.js
index.html
jquery.js
7 changes: 7 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"$schema": "http://json.schemastore.org/prettierrc",
"singleQuote": false,
"trailingComma": "all",
"tabWidth": 4,
"printWidth": 90
}
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
source 'https://rubygems.org'
gem 'github-pages', group: :jekyll_plugins
gem "webrick", "~> 1.7"
271 changes: 271 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,271 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (6.0.3.4)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.11.1)
colorator (1.1.0)
commonmarker (0.17.13)
ruby-enum (~> 0.5)
concurrent-ruby (1.1.8)
dnsruby (1.61.5)
simpleidn (~> 0.1)
em-websocket (0.5.2)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
ethon (0.12.0)
ffi (>= 1.3.0)
eventmachine (1.2.7)
execjs (2.7.0)
faraday (1.3.0)
faraday-net_http (~> 1.0)
multipart-post (>= 1.2, < 3)
ruby2_keywords
faraday-net_http (1.0.1)
ffi (1.14.2)
forwardable-extended (2.6.0)
gemoji (3.0.1)
github-pages (211)
github-pages-health-check (= 1.16.1)
jekyll (= 3.9.0)
jekyll-avatar (= 0.7.0)
jekyll-coffeescript (= 1.1.1)
jekyll-commonmark-ghpages (= 0.1.6)
jekyll-default-layout (= 0.1.4)
jekyll-feed (= 0.15.1)
jekyll-gist (= 1.5.0)
jekyll-github-metadata (= 2.13.0)
jekyll-mentions (= 1.6.0)
jekyll-optional-front-matter (= 0.3.2)
jekyll-paginate (= 1.1.0)
jekyll-readme-index (= 0.3.0)
jekyll-redirect-from (= 0.16.0)
jekyll-relative-links (= 0.6.1)
jekyll-remote-theme (= 0.4.2)
jekyll-sass-converter (= 1.5.2)
jekyll-seo-tag (= 2.7.1)
jekyll-sitemap (= 1.4.0)
jekyll-swiss (= 1.0.0)
jekyll-theme-architect (= 0.1.1)
jekyll-theme-cayman (= 0.1.1)
jekyll-theme-dinky (= 0.1.1)
jekyll-theme-hacker (= 0.1.2)
jekyll-theme-leap-day (= 0.1.1)
jekyll-theme-merlot (= 0.1.1)
jekyll-theme-midnight (= 0.1.1)
jekyll-theme-minimal (= 0.1.1)
jekyll-theme-modernist (= 0.1.1)
jekyll-theme-primer (= 0.5.4)
jekyll-theme-slate (= 0.1.1)
jekyll-theme-tactile (= 0.1.1)
jekyll-theme-time-machine (= 0.1.1)
jekyll-titles-from-headings (= 0.5.3)
jemoji (= 0.12.0)
kramdown (= 2.3.0)
kramdown-parser-gfm (= 1.1.0)
liquid (= 4.0.3)
mercenary (~> 0.3)
minima (= 2.5.1)
nokogiri (>= 1.10.4, < 2.0)
rouge (= 3.26.0)
terminal-table (~> 1.4)
github-pages-health-check (1.16.1)
addressable (~> 2.3)
dnsruby (~> 1.60)
octokit (~> 4.0)
public_suffix (~> 3.0)
typhoeus (~> 1.3)
html-pipeline (2.14.0)
activesupport (>= 2)
nokogiri (>= 1.4)
http_parser.rb (0.6.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jekyll (3.9.0)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
i18n (~> 0.7)
jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 2.0)
kramdown (>= 1.17, < 3)
liquid (~> 4.0)
mercenary (~> 0.3.3)
pathutil (~> 0.9)
rouge (>= 1.7, < 4)
safe_yaml (~> 1.0)
jekyll-avatar (0.7.0)
jekyll (>= 3.0, < 5.0)
jekyll-coffeescript (1.1.1)
coffee-script (~> 2.2)
coffee-script-source (~> 1.11.1)
jekyll-commonmark (1.3.1)
commonmarker (~> 0.14)
jekyll (>= 3.7, < 5.0)
jekyll-commonmark-ghpages (0.1.6)
commonmarker (~> 0.17.6)
jekyll-commonmark (~> 1.2)
rouge (>= 2.0, < 4.0)
jekyll-default-layout (0.1.4)
jekyll (~> 3.0)
jekyll-feed (0.15.1)
jekyll (>= 3.7, < 5.0)
jekyll-gist (1.5.0)
octokit (~> 4.2)
jekyll-github-metadata (2.13.0)
jekyll (>= 3.4, < 5.0)
octokit (~> 4.0, != 4.4.0)
jekyll-mentions (1.6.0)
html-pipeline (~> 2.3)
jekyll (>= 3.7, < 5.0)
jekyll-optional-front-matter (0.3.2)
jekyll (>= 3.0, < 5.0)
jekyll-paginate (1.1.0)
jekyll-readme-index (0.3.0)
jekyll (>= 3.0, < 5.0)
jekyll-redirect-from (0.16.0)
jekyll (>= 3.3, < 5.0)
jekyll-relative-links (0.6.1)
jekyll (>= 3.3, < 5.0)
jekyll-remote-theme (0.4.2)
addressable (~> 2.0)
jekyll (>= 3.5, < 5.0)
jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
rubyzip (>= 1.3.0, < 3.0)
jekyll-sass-converter (1.5.2)
sass (~> 3.4)
jekyll-seo-tag (2.7.1)
jekyll (>= 3.8, < 5.0)
jekyll-sitemap (1.4.0)
jekyll (>= 3.7, < 5.0)
jekyll-swiss (1.0.0)
jekyll-theme-architect (0.1.1)
jekyll (~> 3.5)
jekyll-seo-tag (~> 2.0)
jekyll-theme-cayman (0.1.1)
jekyll (~> 3.5)
jekyll-seo-tag (~> 2.0)
jekyll-theme-dinky (0.1.1)
jekyll (~> 3.5)
jekyll-seo-tag (~> 2.0)
jekyll-theme-hacker (0.1.2)
jekyll (> 3.5, < 5.0)
jekyll-seo-tag (~> 2.0)
jekyll-theme-leap-day (0.1.1)
jekyll (~> 3.5)
jekyll-seo-tag (~> 2.0)
jekyll-theme-merlot (0.1.1)
jekyll (~> 3.5)
jekyll-seo-tag (~> 2.0)
jekyll-theme-midnight (0.1.1)
jekyll (~> 3.5)
jekyll-seo-tag (~> 2.0)
jekyll-theme-minimal (0.1.1)
jekyll (~> 3.5)
jekyll-seo-tag (~> 2.0)
jekyll-theme-modernist (0.1.1)
jekyll (~> 3.5)
jekyll-seo-tag (~> 2.0)
jekyll-theme-primer (0.5.4)
jekyll (> 3.5, < 5.0)
jekyll-github-metadata (~> 2.9)
jekyll-seo-tag (~> 2.0)
jekyll-theme-slate (0.1.1)
jekyll (~> 3.5)
jekyll-seo-tag (~> 2.0)
jekyll-theme-tactile (0.1.1)
jekyll (~> 3.5)
jekyll-seo-tag (~> 2.0)
jekyll-theme-time-machine (0.1.1)
jekyll (~> 3.5)
jekyll-seo-tag (~> 2.0)
jekyll-titles-from-headings (0.5.3)
jekyll (>= 3.3, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
jemoji (0.12.0)
gemoji (~> 3.0)
html-pipeline (~> 2.2)
jekyll (>= 3.0, < 5.0)
kramdown (2.3.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.3)
listen (3.4.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
minima (2.5.1)
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
minitest (5.14.3)
multipart-post (2.1.1)
nokogiri (1.13.9-arm64-darwin)
racc (~> 1.4)
nokogiri (1.13.9-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.13.9-x86_64-linux)
racc (~> 1.4)
octokit (4.20.0)
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (3.1.1)
racc (1.6.0)
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.5)
rouge (3.26.0)
ruby-enum (0.9.0)
i18n
ruby2_keywords (0.0.4)
rubyzip (2.3.0)
safe_yaml (1.0.5)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sawyer (0.8.2)
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)
simpleidn (0.2.1)
unf (~> 0.1.4)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
thread_safe (0.3.6)
typhoeus (1.4.0)
ethon (>= 0.9.0)
tzinfo (1.2.10)
thread_safe (~> 0.1)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.7)
unicode-display_width (1.7.0)
webrick (1.7.0)
zeitwerk (2.4.2)

PLATFORMS
arm64-darwin-21
universal-darwin-20
x86_64-linux

DEPENDENCIES
github-pages
webrick (~> 1.7)

BUNDLED WITH
2.2.9
Loading