Skip to content

Commit 8c3e531

Browse files
committed
Merge branch 'master' into en
2 parents 590afcb + 1aac1c4 commit 8c3e531

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

_config.yml

+46
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,49 @@ server: true
33
markdown: kramdown
44
permalink: date
55
pygments: true
6+
7+
downloads:
8+
source:
9+
- name: Ruby 1.9.2-p290
10+
url: http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.2-p290.tar.gz
11+
md5: 604da71839a6ae02b5b5b5e1b792d5eb
12+
comment: Stable Version (_recommended_)
13+
- name: Ruby 1.9.3 preview1
14+
url: http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-preview1.tar.gz
15+
md5: 0f0220be4cc7c51a82c1bd8f6a0969f3
16+
- name: Stable Snapshot
17+
url: http://ftp.ruby-lang.org/pub/ruby/ruby-1.9-stable.tar.gz
18+
comment: |
19+
This is tar’ed and gzip’ed file of the latest stable SVN.
20+
It should be better than the last stable release.
21+
- name: Nightly Snapshot
22+
url: http://ftp.ruby-lang.org/pub/ruby/snapshot.tar.gz
23+
comment: |
24+
This is tar’ed and gzip’ed file of the latest SVN.
25+
It may contain unfixed problems.
26+
27+
windows:
28+
- name: Ruby 1.8.6-p398 RubyInstaller
29+
url: http://rubyforge.org/frs/download.php/71066/rubyinstaller-1.8.6-p398.exe
30+
md5: 233d6b3ddc4c61436b075b51254cd138
31+
comment: Stable version
32+
- name: Ruby 1.8.7-p334 RubyInstaller
33+
url: http://rubyforge.org/frs/download.php/74293/rubyinstaller-1.8.7-p334.exe
34+
md5: 64e30e63e16028282fcfe3ec57b561dc
35+
comment: Stable version (_recommended_)
36+
- name: Ruby 1.9.1-p430 RubyInstaller
37+
url: http://rubyforge.org/frs/download.php/72075/rubyinstaller-1.9.1-p430.exe
38+
md5: 86ac589a955898c3163b161d81750a05
39+
comment: Stable version
40+
- name: Ruby 1.9.2-p180 RubyInstaller
41+
url: http://rubyforge.org/frs/download.php/74298/rubyinstaller-1.9.2-p180.exe
42+
md5: 2c94aef50987416d64c85a4ea0fa428b
43+
comment: Stable version (_recommended_)
44+
- name: Ruby 1.8.7-p249 Binary
45+
url: http://ftp.ruby-lang.org/pub/ruby/binaries/mswin32/ruby-1.8.7-p249-i386-mswin32.zip
46+
md5: 4fd37b0b4b21a042cae7f5f0a8daad16
47+
comment: Stable version
48+
- name: Ruby 1.9.1-p378 Binary
49+
url: http://ftp.ruby-lang.org/pub/ruby/binaries/mswin32/ruby-1.9.1-p378-i386-mswin32.zip
50+
md5: 7d14a918cc8d243d3e2c409aff41f454
51+
comment: Stable version

0 commit comments

Comments
 (0)