Skip to content

Commit dc5ab31

Browse files
committed
Add ruby-version file and Gemfile for local jekyll
1 parent 2fa60d8 commit dc5ab31

File tree

3 files changed

+41
-0
lines changed

3 files changed

+41
-0
lines changed

.ruby-version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.9.3-p429

Gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
source 'https://rubygems.org'
2+
gem 'jekyll'

Gemfile.lock

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
classifier (1.3.3)
5+
fast-stemmer (>= 1.0.0)
6+
colorator (0.1)
7+
commander (4.1.3)
8+
highline (~> 1.6.11)
9+
directory_watcher (1.4.1)
10+
fast-stemmer (1.0.2)
11+
highline (1.6.19)
12+
jekyll (1.0.3)
13+
classifier (~> 1.3)
14+
colorator (~> 0.1)
15+
commander (~> 4.1.3)
16+
directory_watcher (~> 1.4.1)
17+
kramdown (~> 1.0.2)
18+
liquid (~> 2.3)
19+
maruku (~> 0.5)
20+
pygments.rb (~> 0.5.0)
21+
safe_yaml (~> 0.7.0)
22+
kramdown (1.0.2)
23+
liquid (2.5.0)
24+
maruku (0.6.1)
25+
syntax (>= 1.0.0)
26+
posix-spawn (0.3.6)
27+
pygments.rb (0.5.0)
28+
posix-spawn (~> 0.3.6)
29+
yajl-ruby (~> 1.1.0)
30+
safe_yaml (0.7.1)
31+
syntax (1.0.0)
32+
yajl-ruby (1.1.0)
33+
34+
PLATFORMS
35+
ruby
36+
37+
DEPENDENCIES
38+
jekyll

0 commit comments

Comments
 (0)