Skip to content

Commit e5317e5

Browse files
committed
Update readme and gem to support windows
1 parent 6a3ad46 commit e5317e5

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

Gemfile.lock

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ GEM
4646
faraday (0.9.2)
4747
multipart-post (>= 1.2, < 3)
4848
ffi (1.9.10)
49+
ffi (1.9.10-x64-mingw32)
4950
geo_pattern (1.2.1)
5051
color (~> 1.5)
5152
globalid (0.3.6)
@@ -90,6 +91,8 @@ GEM
9091
multipart-post (2.0.0)
9192
nokogiri (1.6.7)
9293
mini_portile2 (~> 2.0.0.rc2)
94+
nokogiri (1.6.7-x64-mingw32)
95+
mini_portile2 (~> 2.0.0.rc2)
9396
octokit (4.3.0)
9497
sawyer (~> 0.7.0, >= 0.5.3)
9598
protobuf (3.6.7)
@@ -151,6 +154,7 @@ GEM
151154

152155
PLATFORMS
153156
ruby
157+
x64-mingw32
154158

155159
DEPENDENCIES
156160
jekyll-geo-pattern
@@ -160,4 +164,4 @@ DEPENDENCIES
160164
rough
161165

162166
BUNDLED WITH
163-
1.11.1
167+
1.12.4

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ Features in feature:
2020

2121
Before using it, you may need [Bower](http://bower.io/) and [Bundler](http://bundler.io/) on your local to install dependencies.
2222

23+
> When install dependencies by bundler, you could have problem about installing json. Check response of [Massimo Fazzolari on Stackoverflow](http://stackoverflow.com/questions/8100891/the-json-native-gem-requires-installed-build-tools) to quick fix your problem. (Please also use latest version instead of 1.9.3 mentioned in the response)
24+
2325
1. Fork code and clone
2426
2. Run `bower install` to install all dependencies in [bower.json](https://github.com/DONGChuan/DONGChuan.github.io/blob/master/bower.json)
2527
3. Run `bundle install` to install all dependencies in [Gemfile](https://github.com/DONGChuan/DONGChuan.github.io/blob/master/Gemfile)
@@ -28,7 +30,7 @@ Before using it, you may need [Bower](http://bower.io/) and [Bundler](http://bun
2830
6. Commit to your own Username.github.io repository.
2931
7. Then come back to star this theme!
3032

31-
> For the moment, you could only test it on your local with internet connection. Bug will be fixed soon.
33+
> For the moment, when you test on your local, you need to keep internet connection. Bug will be fixed soon.
3234
3335
## How to use
3436

0 commit comments

Comments
 (0)