├── .github └── workflows │ └── update.yml ├── .gitignore ├── Dockerfile ├── README.md ├── Rakefile ├── all-ruby ├── lib ├── formatter.rb ├── ruby_version.rb └── squeezer.rb ├── patch ├── cont-elif.diff ├── defines-nodbm.diff ├── error-error.diff ├── error-error2.diff ├── error-sysnerr.diff ├── error-sysnerr2.diff ├── error-sysnerr3.diff ├── extmk-heredoc.diff ├── glibc-stdio.diff ├── glibc-stdio2.diff ├── glibc-stdio3.diff ├── glibc-stdio4.diff ├── glob-alloca.diff ├── glob-alloca2.diff ├── glob-voidalloca.diff ├── gnuglob-alloca.diff ├── gnuglob-alloca2.diff ├── gnuglob-dirent.diff ├── inline-vm_getivar.diff ├── instruby-dll.diff ├── makefile-assoc.diff ├── math-define-erange.diff ├── parse-semicolon.diff ├── rb_type-definition.diff ├── rbconfig-expand.diff ├── regex-re_match_2.diff ├── ruby-errno.diff ├── ruby-errno2.diff ├── ruby-errno3.diff ├── signal-unistd.diff ├── struct-va_end.diff ├── struct-va_end2.diff ├── tcltklib-extconf.diff ├── time-time.diff ├── time-time2.diff └── variable-break.diff ├── test └── test_squeezer.rb └── versions ├── 0.49.json ├── 0.50.json ├── 0.51.json ├── 0.54.json ├── 0.55.json ├── 0.60.json ├── 0.62.json ├── 0.63.json ├── 0.64.json ├── 0.65.json ├── 0.69.json ├── 0.71.json ├── 0.73-950413.json ├── 0.73.json ├── 0.76.json ├── 0.95.json ├── 0.99.4-961224.json ├── 1.0-961225.json ├── 1.0-971002.json ├── 1.0-971003.json ├── 1.0-971015.json ├── 1.0-971021.json ├── 1.0-971118.json ├── 1.0-971125.json ├── 1.0-971204.json ├── 1.0-971209.json ├── 1.0-971225.json ├── 1.1a0.json ├── 1.1a1.json ├── 1.1a2.json ├── 1.1a3.json ├── 1.1a4.json ├── 1.1a5.json ├── 1.1a6.json ├── 1.1a7.json ├── 1.1a8.json ├── 1.1a9.json ├── 1.1b0.json ├── 1.1b1.json ├── 1.1b2.json ├── 1.1b3.json ├── 1.1b4.json ├── 1.1b5.json ├── 1.1b6.json ├── 1.1b7.json ├── 1.1b8.json ├── 1.1b9.json ├── 1.1b9_01.json ├── 1.1b9_02.json ├── 1.1b9_03.json ├── 1.1b9_04.json ├── 1.1b9_05.json ├── 1.1b9_06.json ├── 1.1b9_07.json ├── 1.1b9_08.json ├── 1.1b9_09.json ├── 1.1b9_10.json ├── 1.1b9_11.json ├── 1.1b9_12.json ├── 1.1b9_13.json ├── 1.1b9_14.json ├── 1.1b9_15.json ├── 1.1b9_16.json ├── 1.1b9_17.json ├── 1.1b9_18.json ├── 1.1b9_19.json ├── 1.1b9_20.json ├── 1.1b9_21.json ├── 1.1b9_22.json ├── 1.1b9_23.json ├── 1.1b9_24.json ├── 1.1b9_25.json ├── 1.1b9_26.json ├── 1.1b9_27.json ├── 1.1b9_28.json ├── 1.1b9_29.json ├── 1.1b9_30.json ├── 1.1b9_31.json ├── 1.1b9_32.json ├── 1.1c0.json ├── 1.1c1.json ├── 1.1c2.json ├── 1.1c3.json ├── 1.1c4.json ├── 1.1c5.json ├── 1.1c6.json ├── 1.1c7.json ├── 1.1c8.json ├── 1.1c9.json ├── 1.1d0.json ├── 1.1d1.json ├── 1.2.1.json ├── 1.2.2.json ├── 1.2.3.json ├── 1.2.4.json ├── 1.2.5.json ├── 1.2.6.json ├── 1.2.json ├── 1.3.1-990215.json ├── 1.3.1-990224.json ├── 1.3.1-990225.json ├── 1.3.1-990311.json ├── 1.3.1-990315.json ├── 1.3.1-990324.json ├── 1.3.2-990402.json ├── 1.3.2-990405.json ├── 1.3.2-990408.json ├── 1.3.2-990413.json ├── 1.3.3-990430.json ├── 1.3.3-990507.json ├── 1.3.3-990513.json ├── 1.3.3-990518.json ├── 1.3.4-990531.json ├── 1.3.4-990611.json ├── 1.3.4-990624.json ├── 1.3.4-990625.json ├── 1.3.5.json ├── 1.3.6.json ├── 1.3.7.json ├── 1.3.json ├── 1.4.0.json ├── 1.4.1.json ├── 1.4.2.json ├── 1.4.3.json ├── 1.4.4.json ├── 1.4.5.json ├── 1.4.6.json ├── 1.6.0.json ├── 1.6.1.json ├── 1.6.2.json ├── 1.6.3.json ├── 1.6.4.json ├── 1.6.5.json ├── 1.6.6.json ├── 1.6.7.json ├── 1.6.8.json ├── 1.8.0.json ├── 1.8.1.json ├── 1.8.2-preview1.json ├── 1.8.2-preview2.json ├── 1.8.2-preview3.json ├── 1.8.2-preview4.json ├── 1.8.2.json ├── 1.8.3-preview1.json ├── 1.8.3-preview2.json ├── 1.8.3-preview3.json ├── 1.8.3.json ├── 1.8.4-preview1.json ├── 1.8.4-preview2.json ├── 1.8.4-preview3.json ├── 1.8.4.json ├── 1.8.5-p11-repack.json ├── 1.8.5-p11.json ├── 1.8.5-p113.json ├── 1.8.5-p114.json ├── 1.8.5-p115.json ├── 1.8.5-p12.json ├── 1.8.5-p2.json ├── 1.8.5-p231.json ├── 1.8.5-p35.json ├── 1.8.5-p52.json ├── 1.8.5-preview1.json ├── 1.8.5-preview2.json ├── 1.8.5-preview3.json ├── 1.8.5-preview4.json ├── 1.8.5-preview5.json ├── 1.8.5.json ├── 1.8.6-p110.json ├── 1.8.6-p111.json ├── 1.8.6-p114.json ├── 1.8.6-p230.json ├── 1.8.6-p286.json ├── 1.8.6-p287.json ├── 1.8.6-p36.json ├── 1.8.6-p368.json ├── 1.8.6-p369.json ├── 1.8.6-p383.json ├── 1.8.6-p388.json ├── 1.8.6-p398.json ├── 1.8.6-p399.json ├── 1.8.6-p420.json ├── 1.8.6-preview1.json ├── 1.8.6-preview2.json ├── 1.8.6-preview3.json ├── 1.8.6.json ├── 1.8.7-p160.json ├── 1.8.7-p17.json ├── 1.8.7-p173.json ├── 1.8.7-p174.json ├── 1.8.7-p22.json ├── 1.8.7-p248.json ├── 1.8.7-p249.json ├── 1.8.7-p299.json ├── 1.8.7-p301.json ├── 1.8.7-p302.json ├── 1.8.7-p330.json ├── 1.8.7-p334.json ├── 1.8.7-p352.json ├── 1.8.7-p357.json ├── 1.8.7-p358.json ├── 1.8.7-p370.json ├── 1.8.7-p371.json ├── 1.8.7-p373.json ├── 1.8.7-p374.json ├── 1.8.7-p71.json ├── 1.8.7-p72.json ├── 1.8.7-preview1.json ├── 1.8.7-preview2.json ├── 1.8.7-preview3.json ├── 1.8.7-preview4.json ├── 1.8.7.json ├── 1.9.0-0.json ├── 1.9.0-1.json ├── 1.9.0-2.json ├── 1.9.0-3.json ├── 1.9.0-4.json ├── 1.9.0-5.json ├── 1.9.1-p0.json ├── 1.9.1-p129.json ├── 1.9.1-p243.json ├── 1.9.1-p376.json ├── 1.9.1-p378.json ├── 1.9.1-p429.json ├── 1.9.1-p430.json ├── 1.9.1-p431.json ├── 1.9.1-preview1.json ├── 1.9.1-preview2.json ├── 1.9.1-rc1.json ├── 1.9.1-rc2.json ├── 1.9.2-p0.json ├── 1.9.2-p136.json ├── 1.9.2-p180.json ├── 1.9.2-p290.json ├── 1.9.2-p318.json ├── 1.9.2-p320.json ├── 1.9.2-p330.json ├── 1.9.2-preview1.json ├── 1.9.2-preview3.json ├── 1.9.2-rc1.json ├── 1.9.2-rc2.json ├── 1.9.3-p0.json ├── 1.9.3-p105.json ├── 1.9.3-p125.json ├── 1.9.3-p194.json ├── 1.9.3-p286.json ├── 1.9.3-p327.json ├── 1.9.3-p362.json ├── 1.9.3-p374.json ├── 1.9.3-p385.json ├── 1.9.3-p392.json ├── 1.9.3-p426.json ├── 1.9.3-p429.json ├── 1.9.3-p448.json ├── 1.9.3-p484.json ├── 1.9.3-p545.json ├── 1.9.3-p547.json ├── 1.9.3-p550.json ├── 1.9.3-p551.json ├── 1.9.3-preview1.json ├── 1.9.3-rc1.json ├── 2.0.0-p0.json ├── 2.0.0-p195.json ├── 2.0.0-p247.json ├── 2.0.0-p353.json ├── 2.0.0-p451.json ├── 2.0.0-p481.json ├── 2.0.0-p576.json ├── 2.0.0-p594.json ├── 2.0.0-p598.json ├── 2.0.0-p643.json ├── 2.0.0-p645.json ├── 2.0.0-p647.json ├── 2.0.0-p648.json ├── 2.0.0-preview1.json ├── 2.0.0-preview2.json ├── 2.0.0-rc1.json ├── 2.0.0-rc2.json ├── 2.1.0-preview1.json ├── 2.1.0-preview2.json ├── 2.1.0-rc1.json ├── 2.1.0.json ├── 2.1.1.json ├── 2.1.10.json ├── 2.1.2.json ├── 2.1.3.json ├── 2.1.4.json ├── 2.1.5.json ├── 2.1.6.json ├── 2.1.7.json ├── 2.1.8.json ├── 2.1.9.json ├── 2.2.0-preview1.json ├── 2.2.0-preview2.json ├── 2.2.0-rc1.json ├── 2.2.0.json ├── 2.2.1.json ├── 2.2.10.json ├── 2.2.2.json ├── 2.2.3.json ├── 2.2.4.json ├── 2.2.5.json ├── 2.2.6.json ├── 2.2.7.json ├── 2.2.8.json ├── 2.2.9.json ├── 2.3.0-preview1.json ├── 2.3.0-preview2.json ├── 2.3.0.json ├── 2.3.1.json ├── 2.3.2.json ├── 2.3.3.json ├── 2.3.4.json ├── 2.3.5.json ├── 2.3.6.json ├── 2.3.7.json ├── 2.3.8.json ├── 2.4.0-preview1.json ├── 2.4.0-preview2.json ├── 2.4.0-preview3.json ├── 2.4.0-rc1.json ├── 2.4.0.json ├── 2.4.1.json ├── 2.4.10.json ├── 2.4.2.json ├── 2.4.3.json ├── 2.4.4.json ├── 2.4.5.json ├── 2.4.6.json ├── 2.4.7.json ├── 2.4.8.json ├── 2.4.9.json ├── 2.5.0-preview1.json ├── 2.5.0-rc1.json ├── 2.5.0.json ├── 2.5.1.json ├── 2.5.2.json ├── 2.5.3.json ├── 2.5.4.json ├── 2.5.5.json ├── 2.5.6.json ├── 2.5.7.json ├── 2.5.8.json ├── 2.5.9.json ├── 2.6.0-preview1.json ├── 2.6.0-preview2.json ├── 2.6.0-preview3.json ├── 2.6.0-rc1.json ├── 2.6.0-rc2.json ├── 2.6.0.json ├── 2.6.1.json ├── 2.6.10.json ├── 2.6.2.json ├── 2.6.3.json ├── 2.6.4.json ├── 2.6.5.json ├── 2.6.6.json ├── 2.6.7.json ├── 2.6.8.json ├── 2.6.9.json ├── 2.7.0-preview1.json ├── 2.7.0-preview2.json ├── 2.7.0-preview3.json ├── 2.7.0-rc1.json ├── 2.7.0-rc2.json ├── 2.7.0.json ├── 2.7.1.json ├── 2.7.2.json ├── 2.7.3.json ├── 2.7.4.json ├── 2.7.5.json ├── 2.7.6.json ├── 2.7.7.json ├── 2.7.8.json ├── 3.0.0-preview1.json ├── 3.0.0-preview2.json ├── 3.0.0-rc1.json ├── 3.0.0.json ├── 3.0.1.json ├── 3.0.2.json ├── 3.0.3.json ├── 3.0.4.json ├── 3.0.5.json ├── 3.0.6.json ├── 3.0.7.json ├── 3.1.0-preview1.json ├── 3.1.0.json ├── 3.1.1.json ├── 3.1.2.json ├── 3.1.3.json ├── 3.1.4.json ├── 3.1.5.json ├── 3.1.6.json ├── 3.1.7.json ├── 3.2.0-preview1.json ├── 3.2.0-preview2.json ├── 3.2.0-preview3.json ├── 3.2.0-rc1.json ├── 3.2.0.json ├── 3.2.1.json ├── 3.2.2.json ├── 3.2.3.json ├── 3.2.4.json ├── 3.2.5.json ├── 3.2.6.json ├── 3.2.7.json ├── 3.2.8.json ├── 3.2.9.json ├── 3.3.0-preview1.json ├── 3.3.0-preview2.json ├── 3.3.0-preview3.json ├── 3.3.0-rc1.json ├── 3.3.0.json ├── 3.3.1.json ├── 3.3.10.json ├── 3.3.2.json ├── 3.3.3.json ├── 3.3.4.json ├── 3.3.5.json ├── 3.3.6.json ├── 3.3.7.json ├── 3.3.8.json ├── 3.3.9.json ├── 3.4.0-preview1.json ├── 3.4.0-preview2.json ├── 3.4.0-rc1.json ├── 3.4.0.json ├── 3.4.1.json ├── 3.4.2.json ├── 3.4.3.json ├── 3.4.4.json ├── 3.4.5.json ├── 3.4.6.json ├── 3.4.7.json ├── 3.5.0-preview1.json └── 4.0.0-preview2.json /.github/workflows/update.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/.github/workflows/update.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | [012].* 2 | !*.json 3 | DIST 4 | bin 5 | build 6 | 7 | -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/README.md -------------------------------------------------------------------------------- /Rakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/Rakefile -------------------------------------------------------------------------------- /all-ruby: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/all-ruby -------------------------------------------------------------------------------- /lib/formatter.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/lib/formatter.rb -------------------------------------------------------------------------------- /lib/ruby_version.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/lib/ruby_version.rb -------------------------------------------------------------------------------- /lib/squeezer.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/lib/squeezer.rb -------------------------------------------------------------------------------- /patch/cont-elif.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/patch/cont-elif.diff -------------------------------------------------------------------------------- /patch/defines-nodbm.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/patch/defines-nodbm.diff -------------------------------------------------------------------------------- /patch/error-error.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/patch/error-error.diff -------------------------------------------------------------------------------- /patch/error-error2.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/patch/error-error2.diff -------------------------------------------------------------------------------- /patch/error-sysnerr.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/patch/error-sysnerr.diff -------------------------------------------------------------------------------- /patch/error-sysnerr2.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/patch/error-sysnerr2.diff -------------------------------------------------------------------------------- /patch/error-sysnerr3.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/patch/error-sysnerr3.diff -------------------------------------------------------------------------------- /patch/extmk-heredoc.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/patch/extmk-heredoc.diff -------------------------------------------------------------------------------- /patch/glibc-stdio.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/patch/glibc-stdio.diff -------------------------------------------------------------------------------- /patch/glibc-stdio2.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/patch/glibc-stdio2.diff -------------------------------------------------------------------------------- /patch/glibc-stdio3.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/patch/glibc-stdio3.diff -------------------------------------------------------------------------------- /patch/glibc-stdio4.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/patch/glibc-stdio4.diff -------------------------------------------------------------------------------- /patch/glob-alloca.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/patch/glob-alloca.diff -------------------------------------------------------------------------------- /patch/glob-alloca2.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/patch/glob-alloca2.diff -------------------------------------------------------------------------------- /patch/glob-voidalloca.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/patch/glob-voidalloca.diff -------------------------------------------------------------------------------- /patch/gnuglob-alloca.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/patch/gnuglob-alloca.diff -------------------------------------------------------------------------------- /patch/gnuglob-alloca2.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/patch/gnuglob-alloca2.diff -------------------------------------------------------------------------------- /patch/gnuglob-dirent.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/patch/gnuglob-dirent.diff -------------------------------------------------------------------------------- /patch/inline-vm_getivar.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/patch/inline-vm_getivar.diff -------------------------------------------------------------------------------- /patch/instruby-dll.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/patch/instruby-dll.diff -------------------------------------------------------------------------------- /patch/makefile-assoc.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/patch/makefile-assoc.diff -------------------------------------------------------------------------------- /patch/math-define-erange.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/patch/math-define-erange.diff -------------------------------------------------------------------------------- /patch/parse-semicolon.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/patch/parse-semicolon.diff -------------------------------------------------------------------------------- /patch/rb_type-definition.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/patch/rb_type-definition.diff -------------------------------------------------------------------------------- /patch/rbconfig-expand.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/patch/rbconfig-expand.diff -------------------------------------------------------------------------------- /patch/regex-re_match_2.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/patch/regex-re_match_2.diff -------------------------------------------------------------------------------- /patch/ruby-errno.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/patch/ruby-errno.diff -------------------------------------------------------------------------------- /patch/ruby-errno2.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/patch/ruby-errno2.diff -------------------------------------------------------------------------------- /patch/ruby-errno3.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/patch/ruby-errno3.diff -------------------------------------------------------------------------------- /patch/signal-unistd.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/patch/signal-unistd.diff -------------------------------------------------------------------------------- /patch/struct-va_end.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/patch/struct-va_end.diff -------------------------------------------------------------------------------- /patch/struct-va_end2.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/patch/struct-va_end2.diff -------------------------------------------------------------------------------- /patch/tcltklib-extconf.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/patch/tcltklib-extconf.diff -------------------------------------------------------------------------------- /patch/time-time.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/patch/time-time.diff -------------------------------------------------------------------------------- /patch/time-time2.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/patch/time-time2.diff -------------------------------------------------------------------------------- /patch/variable-break.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/patch/variable-break.diff -------------------------------------------------------------------------------- /test/test_squeezer.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/test/test_squeezer.rb -------------------------------------------------------------------------------- /versions/0.49.json: -------------------------------------------------------------------------------- 1 | "1.0/ruby-0.49.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/0.50.json: -------------------------------------------------------------------------------- 1 | "1.0/ruby-0.50.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/0.51.json: -------------------------------------------------------------------------------- 1 | "1.0/ruby-0.51.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/0.54.json: -------------------------------------------------------------------------------- 1 | "1.0/ruby-0.54.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/0.55.json: -------------------------------------------------------------------------------- 1 | "1.0/ruby-0.55.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/0.60.json: -------------------------------------------------------------------------------- 1 | "1.0/ruby-0.60.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/0.62.json: -------------------------------------------------------------------------------- 1 | "1.0/ruby-0.62.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/0.63.json: -------------------------------------------------------------------------------- 1 | "1.0/ruby-0.63.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/0.64.json: -------------------------------------------------------------------------------- 1 | "1.0/ruby-0.64.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/0.65.json: -------------------------------------------------------------------------------- 1 | "1.0/ruby-0.65.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/0.69.json: -------------------------------------------------------------------------------- 1 | "1.0/ruby-0.69.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/0.71.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/0.71.json -------------------------------------------------------------------------------- /versions/0.73-950413.json: -------------------------------------------------------------------------------- 1 | "1.0/ruby-0.73-950413.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/0.73.json: -------------------------------------------------------------------------------- 1 | "1.0/ruby-0.73.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/0.76.json: -------------------------------------------------------------------------------- 1 | "1.0/ruby-0.76.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/0.95.json: -------------------------------------------------------------------------------- 1 | "1.0/ruby-0.95.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/0.99.4-961224.json: -------------------------------------------------------------------------------- 1 | "1.0/ruby-0.99.4-961224.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.0-961225.json: -------------------------------------------------------------------------------- 1 | "1.0/ruby-1.0-961225.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.0-971002.json: -------------------------------------------------------------------------------- 1 | "1.0/ruby-1.0-971002.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.0-971003.json: -------------------------------------------------------------------------------- 1 | "1.0/ruby-1.0-971003.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.0-971015.json: -------------------------------------------------------------------------------- 1 | "1.0/ruby-1.0-971015.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.0-971021.json: -------------------------------------------------------------------------------- 1 | "1.0/ruby-1.0-971021.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.0-971118.json: -------------------------------------------------------------------------------- 1 | "1.0/ruby-1.0-971118.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.0-971125.json: -------------------------------------------------------------------------------- 1 | "1.0/ruby-1.0-971125.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.0-971204.json: -------------------------------------------------------------------------------- 1 | "1.0/ruby-1.0-971204.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.0-971209.json: -------------------------------------------------------------------------------- 1 | "1.0/ruby-1.0-971209.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.0-971225.json: -------------------------------------------------------------------------------- 1 | "1.0/ruby-1.0-971225.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.1a0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.1a0.json -------------------------------------------------------------------------------- /versions/1.1a1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.1a1.json -------------------------------------------------------------------------------- /versions/1.1a2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.1a2.json -------------------------------------------------------------------------------- /versions/1.1a3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.1a3.json -------------------------------------------------------------------------------- /versions/1.1a4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.1a4.json -------------------------------------------------------------------------------- /versions/1.1a5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.1a5.json -------------------------------------------------------------------------------- /versions/1.1a6.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.1a6.json -------------------------------------------------------------------------------- /versions/1.1a7.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.1a7.json -------------------------------------------------------------------------------- /versions/1.1a8.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.1a8.json -------------------------------------------------------------------------------- /versions/1.1a9.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.1a9.json -------------------------------------------------------------------------------- /versions/1.1b0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.1b0.json -------------------------------------------------------------------------------- /versions/1.1b1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.1b1.json -------------------------------------------------------------------------------- /versions/1.1b2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.1b2.json -------------------------------------------------------------------------------- /versions/1.1b3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.1b3.json -------------------------------------------------------------------------------- /versions/1.1b4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.1b4.json -------------------------------------------------------------------------------- /versions/1.1b5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.1b5.json -------------------------------------------------------------------------------- /versions/1.1b6.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.1b6.json -------------------------------------------------------------------------------- /versions/1.1b7.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.1b7.json -------------------------------------------------------------------------------- /versions/1.1b8.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.1b8.json -------------------------------------------------------------------------------- /versions/1.1b9.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.1b9.json -------------------------------------------------------------------------------- /versions/1.1b9_01.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.1b9_01.json -------------------------------------------------------------------------------- /versions/1.1b9_02.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.1b9_02.json -------------------------------------------------------------------------------- /versions/1.1b9_03.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.1b9_03.json -------------------------------------------------------------------------------- /versions/1.1b9_04.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.1b9_04.json -------------------------------------------------------------------------------- /versions/1.1b9_05.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.1b9_05.json -------------------------------------------------------------------------------- /versions/1.1b9_06.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.1b9_06.json -------------------------------------------------------------------------------- /versions/1.1b9_07.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.1b9_07.json -------------------------------------------------------------------------------- /versions/1.1b9_08.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.1b9_08.json -------------------------------------------------------------------------------- /versions/1.1b9_09.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.1b9_09.json -------------------------------------------------------------------------------- /versions/1.1b9_10.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.1b9_10.json -------------------------------------------------------------------------------- /versions/1.1b9_11.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.1b9_11.json -------------------------------------------------------------------------------- /versions/1.1b9_12.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.1b9_12.json -------------------------------------------------------------------------------- /versions/1.1b9_13.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.1b9_13.json -------------------------------------------------------------------------------- /versions/1.1b9_14.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.1b9_14.json -------------------------------------------------------------------------------- /versions/1.1b9_15.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.1b9_15.json -------------------------------------------------------------------------------- /versions/1.1b9_16.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.1b9_16.json -------------------------------------------------------------------------------- /versions/1.1b9_17.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.1b9_17.json -------------------------------------------------------------------------------- /versions/1.1b9_18.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.1b9_18.json -------------------------------------------------------------------------------- /versions/1.1b9_19.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.1b9_19.json -------------------------------------------------------------------------------- /versions/1.1b9_20.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.1b9_20.json -------------------------------------------------------------------------------- /versions/1.1b9_21.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.1b9_21.json -------------------------------------------------------------------------------- /versions/1.1b9_22.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.1b9_22.json -------------------------------------------------------------------------------- /versions/1.1b9_23.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.1b9_23.json -------------------------------------------------------------------------------- /versions/1.1b9_24.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.1b9_24.json -------------------------------------------------------------------------------- /versions/1.1b9_25.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.1b9_25.json -------------------------------------------------------------------------------- /versions/1.1b9_26.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.1b9_26.json -------------------------------------------------------------------------------- /versions/1.1b9_27.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.1b9_27.json -------------------------------------------------------------------------------- /versions/1.1b9_28.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.1b9_28.json -------------------------------------------------------------------------------- /versions/1.1b9_29.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.1b9_29.json -------------------------------------------------------------------------------- /versions/1.1b9_30.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.1b9_30.json -------------------------------------------------------------------------------- /versions/1.1b9_31.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.1b9_31.json -------------------------------------------------------------------------------- /versions/1.1b9_32.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.1b9_32.json -------------------------------------------------------------------------------- /versions/1.1c0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.1c0.json -------------------------------------------------------------------------------- /versions/1.1c1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.1c1.json -------------------------------------------------------------------------------- /versions/1.1c2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.1c2.json -------------------------------------------------------------------------------- /versions/1.1c3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.1c3.json -------------------------------------------------------------------------------- /versions/1.1c4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.1c4.json -------------------------------------------------------------------------------- /versions/1.1c5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.1c5.json -------------------------------------------------------------------------------- /versions/1.1c6.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.1c6.json -------------------------------------------------------------------------------- /versions/1.1c7.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.1c7.json -------------------------------------------------------------------------------- /versions/1.1c8.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.1c8.json -------------------------------------------------------------------------------- /versions/1.1c9.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.1c9.json -------------------------------------------------------------------------------- /versions/1.1d0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.1d0.json -------------------------------------------------------------------------------- /versions/1.1d1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.1d1.json -------------------------------------------------------------------------------- /versions/1.2.1.json: -------------------------------------------------------------------------------- 1 | "1.2/ruby-1.2.1.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.2.2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.2.2.json -------------------------------------------------------------------------------- /versions/1.2.3.json: -------------------------------------------------------------------------------- 1 | "1.2/ruby-1.2.3.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.2.4.json: -------------------------------------------------------------------------------- 1 | "1.2/ruby-1.2.4.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.2.5.json: -------------------------------------------------------------------------------- 1 | "1.2/ruby-1.2.5.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.2.6.json: -------------------------------------------------------------------------------- 1 | "1.2/ruby-1.2.6.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.2.json: -------------------------------------------------------------------------------- 1 | "1.2/ruby-1.2.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.3.1-990215.json: -------------------------------------------------------------------------------- 1 | "1.3/ruby-1.3.1-990215.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.3.1-990224.json: -------------------------------------------------------------------------------- 1 | "1.3/ruby-1.3.1-990224.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.3.1-990225.json: -------------------------------------------------------------------------------- 1 | "1.3/ruby-1.3.1-990225.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.3.1-990311.json: -------------------------------------------------------------------------------- 1 | "1.3/ruby-1.3.1-990311.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.3.1-990315.json: -------------------------------------------------------------------------------- 1 | "1.3/ruby-1.3.1-990315.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.3.1-990324.json: -------------------------------------------------------------------------------- 1 | "1.3/ruby-1.3.1-990324.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.3.2-990402.json: -------------------------------------------------------------------------------- 1 | "1.3/ruby-1.3.2-990402.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.3.2-990405.json: -------------------------------------------------------------------------------- 1 | "1.3/ruby-1.3.2-990405.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.3.2-990408.json: -------------------------------------------------------------------------------- 1 | "1.3/ruby-1.3.2-990408.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.3.2-990413.json: -------------------------------------------------------------------------------- 1 | "1.3/ruby-1.3.2-990413.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.3.3-990430.json: -------------------------------------------------------------------------------- 1 | "1.3/ruby-1.3.3-990430.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.3.3-990507.json: -------------------------------------------------------------------------------- 1 | "1.3/ruby-1.3.3-990507.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.3.3-990513.json: -------------------------------------------------------------------------------- 1 | "1.3/ruby-1.3.3-990513.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.3.3-990518.json: -------------------------------------------------------------------------------- 1 | "1.3/ruby-1.3.3-990518.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.3.4-990531.json: -------------------------------------------------------------------------------- 1 | "1.3/ruby-1.3.4-990531.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.3.4-990611.json: -------------------------------------------------------------------------------- 1 | "1.3/ruby-1.3.4-990611.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.3.4-990624.json: -------------------------------------------------------------------------------- 1 | "1.3/ruby-1.3.4-990624.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.3.4-990625.json: -------------------------------------------------------------------------------- 1 | "1.3/ruby-1.3.4-990625.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.3.5.json: -------------------------------------------------------------------------------- 1 | "1.3/ruby-1.3.5.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.3.6.json: -------------------------------------------------------------------------------- 1 | "1.3/ruby-1.3.6.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.3.7.json: -------------------------------------------------------------------------------- 1 | "1.3/ruby-1.3.7.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.3.json: -------------------------------------------------------------------------------- 1 | "1.3/ruby-1.3.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.4.0.json: -------------------------------------------------------------------------------- 1 | "1.4/ruby-1.4.0.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.4.1.json: -------------------------------------------------------------------------------- 1 | "1.4/ruby-1.4.1.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.4.2.json: -------------------------------------------------------------------------------- 1 | "1.4/ruby-1.4.2.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.4.3.json: -------------------------------------------------------------------------------- 1 | "1.4/ruby-1.4.3.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.4.4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.4.4.json -------------------------------------------------------------------------------- /versions/1.4.5.json: -------------------------------------------------------------------------------- 1 | "1.4/ruby-1.4.5.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.4.6.json: -------------------------------------------------------------------------------- 1 | "1.4/ruby-1.4.6.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.6.0.json: -------------------------------------------------------------------------------- 1 | "1.6/ruby-1.6.0.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.6.1.json: -------------------------------------------------------------------------------- 1 | "1.6/ruby-1.6.1.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.6.2.json: -------------------------------------------------------------------------------- 1 | "1.6/ruby-1.6.2.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.6.3.json: -------------------------------------------------------------------------------- 1 | "1.6/ruby-1.6.3.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.6.4.json: -------------------------------------------------------------------------------- 1 | "1.6/ruby-1.6.4.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.6.5.json: -------------------------------------------------------------------------------- 1 | "1.6/ruby-1.6.5.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.6.6.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.6.6.json -------------------------------------------------------------------------------- /versions/1.6.7.json: -------------------------------------------------------------------------------- 1 | "1.6/ruby-1.6.7.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.6.8.json: -------------------------------------------------------------------------------- 1 | "1.6/ruby-1.6.8.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.8.0.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.0.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.8.1.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.1.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.8.2-preview1.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.2-preview1.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.8.2-preview2.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.2-preview2.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.8.2-preview3.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.2-preview3.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.8.2-preview4.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.2-preview4.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.8.2.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.2.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.8.3-preview1.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.3-preview1.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.8.3-preview2.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.3-preview2.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.8.3-preview3.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.3-preview3.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.8.3.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.3.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.8.4-preview1.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.4-preview1.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.8.4-preview2.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.4-preview2.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.8.4-preview3.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.4-preview3.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.8.4.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.4.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.8.5-p11-repack.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.5-p11-repack.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.8.5-p11.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.5-p11.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.8.5-p113.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.5-p113.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.8.5-p114.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.5-p114.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.8.5-p115.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.5-p115.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.8.5-p12.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.5-p12.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.8.5-p2.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.5-p2.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.8.5-p231.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.5-p231.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.8.5-p35.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.5-p35.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.8.5-p52.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.5-p52.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.8.5-preview1.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.5-preview1.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.8.5-preview2.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.5-preview2.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.8.5-preview3.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.5-preview3.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.8.5-preview4.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.5-preview4.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.8.5-preview5.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.5-preview5.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.8.5.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.5.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.8.6-p110.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.6-p110.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.8.6-p111.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.6-p111.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.8.6-p114.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.6-p114.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.8.6-p230.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.6-p230.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.8.6-p286.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.6-p286.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.8.6-p287.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.6-p287.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.8.6-p36.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.6-p36.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.8.6-p368.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.6-p368.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.8.6-p369.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.6-p369.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.8.6-p383.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.6-p383.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.8.6-p388.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.6-p388.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.8.6-p398.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.6-p398.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.8.6-p399.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.6-p399.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.8.6-p420.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.6-p420.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.8.6-preview1.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.6-preview1.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.8.6-preview2.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.6-preview2.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.8.6-preview3.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.6-preview3.tar.gz" 2 | -------------------------------------------------------------------------------- /versions/1.8.6.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.6.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.8.7-p160.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.7-p160.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.8.7-p17.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.7-p17.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.8.7-p173.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.7-p173.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.8.7-p174.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.7-p174.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.8.7-p22.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.7-p22.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.8.7-p248.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.7-p248.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.8.7-p249.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.7-p249.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.8.7-p299.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.7-p299.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.8.7-p301.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.7-p301.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.8.7-p302.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.7-p302.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.8.7-p330.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.7-p330.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.8.7-p334.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.7-p334.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.8.7-p352.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.7-p352.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.8.7-p357.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.7-p357.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.8.7-p358.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.7-p358.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.8.7-p370.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.7-p370.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.8.7-p371.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.7-p371.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.8.7-p373.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.7-p373.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.8.7-p374.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.7-p374.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.8.7-p71.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.7-p71.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.8.7-p72.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.7-p72.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.8.7-preview1.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.7-preview1.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.8.7-preview2.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.7-preview2.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.8.7-preview3.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.7-preview3.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.8.7-preview4.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.7-preview4.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.8.7.json: -------------------------------------------------------------------------------- 1 | "1.8/ruby-1.8.7.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.9.0-0.json: -------------------------------------------------------------------------------- 1 | "1.9/ruby-1.9.0-0.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.9.0-1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/1.9.0-1.json -------------------------------------------------------------------------------- /versions/1.9.0-2.json: -------------------------------------------------------------------------------- 1 | "1.9/ruby-1.9.0-2.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.9.0-3.json: -------------------------------------------------------------------------------- 1 | "1.9/ruby-1.9.0-3.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.9.0-4.json: -------------------------------------------------------------------------------- 1 | "1.9/ruby-1.9.0-4.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.9.0-5.json: -------------------------------------------------------------------------------- 1 | "1.9/ruby-1.9.0-5.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.9.1-p0.json: -------------------------------------------------------------------------------- 1 | "1.9/ruby-1.9.1-p0.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.9.1-p129.json: -------------------------------------------------------------------------------- 1 | "1.9/ruby-1.9.1-p129.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.9.1-p243.json: -------------------------------------------------------------------------------- 1 | "1.9/ruby-1.9.1-p243.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.9.1-p376.json: -------------------------------------------------------------------------------- 1 | "1.9/ruby-1.9.1-p376.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.9.1-p378.json: -------------------------------------------------------------------------------- 1 | "1.9/ruby-1.9.1-p378.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.9.1-p429.json: -------------------------------------------------------------------------------- 1 | "1.9/ruby-1.9.1-p429.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.9.1-p430.json: -------------------------------------------------------------------------------- 1 | "1.9/ruby-1.9.1-p430.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.9.1-p431.json: -------------------------------------------------------------------------------- 1 | "1.9/ruby-1.9.1-p431.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.9.1-preview1.json: -------------------------------------------------------------------------------- 1 | "1.9/ruby-1.9.1-preview1.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.9.1-preview2.json: -------------------------------------------------------------------------------- 1 | "1.9/ruby-1.9.1-preview2.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.9.1-rc1.json: -------------------------------------------------------------------------------- 1 | "1.9/ruby-1.9.1-rc1.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.9.1-rc2.json: -------------------------------------------------------------------------------- 1 | "1.9/ruby-1.9.1-rc2.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.9.2-p0.json: -------------------------------------------------------------------------------- 1 | "1.9/ruby-1.9.2-p0.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.9.2-p136.json: -------------------------------------------------------------------------------- 1 | "1.9/ruby-1.9.2-p136.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.9.2-p180.json: -------------------------------------------------------------------------------- 1 | "1.9/ruby-1.9.2-p180.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.9.2-p290.json: -------------------------------------------------------------------------------- 1 | "1.9/ruby-1.9.2-p290.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.9.2-p318.json: -------------------------------------------------------------------------------- 1 | "1.9/ruby-1.9.2-p318.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.9.2-p320.json: -------------------------------------------------------------------------------- 1 | "1.9/ruby-1.9.2-p320.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.9.2-p330.json: -------------------------------------------------------------------------------- 1 | "1.9/ruby-1.9.2-p330.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.9.2-preview1.json: -------------------------------------------------------------------------------- 1 | "1.9/ruby-1.9.2-preview1.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.9.2-preview3.json: -------------------------------------------------------------------------------- 1 | "1.9/ruby-1.9.2-preview3.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.9.2-rc1.json: -------------------------------------------------------------------------------- 1 | "1.9/ruby-1.9.2-rc1.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.9.2-rc2.json: -------------------------------------------------------------------------------- 1 | "1.9/ruby-1.9.2-rc2.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.9.3-p0.json: -------------------------------------------------------------------------------- 1 | "1.9/ruby-1.9.3-p0.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.9.3-p105.json: -------------------------------------------------------------------------------- 1 | "1.9/ruby-1.9.3-p105.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.9.3-p125.json: -------------------------------------------------------------------------------- 1 | "1.9/ruby-1.9.3-p125.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.9.3-p194.json: -------------------------------------------------------------------------------- 1 | "1.9/ruby-1.9.3-p194.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.9.3-p286.json: -------------------------------------------------------------------------------- 1 | "1.9/ruby-1.9.3-p286.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.9.3-p327.json: -------------------------------------------------------------------------------- 1 | "1.9/ruby-1.9.3-p327.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.9.3-p362.json: -------------------------------------------------------------------------------- 1 | "1.9/ruby-1.9.3-p362.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.9.3-p374.json: -------------------------------------------------------------------------------- 1 | "1.9/ruby-1.9.3-p374.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.9.3-p385.json: -------------------------------------------------------------------------------- 1 | "1.9/ruby-1.9.3-p385.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.9.3-p392.json: -------------------------------------------------------------------------------- 1 | "1.9/ruby-1.9.3-p392.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.9.3-p426.json: -------------------------------------------------------------------------------- 1 | "1.9/ruby-1.9.3-p426.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.9.3-p429.json: -------------------------------------------------------------------------------- 1 | "1.9/ruby-1.9.3-p429.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.9.3-p448.json: -------------------------------------------------------------------------------- 1 | "1.9/ruby-1.9.3-p448.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.9.3-p484.json: -------------------------------------------------------------------------------- 1 | "1.9/ruby-1.9.3-p484.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.9.3-p545.json: -------------------------------------------------------------------------------- 1 | "1.9/ruby-1.9.3-p545.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.9.3-p547.json: -------------------------------------------------------------------------------- 1 | "1.9/ruby-1.9.3-p547.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.9.3-p550.json: -------------------------------------------------------------------------------- 1 | "1.9/ruby-1.9.3-p550.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/1.9.3-p551.json: -------------------------------------------------------------------------------- 1 | "1.9/ruby-1.9.3-p551.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/1.9.3-preview1.json: -------------------------------------------------------------------------------- 1 | "1.9/ruby-1.9.3-preview1.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/1.9.3-rc1.json: -------------------------------------------------------------------------------- 1 | "1.9/ruby-1.9.3-rc1.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/2.0.0-p0.json: -------------------------------------------------------------------------------- 1 | "2.0/ruby-2.0.0-p0.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/2.0.0-p195.json: -------------------------------------------------------------------------------- 1 | "2.0/ruby-2.0.0-p195.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/2.0.0-p247.json: -------------------------------------------------------------------------------- 1 | "2.0/ruby-2.0.0-p247.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/2.0.0-p353.json: -------------------------------------------------------------------------------- 1 | "2.0/ruby-2.0.0-p353.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/2.0.0-p451.json: -------------------------------------------------------------------------------- 1 | "2.0/ruby-2.0.0-p451.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/2.0.0-p481.json: -------------------------------------------------------------------------------- 1 | "2.0/ruby-2.0.0-p481.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/2.0.0-p576.json: -------------------------------------------------------------------------------- 1 | "2.0/ruby-2.0.0-p576.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.0.0-p594.json: -------------------------------------------------------------------------------- 1 | "2.0/ruby-2.0.0-p594.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.0.0-p598.json: -------------------------------------------------------------------------------- 1 | "2.0/ruby-2.0.0-p598.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.0.0-p643.json: -------------------------------------------------------------------------------- 1 | "2.0/ruby-2.0.0-p643.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.0.0-p645.json: -------------------------------------------------------------------------------- 1 | "2.0/ruby-2.0.0-p645.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.0.0-p647.json: -------------------------------------------------------------------------------- 1 | "2.0/ruby-2.0.0-p647.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.0.0-p648.json: -------------------------------------------------------------------------------- 1 | "2.0/ruby-2.0.0-p648.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.0.0-preview1.json: -------------------------------------------------------------------------------- 1 | "2.0/ruby-2.0.0-preview1.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/2.0.0-preview2.json: -------------------------------------------------------------------------------- 1 | "2.0/ruby-2.0.0-preview2.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/2.0.0-rc1.json: -------------------------------------------------------------------------------- 1 | "2.0/ruby-2.0.0-rc1.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/2.0.0-rc2.json: -------------------------------------------------------------------------------- 1 | "2.0/ruby-2.0.0-rc2.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/2.1.0-preview1.json: -------------------------------------------------------------------------------- 1 | "2.1/ruby-2.1.0-preview1.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/2.1.0-preview2.json: -------------------------------------------------------------------------------- 1 | "2.1/ruby-2.1.0-preview2.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/2.1.0-rc1.json: -------------------------------------------------------------------------------- 1 | "2.1/ruby-2.1.0-rc1.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/2.1.0.json: -------------------------------------------------------------------------------- 1 | "2.1/ruby-2.1.0.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/2.1.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/2.1.1.json -------------------------------------------------------------------------------- /versions/2.1.10.json: -------------------------------------------------------------------------------- 1 | "2.1/ruby-2.1.10.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.1.2.json: -------------------------------------------------------------------------------- 1 | "2.1/ruby-2.1.2.tar.bz2" 2 | -------------------------------------------------------------------------------- /versions/2.1.3.json: -------------------------------------------------------------------------------- 1 | "2.1/ruby-2.1.3.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.1.4.json: -------------------------------------------------------------------------------- 1 | "2.1/ruby-2.1.4.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.1.5.json: -------------------------------------------------------------------------------- 1 | "2.1/ruby-2.1.5.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.1.6.json: -------------------------------------------------------------------------------- 1 | "2.1/ruby-2.1.6.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.1.7.json: -------------------------------------------------------------------------------- 1 | "2.1/ruby-2.1.7.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.1.8.json: -------------------------------------------------------------------------------- 1 | "2.1/ruby-2.1.8.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.1.9.json: -------------------------------------------------------------------------------- 1 | "2.1/ruby-2.1.9.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.2.0-preview1.json: -------------------------------------------------------------------------------- 1 | "2.2/ruby-2.2.0-preview1.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.2.0-preview2.json: -------------------------------------------------------------------------------- 1 | "2.2/ruby-2.2.0-preview2.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.2.0-rc1.json: -------------------------------------------------------------------------------- 1 | "2.2/ruby-2.2.0-rc1.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.2.0.json: -------------------------------------------------------------------------------- 1 | "2.2/ruby-2.2.0.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.2.1.json: -------------------------------------------------------------------------------- 1 | "2.2/ruby-2.2.1.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.2.10.json: -------------------------------------------------------------------------------- 1 | "2.2/ruby-2.2.10.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.2.2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/2.2.2.json -------------------------------------------------------------------------------- /versions/2.2.3.json: -------------------------------------------------------------------------------- 1 | "2.2/ruby-2.2.3.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.2.4.json: -------------------------------------------------------------------------------- 1 | "2.2/ruby-2.2.4.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.2.5.json: -------------------------------------------------------------------------------- 1 | "2.2/ruby-2.2.5.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.2.6.json: -------------------------------------------------------------------------------- 1 | "2.2/ruby-2.2.6.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.2.7.json: -------------------------------------------------------------------------------- 1 | "2.2/ruby-2.2.7.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.2.8.json: -------------------------------------------------------------------------------- 1 | "2.2/ruby-2.2.8.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.2.9.json: -------------------------------------------------------------------------------- 1 | "2.2/ruby-2.2.9.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.3.0-preview1.json: -------------------------------------------------------------------------------- 1 | "2.3/ruby-2.3.0-preview1.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.3.0-preview2.json: -------------------------------------------------------------------------------- 1 | "2.3/ruby-2.3.0-preview2.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.3.0.json: -------------------------------------------------------------------------------- 1 | "2.3/ruby-2.3.0.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.3.1.json: -------------------------------------------------------------------------------- 1 | "2.3/ruby-2.3.1.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.3.2.json: -------------------------------------------------------------------------------- 1 | "2.3/ruby-2.3.2.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.3.3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/2.3.3.json -------------------------------------------------------------------------------- /versions/2.3.4.json: -------------------------------------------------------------------------------- 1 | "2.3/ruby-2.3.4.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.3.5.json: -------------------------------------------------------------------------------- 1 | "2.3/ruby-2.3.5.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.3.6.json: -------------------------------------------------------------------------------- 1 | "2.3/ruby-2.3.6.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.3.7.json: -------------------------------------------------------------------------------- 1 | "2.3/ruby-2.3.7.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.3.8.json: -------------------------------------------------------------------------------- 1 | "2.3/ruby-2.3.8.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.4.0-preview1.json: -------------------------------------------------------------------------------- 1 | "2.4/ruby-2.4.0-preview1.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.4.0-preview2.json: -------------------------------------------------------------------------------- 1 | "2.4/ruby-2.4.0-preview2.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.4.0-preview3.json: -------------------------------------------------------------------------------- 1 | "2.4/ruby-2.4.0-preview3.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.4.0-rc1.json: -------------------------------------------------------------------------------- 1 | "2.4/ruby-2.4.0-rc1.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.4.0.json: -------------------------------------------------------------------------------- 1 | "2.4/ruby-2.4.0.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.4.1.json: -------------------------------------------------------------------------------- 1 | "2.4/ruby-2.4.1.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.4.10.json: -------------------------------------------------------------------------------- 1 | "2.4/ruby-2.4.10.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.4.2.json: -------------------------------------------------------------------------------- 1 | "2.4/ruby-2.4.2.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.4.3.json: -------------------------------------------------------------------------------- 1 | "2.4/ruby-2.4.3.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.4.4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/2.4.4.json -------------------------------------------------------------------------------- /versions/2.4.5.json: -------------------------------------------------------------------------------- 1 | "2.4/ruby-2.4.5.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.4.6.json: -------------------------------------------------------------------------------- 1 | "2.4/ruby-2.4.6.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.4.7.json: -------------------------------------------------------------------------------- 1 | "2.4/ruby-2.4.7.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.4.8.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/2.4.8.json -------------------------------------------------------------------------------- /versions/2.4.9.json: -------------------------------------------------------------------------------- 1 | "2.4/ruby-2.4.9.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.5.0-preview1.json: -------------------------------------------------------------------------------- 1 | "2.5/ruby-2.5.0-preview1.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.5.0-rc1.json: -------------------------------------------------------------------------------- 1 | "2.5/ruby-2.5.0-rc1.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.5.0.json: -------------------------------------------------------------------------------- 1 | "2.5/ruby-2.5.0.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.5.1.json: -------------------------------------------------------------------------------- 1 | "2.5/ruby-2.5.1.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.5.2.json: -------------------------------------------------------------------------------- 1 | "2.5/ruby-2.5.2.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.5.3.json: -------------------------------------------------------------------------------- 1 | "2.5/ruby-2.5.3.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.5.4.json: -------------------------------------------------------------------------------- 1 | "2.5/ruby-2.5.4.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.5.5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/2.5.5.json -------------------------------------------------------------------------------- /versions/2.5.6.json: -------------------------------------------------------------------------------- 1 | "2.5/ruby-2.5.6.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.5.7.json: -------------------------------------------------------------------------------- 1 | "2.5/ruby-2.5.7.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.5.8.json: -------------------------------------------------------------------------------- 1 | "2.5/ruby-2.5.8.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.5.9.json: -------------------------------------------------------------------------------- 1 | "2.5/ruby-2.5.9.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.6.0-preview1.json: -------------------------------------------------------------------------------- 1 | "2.6/ruby-2.6.0-preview1.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.6.0-preview2.json: -------------------------------------------------------------------------------- 1 | "2.6/ruby-2.6.0-preview2.tar.xz" -------------------------------------------------------------------------------- /versions/2.6.0-preview3.json: -------------------------------------------------------------------------------- 1 | "2.6/ruby-2.6.0-preview3.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.6.0-rc1.json: -------------------------------------------------------------------------------- 1 | "2.6/ruby-2.6.0-rc1.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.6.0-rc2.json: -------------------------------------------------------------------------------- 1 | "2.6/ruby-2.6.0-rc2.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.6.0.json: -------------------------------------------------------------------------------- 1 | "2.6/ruby-2.6.0.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.6.1.json: -------------------------------------------------------------------------------- 1 | "2.6/ruby-2.6.1.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.6.10.json: -------------------------------------------------------------------------------- 1 | "2.6/ruby-2.6.10.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.6.2.json: -------------------------------------------------------------------------------- 1 | "2.6/ruby-2.6.2.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.6.3.json: -------------------------------------------------------------------------------- 1 | "2.6/ruby-2.6.3.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.6.4.json: -------------------------------------------------------------------------------- 1 | "2.6/ruby-2.6.4.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.6.5.json: -------------------------------------------------------------------------------- 1 | "2.6/ruby-2.6.5.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.6.6.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/2.6.6.json -------------------------------------------------------------------------------- /versions/2.6.7.json: -------------------------------------------------------------------------------- 1 | "2.6/ruby-2.6.7.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.6.8.json: -------------------------------------------------------------------------------- 1 | "2.6/ruby-2.6.8.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.6.9.json: -------------------------------------------------------------------------------- 1 | "2.6/ruby-2.6.9.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.7.0-preview1.json: -------------------------------------------------------------------------------- 1 | "2.7/ruby-2.7.0-preview1.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.7.0-preview2.json: -------------------------------------------------------------------------------- 1 | "2.7/ruby-2.7.0-preview2.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.7.0-preview3.json: -------------------------------------------------------------------------------- 1 | "2.7/ruby-2.7.0-preview3.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.7.0-rc1.json: -------------------------------------------------------------------------------- 1 | "2.7/ruby-2.7.0-rc1.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.7.0-rc2.json: -------------------------------------------------------------------------------- 1 | "2.7/ruby-2.7.0-rc2.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.7.0.json: -------------------------------------------------------------------------------- 1 | "2.7/ruby-2.7.0.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.7.1.json: -------------------------------------------------------------------------------- 1 | "2.7/ruby-2.7.1.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.7.2.json: -------------------------------------------------------------------------------- 1 | "2.7/ruby-2.7.2.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.7.3.json: -------------------------------------------------------------------------------- 1 | "2.7/ruby-2.7.3.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.7.4.json: -------------------------------------------------------------------------------- 1 | "2.7/ruby-2.7.4.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.7.5.json: -------------------------------------------------------------------------------- 1 | "2.7/ruby-2.7.5.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.7.6.json: -------------------------------------------------------------------------------- 1 | "2.7/ruby-2.7.6.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/2.7.7.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/2.7.7.json -------------------------------------------------------------------------------- /versions/2.7.8.json: -------------------------------------------------------------------------------- 1 | "2.7/ruby-2.7.8.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/3.0.0-preview1.json: -------------------------------------------------------------------------------- 1 | "3.0/ruby-3.0.0-preview1.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/3.0.0-preview2.json: -------------------------------------------------------------------------------- 1 | "3.0/ruby-3.0.0-preview2.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/3.0.0-rc1.json: -------------------------------------------------------------------------------- 1 | "3.0/ruby-3.0.0-rc1.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/3.0.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/3.0.0.json -------------------------------------------------------------------------------- /versions/3.0.1.json: -------------------------------------------------------------------------------- 1 | "3.0/ruby-3.0.1.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/3.0.2.json: -------------------------------------------------------------------------------- 1 | "3.0/ruby-3.0.2.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/3.0.3.json: -------------------------------------------------------------------------------- 1 | "3.0/ruby-3.0.3.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/3.0.4.json: -------------------------------------------------------------------------------- 1 | "3.0/ruby-3.0.4.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/3.0.5.json: -------------------------------------------------------------------------------- 1 | "3.0/ruby-3.0.5.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/3.0.6.json: -------------------------------------------------------------------------------- 1 | "3.0/ruby-3.0.6.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/3.0.7.json: -------------------------------------------------------------------------------- 1 | "3.0/ruby-3.0.7.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/3.1.0-preview1.json: -------------------------------------------------------------------------------- 1 | "3.1/ruby-3.1.0-preview1.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/3.1.0.json: -------------------------------------------------------------------------------- 1 | "3.1/ruby-3.1.0.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/3.1.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/3.1.1.json -------------------------------------------------------------------------------- /versions/3.1.2.json: -------------------------------------------------------------------------------- 1 | "3.1/ruby-3.1.2.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/3.1.3.json: -------------------------------------------------------------------------------- 1 | "3.1/ruby-3.1.3.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/3.1.4.json: -------------------------------------------------------------------------------- 1 | "3.1/ruby-3.1.4.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/3.1.5.json: -------------------------------------------------------------------------------- 1 | "3.1/ruby-3.1.5.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/3.1.6.json: -------------------------------------------------------------------------------- 1 | "3.1/ruby-3.1.6.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/3.1.7.json: -------------------------------------------------------------------------------- 1 | "3.1/ruby-3.1.7.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/3.2.0-preview1.json: -------------------------------------------------------------------------------- 1 | "3.2/ruby-3.2.0-preview1.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/3.2.0-preview2.json: -------------------------------------------------------------------------------- 1 | "3.2/ruby-3.2.0-preview2.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/3.2.0-preview3.json: -------------------------------------------------------------------------------- 1 | "3.2/ruby-3.2.0-preview3.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/3.2.0-rc1.json: -------------------------------------------------------------------------------- 1 | "3.2/ruby-3.2.0-rc1.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/3.2.0.json: -------------------------------------------------------------------------------- 1 | "3.2/ruby-3.2.0.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/3.2.1.json: -------------------------------------------------------------------------------- 1 | "3.2/ruby-3.2.1.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/3.2.2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/3.2.2.json -------------------------------------------------------------------------------- /versions/3.2.3.json: -------------------------------------------------------------------------------- 1 | "3.2/ruby-3.2.3.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/3.2.4.json: -------------------------------------------------------------------------------- 1 | "3.2/ruby-3.2.4.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/3.2.5.json: -------------------------------------------------------------------------------- 1 | "3.2/ruby-3.2.5.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/3.2.6.json: -------------------------------------------------------------------------------- 1 | "3.2/ruby-3.2.6.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/3.2.7.json: -------------------------------------------------------------------------------- 1 | "3.2/ruby-3.2.7.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/3.2.8.json: -------------------------------------------------------------------------------- 1 | "3.2/ruby-3.2.8.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/3.2.9.json: -------------------------------------------------------------------------------- 1 | "3.2/ruby-3.2.9.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/3.3.0-preview1.json: -------------------------------------------------------------------------------- 1 | "3.3/ruby-3.3.0-preview1.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/3.3.0-preview2.json: -------------------------------------------------------------------------------- 1 | "3.3/ruby-3.3.0-preview2.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/3.3.0-preview3.json: -------------------------------------------------------------------------------- 1 | "3.3/ruby-3.3.0-preview3.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/3.3.0-rc1.json: -------------------------------------------------------------------------------- 1 | "3.3/ruby-3.3.0-rc1.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/3.3.0.json: -------------------------------------------------------------------------------- 1 | "3.3/ruby-3.3.0.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/3.3.1.json: -------------------------------------------------------------------------------- 1 | "3.3/ruby-3.3.1.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/3.3.10.json: -------------------------------------------------------------------------------- 1 | "3.3/ruby-3.3.10.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/3.3.2.json: -------------------------------------------------------------------------------- 1 | "3.3/ruby-3.3.2.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/3.3.3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/3.3.3.json -------------------------------------------------------------------------------- /versions/3.3.4.json: -------------------------------------------------------------------------------- 1 | "3.3/ruby-3.3.4.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/3.3.5.json: -------------------------------------------------------------------------------- 1 | "3.3/ruby-3.3.5.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/3.3.6.json: -------------------------------------------------------------------------------- 1 | "3.3/ruby-3.3.6.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/3.3.7.json: -------------------------------------------------------------------------------- 1 | "3.3/ruby-3.3.7.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/3.3.8.json: -------------------------------------------------------------------------------- 1 | "3.3/ruby-3.3.8.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/3.3.9.json: -------------------------------------------------------------------------------- 1 | "3.3/ruby-3.3.9.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/3.4.0-preview1.json: -------------------------------------------------------------------------------- 1 | "3.4/ruby-3.4.0-preview1.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/3.4.0-preview2.json: -------------------------------------------------------------------------------- 1 | "3.4/ruby-3.4.0-preview2.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/3.4.0-rc1.json: -------------------------------------------------------------------------------- 1 | "3.4/ruby-3.4.0-rc1.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/3.4.0.json: -------------------------------------------------------------------------------- 1 | "3.4/ruby-3.4.0.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/3.4.1.json: -------------------------------------------------------------------------------- 1 | "3.4/ruby-3.4.1.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/3.4.2.json: -------------------------------------------------------------------------------- 1 | "3.4/ruby-3.4.2.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/3.4.3.json: -------------------------------------------------------------------------------- 1 | "3.4/ruby-3.4.3.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/3.4.4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruby/all-ruby/HEAD/versions/3.4.4.json -------------------------------------------------------------------------------- /versions/3.4.5.json: -------------------------------------------------------------------------------- 1 | "3.4/ruby-3.4.5.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/3.4.6.json: -------------------------------------------------------------------------------- 1 | "3.4/ruby-3.4.6.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/3.4.7.json: -------------------------------------------------------------------------------- 1 | "3.4/ruby-3.4.7.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/3.5.0-preview1.json: -------------------------------------------------------------------------------- 1 | "3.5/ruby-3.5.0-preview1.tar.xz" 2 | -------------------------------------------------------------------------------- /versions/4.0.0-preview2.json: -------------------------------------------------------------------------------- 1 | "4.0/ruby-4.0.0-preview2.tar.xz" 2 | --------------------------------------------------------------------------------