Skip to content

Commit 8d16b8d

Browse files
committed
Updating screenshot of GitHub importer thanks to @jules32
1 parent a353268 commit 8d16b8d

File tree

2 files changed

+140
-0
lines changed

2 files changed

+140
-0
lines changed

Gemfile.lock

Lines changed: 140 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,140 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
RedCloth (4.2.9)
5+
activesupport (4.2.5)
6+
i18n (~> 0.7)
7+
json (~> 1.7, >= 1.7.7)
8+
minitest (~> 5.1)
9+
thread_safe (~> 0.3, >= 0.3.4)
10+
tzinfo (~> 1.1)
11+
addressable (2.3.8)
12+
blankslate (2.1.2.4)
13+
classifier-reborn (2.0.4)
14+
fast-stemmer (~> 1.0)
15+
coffee-script (2.4.1)
16+
coffee-script-source
17+
execjs
18+
coffee-script-source (1.10.0)
19+
colorator (0.1)
20+
ethon (0.8.0)
21+
ffi (>= 1.3.0)
22+
execjs (2.6.0)
23+
faraday (0.9.2)
24+
multipart-post (>= 1.2, < 3)
25+
fast-stemmer (1.0.2)
26+
ffi (1.9.10)
27+
gemoji (2.1.0)
28+
github-pages (40)
29+
RedCloth (= 4.2.9)
30+
github-pages-health-check (= 0.5.3)
31+
jekyll (= 2.4.0)
32+
jekyll-coffeescript (= 1.0.1)
33+
jekyll-feed (= 0.3.1)
34+
jekyll-gist (= 1.4.0)
35+
jekyll-mentions (= 0.2.1)
36+
jekyll-paginate (= 1.1.0)
37+
jekyll-redirect-from (= 0.8.0)
38+
jekyll-sass-converter (= 1.3.0)
39+
jekyll-sitemap (= 0.9.0)
40+
jemoji (= 0.5.0)
41+
kramdown (= 1.9.0)
42+
liquid (= 2.6.2)
43+
maruku (= 0.7.0)
44+
mercenary (~> 0.3)
45+
pygments.rb (= 0.6.3)
46+
rdiscount (= 2.1.8)
47+
redcarpet (= 3.3.3)
48+
terminal-table (~> 1.4)
49+
github-pages-health-check (0.5.3)
50+
addressable (~> 2.3)
51+
net-dns (~> 0.8)
52+
public_suffix (~> 1.4)
53+
typhoeus (~> 0.7)
54+
html-pipeline (1.9.0)
55+
activesupport (>= 2)
56+
nokogiri (~> 1.4)
57+
i18n (0.7.0)
58+
jekyll (2.4.0)
59+
classifier-reborn (~> 2.0)
60+
colorator (~> 0.1)
61+
jekyll-coffeescript (~> 1.0)
62+
jekyll-gist (~> 1.0)
63+
jekyll-paginate (~> 1.0)
64+
jekyll-sass-converter (~> 1.0)
65+
jekyll-watch (~> 1.1)
66+
kramdown (~> 1.3)
67+
liquid (~> 2.6.1)
68+
mercenary (~> 0.3.3)
69+
pygments.rb (~> 0.6.0)
70+
redcarpet (~> 3.1)
71+
safe_yaml (~> 1.0)
72+
toml (~> 0.1.0)
73+
jekyll-coffeescript (1.0.1)
74+
coffee-script (~> 2.2)
75+
jekyll-feed (0.3.1)
76+
jekyll-gist (1.4.0)
77+
octokit (~> 4.2)
78+
jekyll-mentions (0.2.1)
79+
html-pipeline (~> 1.9.0)
80+
jekyll (~> 2.0)
81+
jekyll-paginate (1.1.0)
82+
jekyll-redirect-from (0.8.0)
83+
jekyll (>= 2.0)
84+
jekyll-sass-converter (1.3.0)
85+
sass (~> 3.2)
86+
jekyll-sitemap (0.9.0)
87+
jekyll-watch (1.3.0)
88+
listen (~> 3.0)
89+
jemoji (0.5.0)
90+
gemoji (~> 2.0)
91+
html-pipeline (~> 1.9)
92+
jekyll (>= 2.0)
93+
json (1.8.3)
94+
kramdown (1.9.0)
95+
liquid (2.6.2)
96+
listen (3.0.5)
97+
rb-fsevent (>= 0.9.3)
98+
rb-inotify (>= 0.9)
99+
maruku (0.7.0)
100+
mercenary (0.3.5)
101+
mini_portile2 (2.0.0)
102+
minitest (5.8.3)
103+
multipart-post (2.0.0)
104+
net-dns (0.8.0)
105+
nokogiri (1.6.7)
106+
mini_portile2 (~> 2.0.0.rc2)
107+
octokit (4.2.0)
108+
sawyer (~> 0.6.0, >= 0.5.3)
109+
parslet (1.5.0)
110+
blankslate (~> 2.0)
111+
posix-spawn (0.3.11)
112+
public_suffix (1.5.2)
113+
pygments.rb (0.6.3)
114+
posix-spawn (~> 0.3.6)
115+
yajl-ruby (~> 1.2.0)
116+
rb-fsevent (0.9.6)
117+
rb-inotify (0.9.5)
118+
ffi (>= 0.5.0)
119+
rdiscount (2.1.8)
120+
redcarpet (3.3.3)
121+
safe_yaml (1.0.4)
122+
sass (3.4.19)
123+
sawyer (0.6.0)
124+
addressable (~> 2.3.5)
125+
faraday (~> 0.8, < 0.10)
126+
terminal-table (1.5.2)
127+
thread_safe (0.3.5)
128+
toml (0.1.2)
129+
parslet (~> 1.5.0)
130+
typhoeus (0.8.0)
131+
ethon (>= 0.8.0)
132+
tzinfo (1.2.2)
133+
thread_safe (~> 0.1)
134+
yajl-ruby (1.2.1)
135+
136+
PLATFORMS
137+
ruby
138+
139+
DEPENDENCIES
140+
github-pages

img/using-github-import.png

-13.4 KB
Loading

0 commit comments

Comments
 (0)