Skip to content

Commit 5cda202

Browse files
committed
[UPDATE] Updating writing.
1 parent 1edb24e commit 5cda202

File tree

3 files changed

+52
-33
lines changed

3 files changed

+52
-33
lines changed

Gemfile

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ gem "html-proofer"
2020
# gem "github-pages", group: :jekyll_plugins
2121

2222
# If you have any plugins, put them here!
23+
gem "execjs"
24+
gem "therubyracer"
25+
2326
group :jekyll_plugins do
2427
gem "jekyll-feed", "~> 0.6"
2528
gem "jekyll-minifier"

Gemfile.lock

+46-32
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,34 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (5.1.0)
4+
activesupport (5.1.4)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
66
i18n (~> 0.7)
77
minitest (~> 5.1)
88
tzinfo (~> 1.1)
9-
addressable (2.5.0)
10-
public_suffix (~> 2.0, >= 2.0.2)
9+
addressable (2.5.2)
10+
public_suffix (>= 2.0.2, < 4.0)
1111
colorator (1.1.0)
12-
colored (1.2)
12+
colorize (0.8.1)
1313
concurrent-ruby (1.0.5)
1414
cssminify2 (2.0.1)
15-
ethon (0.10.1)
15+
ethon (0.11.0)
1616
ffi (>= 1.3.0)
1717
execjs (2.7.0)
18-
ffi (1.9.14)
18+
ffi (1.9.18)
1919
forwardable-extended (2.6.0)
20-
html-proofer (3.6.0)
20+
html-proofer (3.7.5)
2121
activesupport (>= 4.2, < 6.0)
2222
addressable (~> 2.3)
23-
colored (~> 1.2)
23+
colorize (~> 0.8)
2424
mercenary (~> 0.3.2)
25-
nokogiri (~> 1.5)
25+
nokogiri (~> 1.7)
2626
parallel (~> 1.3)
2727
typhoeus (~> 0.7)
2828
yell (~> 2.0)
2929
htmlcompressor (0.3.1)
30-
i18n (0.8.1)
30+
i18n (0.9.1)
31+
concurrent-ruby (~> 1.0)
3132
jekyll (3.3.1)
3233
addressable (~> 2.4)
3334
colorator (~> 1.0)
@@ -39,48 +40,59 @@ GEM
3940
pathutil (~> 0.9)
4041
rouge (~> 1.7)
4142
safe_yaml (~> 1.0)
42-
jekyll-feed (0.8.0)
43+
jekyll-feed (0.9.2)
4344
jekyll (~> 3.3)
4445
jekyll-minifier (0.1.2)
4546
cssminify2 (~> 2.0)
4647
htmlcompressor (~> 0.3)
4748
jekyll (~> 3.0)
4849
uglifier (~> 2.7)
49-
jekyll-sass-converter (1.5.0)
50+
jekyll-sass-converter (1.5.1)
5051
sass (~> 3.4)
51-
jekyll-seo-tag (2.2.3)
52+
jekyll-seo-tag (2.3.0)
5253
jekyll (~> 3.3)
5354
jekyll-sitemap (1.1.1)
5455
jekyll (~> 3.3)
55-
jekyll-watch (1.5.0)
56-
listen (~> 3.0, < 3.1)
56+
jekyll-watch (1.5.1)
57+
listen (~> 3.0)
5758
json (2.1.0)
58-
kramdown (1.13.1)
59+
kramdown (1.16.2)
60+
libv8 (3.16.14.19)
5961
liquid (3.0.6)
60-
listen (3.0.8)
62+
listen (3.1.5)
6163
rb-fsevent (~> 0.9, >= 0.9.4)
6264
rb-inotify (~> 0.9, >= 0.9.7)
65+
ruby_dep (~> 1.2)
6366
mercenary (0.3.6)
64-
mini_portile2 (2.1.0)
65-
minima (2.1.0)
67+
mini_portile2 (2.3.0)
68+
minima (2.1.1)
6669
jekyll (~> 3.3)
67-
minitest (5.10.1)
68-
nokogiri (1.7.1)
69-
mini_portile2 (~> 2.1.0)
70-
parallel (1.11.2)
71-
pathutil (0.14.0)
70+
minitest (5.10.3)
71+
nokogiri (1.8.1)
72+
mini_portile2 (~> 2.3.0)
73+
parallel (1.12.0)
74+
pathutil (0.16.0)
7275
forwardable-extended (~> 2.6)
73-
public_suffix (2.0.4)
74-
rb-fsevent (0.9.8)
75-
rb-inotify (0.9.7)
76-
ffi (>= 0.5.0)
76+
public_suffix (3.0.1)
77+
rb-fsevent (0.10.2)
78+
rb-inotify (0.9.10)
79+
ffi (>= 0.5.0, < 2)
80+
ref (2.0.0)
7781
rouge (1.11.1)
82+
ruby_dep (1.5.0)
7883
safe_yaml (1.0.4)
79-
sass (3.4.23)
84+
sass (3.5.3)
85+
sass-listen (~> 4.0.0)
86+
sass-listen (4.0.0)
87+
rb-fsevent (~> 0.9, >= 0.9.4)
88+
rb-inotify (~> 0.9, >= 0.9.7)
89+
therubyracer (0.12.3)
90+
libv8 (~> 3.16.14.15)
91+
ref
8092
thread_safe (0.3.6)
8193
typhoeus (0.8.0)
8294
ethon (>= 0.8.0)
83-
tzinfo (1.2.3)
95+
tzinfo (1.2.4)
8496
thread_safe (~> 0.1)
8597
uglifier (2.7.2)
8698
execjs (>= 0.3.0)
@@ -91,16 +103,18 @@ PLATFORMS
91103
ruby
92104

93105
DEPENDENCIES
106+
execjs
94107
html-proofer
95108
jekyll (= 3.3.1)
96109
jekyll-feed (~> 0.6)
97110
jekyll-minifier
98111
jekyll-seo-tag
99112
jekyll-sitemap
100113
minima (~> 2.0)
114+
therubyracer
101115

102116
RUBY VERSION
103-
ruby 2.3.1p112
117+
ruby 2.2.8p477
104118

105119
BUNDLED WITH
106-
1.13.7
120+
1.16.0

_posts/2017-12-17-book-review-animal-farm.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ by Eric Arthur Blair whose pen name is George Orwell. He is well-known for his
1414
critical writing on politics. Through this novel, he has tried to highlight
1515
limitations of human behavior. The plot is about a group of animals who are
1616
governed by their owner. One night they inspired to free themselves from their
17-
owner so that they can take their own decisions. They rebel against him and
17+
owner so that they can get freedom of taking their own decisions.
18+
19+
They rebel against him and
1820
succeeded. One group self-proclaimed themselves as educated and takes the
1921
responsibility of taking important decisions. Every animal is happy because they
2022
are doing their hard work of growing food for themselves and not for others. In

0 commit comments

Comments
 (0)