Skip to content

Commit d940527

Browse files
authored
Merge pull request #1 from ruby/master
update repo
2 parents 5c8f2a5 + ecbdd1a commit d940527

File tree

1,238 files changed

+26012
-2324
lines changed

Some content is hidden

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

1,238 files changed

+26012
-2324
lines changed

.github/CODEOWNERS

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Order alphabetically.
2+
# Order is important. The last matching pattern takes the most precedence.
3+
4+
# Default owners for everything in the repo.
5+
* @ruby/www-ruby-lang-org-editorial
6+
7+
bg/ @ruby/www-ruby-lang-org-i18n
8+
9+
de/ @ruby/www-ruby-lang-org-i18n-de
10+
11+
en/ @ruby/www-ruby-lang-org-editorial
12+
13+
es/ @ruby/www-ruby-lang-org-i18n-es
14+
15+
fr/ @ruby/www-ruby-lang-org-i18n-fr
16+
17+
id/ @ruby/www-ruby-lang-org-i18n-id
18+
19+
it/ @ruby/www-ruby-lang-org-i18n-it
20+
21+
ja/ @ruby/www-ruby-lang-org-i18n-ja
22+
23+
ko/ @ruby/www-ruby-lang-org-i18n-ko
24+
25+
pl/ @ruby/www-ruby-lang-org-i18n
26+
27+
pt/ @ruby/www-ruby-lang-org-i18n
28+
29+
ru/ @ruby/www-ruby-lang-org-i18n
30+
31+
tr/ @ruby/www-ruby-lang-org-i18n
32+
33+
vi/ @ruby/www-ruby-lang-org-i18n
34+
35+
zh_cn/ @ruby/www-ruby-lang-org-i18n-zh_cn
36+
37+
zh_tw/ @ruby/www-ruby-lang-org-i18n-zh_tw

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
language: ruby
22
sudo: false
3-
rvm: 2.4.0
3+
rvm: 2.5.1
44
cache:
55
bundler: true
6+
script: bundle exec rake ci
67
# Notifications, used by our Gitter channel.
78
notifications:
89
webhooks:

Gemfile

Lines changed: 5 additions & 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.4.0'
2+
ruby ENV['CUSTOM_RUBY_VERSION'] || '~> 2.5.1'
33

44
gem 'rake'
55
gem 'jekyll', '~> 3.0'
@@ -11,6 +11,10 @@ gem 'rack-rewrite'
1111
gem 'rack-ssl'
1212
gem 'rack-protection'
1313

14+
group :production do
15+
gem "sqreen"
16+
end
17+
1418
group :development do
1519
gem 'spidr', '~> 0.6'
1620
gem 'validate-website', '~> 1.6'

Gemfile.lock

Lines changed: 62 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,71 +1,96 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.5.0)
5-
public_suffix (~> 2.0, >= 2.0.2)
4+
addressable (2.5.2)
5+
public_suffix (>= 2.0.2, < 4.0)
66
colorator (1.1.0)
7-
crass (1.0.2)
8-
ffi (1.9.18)
7+
concurrent-ruby (1.1.3)
8+
crass (1.0.4)
9+
em-websocket (0.5.1)
10+
eventmachine (>= 0.12.9)
11+
http_parser.rb (~> 0.6.0)
12+
eventmachine (1.2.7)
13+
ffi (1.9.25)
914
forwardable-extended (2.6.0)
10-
jekyll (3.4.1)
15+
http_parser.rb (0.6.0)
16+
i18n (0.9.5)
17+
concurrent-ruby (~> 1.0)
18+
jekyll (3.8.5)
1119
addressable (~> 2.4)
1220
colorator (~> 1.0)
21+
em-websocket (~> 0.5)
22+
i18n (~> 0.7)
1323
jekyll-sass-converter (~> 1.0)
14-
jekyll-watch (~> 1.1)
15-
kramdown (~> 1.3)
16-
liquid (~> 3.0)
24+
jekyll-watch (~> 2.0)
25+
kramdown (~> 1.14)
26+
liquid (~> 4.0)
1727
mercenary (~> 0.3.3)
1828
pathutil (~> 0.9)
19-
rouge (~> 1.7)
29+
rouge (>= 1.7, < 4)
2030
safe_yaml (~> 1.0)
21-
jekyll-sass-converter (1.5.0)
31+
jekyll-sass-converter (1.5.2)
2232
sass (~> 3.4)
23-
jekyll-watch (1.5.0)
24-
listen (~> 3.0, < 3.1)
25-
kgio (2.11.0)
26-
kramdown (1.13.2)
33+
jekyll-watch (2.1.2)
34+
listen (~> 3.0)
35+
json (2.1.0)
36+
kgio (2.11.2)
37+
kramdown (1.17.0)
2738
lanyon (0.4.0)
2839
jekyll (>= 2.0, < 4.0)
2940
rack (>= 1.6, < 3.0)
30-
liquid (3.0.6)
31-
listen (3.0.8)
41+
liquid (4.0.1)
42+
listen (3.1.5)
3243
rb-fsevent (~> 0.9, >= 0.9.4)
3344
rb-inotify (~> 0.9, >= 0.9.7)
45+
ruby_dep (~> 1.2)
3446
mercenary (0.3.6)
35-
mini_portile2 (2.1.0)
36-
multipart_body (0.2.1)
37-
nokogiri (1.7.0.1)
38-
mini_portile2 (~> 2.1.0)
47+
mini_portile2 (2.3.0)
48+
nokogiri (1.8.5)
49+
mini_portile2 (~> 2.3.0)
3950
paint (1.0.1)
40-
pathutil (0.14.0)
51+
pathutil (0.16.2)
4152
forwardable-extended (~> 2.6)
42-
public_suffix (2.0.5)
43-
rack (2.0.1)
44-
rack-protection (1.5.3)
53+
public_suffix (3.0.3)
54+
rack (2.0.6)
55+
rack-protection (2.0.4)
4556
rack
4657
rack-rewrite (1.5.1)
4758
rack-ssl (1.4.1)
4859
rack
49-
raindrops (0.17.0)
50-
rake (12.0.0)
51-
rb-fsevent (0.9.8)
52-
rb-inotify (0.9.8)
53-
ffi (>= 0.5.0)
60+
raindrops (0.19.0)
61+
rake (12.3.1)
62+
rb-fsevent (0.10.3)
63+
rb-inotify (0.9.10)
64+
ffi (>= 0.5.0, < 2)
5465
rouge (1.11.1)
66+
ruby_dep (1.5.0)
5567
safe_yaml (1.0.4)
56-
sass (3.4.23)
57-
slop (4.4.1)
68+
sass (3.7.1)
69+
sass-listen (~> 4.0.0)
70+
sass-listen (4.0.0)
71+
rb-fsevent (~> 0.9, >= 0.9.4)
72+
rb-inotify (~> 0.9, >= 0.9.7)
73+
slop (4.6.2)
5874
spidr (0.6.0)
5975
nokogiri (~> 1.3)
60-
unicorn (5.2.0)
76+
sq_mini_racer (0.2.3.sqreen4)
77+
sqreen (1.15.3)
78+
sq_mini_racer (~> 0.2.2.sqreen1)
79+
tidy_ffi (0.1.6)
80+
ffi (~> 1.2)
81+
unicorn (5.4.1)
6182
kgio (~> 2.6)
6283
raindrops (~> 0.7)
63-
validate-website (1.6.0)
84+
validate-website (1.8.1)
6485
crass (~> 1)
65-
multipart_body (~> 0.2)
6686
paint (~> 1)
6787
slop (~> 4.2)
6888
spidr (~> 0.6)
89+
tidy_ffi (~> 0.1)
90+
w3c_validators (~> 1.3)
91+
w3c_validators (1.3.4)
92+
json (>= 1.8)
93+
nokogiri (~> 1.6)
6994

7095
PLATFORMS
7196
ruby
@@ -79,11 +104,12 @@ DEPENDENCIES
79104
rake
80105
rouge (~> 1.10)
81106
spidr (~> 0.6)
107+
sqreen
82108
unicorn
83109
validate-website (~> 1.6)
84110

85111
RUBY VERSION
86-
ruby 2.4.0p0
112+
ruby 2.5.1p57
87113

88114
BUNDLED WITH
89-
1.14.6
115+
1.17.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Then clone the repository and install the dependencies:
3131
``` sh
3232
git clone https://github.com/ruby/www.ruby-lang.org.git
3333
cd www.ruby-lang.org/
34-
bundle install
34+
bundle install --without production
3535
```
3636

3737
## Make Changes

0 commit comments

Comments
 (0)