Skip to content

Commit 5c279f0

Browse files
authored
Merge pull request #4 from ruby/master
Update repo
2 parents bcc3cff + de95bf3 commit 5c279f0

File tree

312 files changed

+2307
-381
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

312 files changed

+2307
-381
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pl/ @ruby/www-ruby-lang-org-i18n
2626

2727
pt/ @ruby/www-ruby-lang-org-i18n
2828

29-
ru/ @ruby/www-ruby-lang-org-i18n
29+
ru/ @ruby/www-ruby-lang-org-i18n-ru
3030

3131
tr/ @ruby/www-ruby-lang-org-i18n
3232

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: ruby
22
sudo: false
3-
rvm: 2.6.2
3+
rvm: 2.6.3
44
cache: bundler
55
env:
66
- TASK=ci

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source "https://rubygems.org"
2-
ruby ENV['CUSTOM_RUBY_VERSION'] || '~> 2.6.2'
2+
ruby ENV['CUSTOM_RUBY_VERSION'] || '~> 2.6.3'
33

44
gem 'rake'
55
gem 'jekyll', '~> 3.0'

Gemfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ GEM
3030
safe_yaml (~> 1.0)
3131
jekyll-sass-converter (1.5.2)
3232
sass (~> 3.4)
33-
jekyll-watch (2.1.2)
33+
jekyll-watch (2.2.1)
3434
listen (~> 3.0)
3535
json (2.2.0)
3636
kgio (2.11.2)
@@ -46,13 +46,13 @@ GEM
4646
mercenary (0.3.6)
4747
mini_portile2 (2.4.0)
4848
minitest (5.11.3)
49-
nokogiri (1.10.1)
49+
nokogiri (1.10.3)
5050
mini_portile2 (~> 2.4.0)
5151
paint (2.1.0)
5252
pathutil (0.16.2)
5353
forwardable-extended (~> 2.6)
5454
public_suffix (3.0.3)
55-
rack (2.0.6)
55+
rack (2.0.7)
5656
rack-protection (2.0.5)
5757
rack
5858
rack-rewrite (1.5.1)
@@ -66,28 +66,28 @@ GEM
6666
rouge (1.11.1)
6767
ruby_dep (1.5.0)
6868
safe_yaml (1.0.5)
69-
sass (3.7.3)
69+
sass (3.7.4)
7070
sass-listen (~> 4.0.0)
7171
sass-listen (4.0.0)
7272
rb-fsevent (~> 0.9, >= 0.9.4)
7373
rb-inotify (~> 0.9, >= 0.9.7)
7474
slop (4.6.2)
7575
spidr (0.6.0)
7676
nokogiri (~> 1.3)
77-
sq_mini_racer (0.2.4.sqreen2)
78-
sqreen (1.16.2)
77+
sq_mini_racer (0.2.4.sqreen3)
78+
sqreen (1.17.0)
7979
sq_mini_racer (~> 0.2.4.sqreen2)
80-
tidy_ffi (0.1.6)
80+
tidy_ffi (1.0.0)
8181
ffi (~> 1.2)
8282
unicorn (5.5.0)
8383
kgio (~> 2.6)
8484
raindrops (~> 0.7)
85-
validate-website (1.9.2)
85+
validate-website (1.9.3)
8686
crass (~> 1)
8787
paint (~> 2)
8888
slop (~> 4.6)
8989
spidr (~> 0.6)
90-
tidy_ffi (~> 0.1)
90+
tidy_ffi (~> 1.0)
9191
w3c_validators (~> 1.3)
9292
w3c_validators (1.3.4)
9393
json (>= 1.8)
@@ -111,7 +111,7 @@ DEPENDENCIES
111111
validate-website (~> 1.6)
112112

113113
RUBY VERSION
114-
ruby 2.6.2p48
114+
ruby 2.6.3p62
115115

116116
BUNDLED WITH
117117
2.0.1

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1315,7 +1315,7 @@ locales:
13151315
get_started:
13161316
text: <strong>Начните сейчас</strong>, это легко!
13171317
try_ruby:
1318-
text: Попробуйте Ruby! (в Вашем браузере)
1318+
text: Попробуйте Ruby! (в своем браузере)
13191319
<<: *try_ruby
13201320
quickstart:
13211321
text: Ruby за двадцать минут

_data/branches.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
eol_date:
2020

2121
- name: 2.4
22-
status: normal maintenance
22+
status: security maintenance
2323
date: 2016-12-25
24-
eol_date:
24+
eol_date: 2020-03-31
2525

2626
- name: 2.3
27-
status: security maintenance
27+
status: eol
2828
date: 2015-12-25
29-
eol_date: scheduled for 2019-03-31
29+
eol_date: 2019-03-31
3030

3131
- name: 2.2
3232
status: eol

_data/downloads.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,18 @@ preview:
77

88
stable:
99

10-
- 2.6.2
10+
- 2.6.3
1111
- 2.5.5
12-
- 2.4.5
1312

1413
# optional
1514
security_maintenance:
1615

17-
- 2.3.8
16+
- 2.4.6
1817

1918
# optional
2019
eol:
2120

22-
- 2.2.10
21+
- 2.3.8
2322

2423
stable_snapshot:
2524

_data/releases.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,20 @@
2121

2222
# 2.6 series
2323

24+
- version: 2.6.3
25+
date: 2019-04-17
26+
post: /en/news/2019/04/17/ruby-2-6-3-released/
27+
url:
28+
gz: https://cache.ruby-lang.org/pub/ruby/2.6/ruby-2.6.3.tar.gz
29+
zip: https://cache.ruby-lang.org/pub/ruby/2.6/ruby-2.6.3.zip
30+
bz2: https://cache.ruby-lang.org/pub/ruby/2.6/ruby-2.6.3.tar.bz2
31+
xz: https://cache.ruby-lang.org/pub/ruby/2.6/ruby-2.6.3.tar.xz
32+
sha256:
33+
gz: 577fd3795f22b8d91c1d4e6733637b0394d4082db659fccf224c774a2b1c82fb
34+
zip: 5ef6b8e5b5f242d41e4b3d9ab21a40d3f494dfca42b00b25ab8fd3122325fe2d
35+
bz2: dd638bf42059182c1d04af0d5577131d4ce70b79105231c4cc0a60de77b14f2e
36+
xz: 11a83f85c03d3f0fc9b8a9b6cad1b2674f26c5aaa43ba858d4b0fcc2b54171e1
37+
2438
- version: 2.6.2
2539
date: 2019-03-13
2640
post: /en/news/2019/03/13/ruby-2-6-2-released/
@@ -249,6 +263,20 @@
249263

250264
# 2.4 series
251265

266+
- version: 2.4.6
267+
date: 2019-04-01
268+
post: /en/news/2019/04/01/ruby-2-4-6-released/
269+
url:
270+
bz2: https://cache.ruby-lang.org/pub/ruby/2.4/ruby-2.4.6.tar.bz2
271+
gz: https://cache.ruby-lang.org/pub/ruby/2.4/ruby-2.4.6.tar.gz
272+
xz: https://cache.ruby-lang.org/pub/ruby/2.4/ruby-2.4.6.tar.xz
273+
zip: https://cache.ruby-lang.org/pub/ruby/2.4/ruby-2.4.6.zip
274+
sha256:
275+
bz2: 909f360debed1f22fdcfc9f5335c6eaa0713198db4a6c13bab426f8b89b28b02
276+
gz: de0dc8097023716099f7c8a6ffc751511b90de7f5694f401b59f2d071db910be
277+
xz: 25da31b9815bfa9bba9f9b793c055a40a35c43c6adfb1fdbd81a09099f9b529c
278+
zip: c5de9f11d4b7608d57139b96f7bc94899bb2fc9dee2e192c8951f6647a9d60f7
279+
252280
- version: 2.4.5
253281
date: 2018-10-17
254282
post: /en/news/2018/10/17/ruby-2-4-5-released/

bg/community/mailing-lists/manual-instructions/index.md

Lines changed: 0 additions & 1 deletion

bg/documentation/quickstart/2/index.md

Lines changed: 0 additions & 1 deletion

bg/documentation/quickstart/3/index.md

Lines changed: 0 additions & 1 deletion

bg/documentation/ruby-from-other-languages/to-ruby-from-c-and-cpp/index.md

Lines changed: 0 additions & 1 deletion

bg/documentation/ruby-from-other-languages/to-ruby-from-java/index.md

Lines changed: 2 additions & 2 deletions

bg/documentation/ruby-from-other-languages/to-ruby-from-php/index.md

Lines changed: 0 additions & 1 deletion

bg/documentation/ruby-from-other-languages/to-ruby-from-python/index.md

Lines changed: 0 additions & 1 deletion

bg/news/_posts/2015-12-25-ruby-2-3-0-released.md

Lines changed: 0 additions & 1 deletion

de/community/mailing-lists/manual-instructions/index.md

Lines changed: 0 additions & 1 deletion

de/documentation/quickstart/2/index.md

Lines changed: 0 additions & 1 deletion

de/documentation/quickstart/3/index.md

Lines changed: 0 additions & 1 deletion

de/documentation/quickstart/index.md

Lines changed: 0 additions & 1 deletion

de/documentation/ruby-from-other-languages/to-ruby-from-c-and-cpp/index.md

Lines changed: 0 additions & 1 deletion

de/documentation/ruby-from-other-languages/to-ruby-from-java/index.md

Lines changed: 2 additions & 2 deletions

de/documentation/ruby-from-other-languages/to-ruby-from-php/index.md

Lines changed: 0 additions & 1 deletion

de/news/_posts/2002-02-01-report-security-issues.md

Lines changed: 0 additions & 1 deletion

de/news/_posts/2003-11-23-ruby-standard-library-documentation.md

Lines changed: 0 additions & 1 deletion

de/news/_posts/2004-02-15-ruby-talk-mailing-posting-policy-change.md

Lines changed: 0 additions & 1 deletion

de/news/_posts/2004-05-29-heliumruby-langorg-was-cracked.md

Lines changed: 0 additions & 1 deletion

de/news/_posts/2004-06-01-notice-on-ruby-langorg-mailing-list-service-restart.md

Lines changed: 0 additions & 1 deletion

de/news/_posts/2004-06-15-wwwftp-service-restart.md

Lines changed: 0 additions & 1 deletion

de/news/_posts/2004-06-22-cvs-service-wurde-wieder-gestartet.md

Lines changed: 0 additions & 1 deletion

de/news/_posts/2004-06-29-modules-added-to-the-anonymous-cvs-repository.md

Lines changed: 0 additions & 1 deletion

de/news/_posts/2004-07-05-added-libsoap4rlibcsvmodruby-old-to-anonymous-cvs.md

Lines changed: 0 additions & 1 deletion

de/news/_posts/2004-07-22-incident-analysis-of-the-intrusion-on-heliumruby-langorg.md

Lines changed: 0 additions & 1 deletion

de/news/_posts/2004-09-29-rsync-service-restart.md

Lines changed: 0 additions & 1 deletion

de/news/_posts/2005-04-14-server-maintenance.md

Lines changed: 0 additions & 1 deletion

de/news/_posts/2005-04-27-cvs-service-luft-wieder.md

Lines changed: 0 additions & 1 deletion

de/news/_posts/2005-06-22-upgrade-to-debian-gnulinux-31.md

Lines changed: 0 additions & 1 deletion

de/news/_posts/2005-07-02-securityruby-langorg.md

Lines changed: 0 additions & 1 deletion

de/news/_posts/2006-08-30-server-maintenance-20060830.md

Lines changed: 0 additions & 1 deletion

de/news/_posts/2007-03-07-cvs-repository-wird-abgeschaltet.md

Lines changed: 0 additions & 1 deletion

de/news/_posts/2011-10-11-plne-fr-1-8-7.md

Lines changed: 0 additions & 1 deletion

de/news/_posts/2012-05-31-wartungsarbeiten-am-ruby-lang-org-server.md

Lines changed: 0 additions & 1 deletion

de/news/_posts/2013-02-23-denial-of-service-cve-2013-0269.md

Lines changed: 0 additions & 1 deletion

de/news/_posts/2013-02-23-rexml-bombe.md

Lines changed: 0 additions & 1 deletion

de/news/_posts/2015-12-25-ruby-2-3-0-released.md

Lines changed: 0 additions & 1 deletion

de/news/_posts/2018-03-28-ruby-2-4-4-released.md

Lines changed: 1 addition & 1 deletion

de/news/_posts/2018-03-28-ruby-2-5-1-released.md

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)