Skip to content

Commit 571bb7a

Browse files
committed
[UPDATE] Updating writing.
1 parent a61b4f4 commit 571bb7a

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

Diff for: 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"

Diff for: Gemfile.lock

+2
Original file line numberDiff line numberDiff line change
@@ -104,13 +104,15 @@ PLATFORMS
104104
ruby
105105

106106
DEPENDENCIES
107+
execjs
107108
html-proofer
108109
jekyll
109110
jekyll-feed (~> 0.6)
110111
jekyll-minifier
111112
jekyll-seo-tag
112113
jekyll-sitemap
113114
minima (~> 2.0)
115+
therubyracer
114116

115117
RUBY VERSION
116118
ruby 2.3.7p456

Diff for: _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)