File tree Expand file tree Collapse file tree 4 files changed +61
-0
lines changed Expand file tree Collapse file tree 4 files changed +61
-0
lines changed Original file line number Diff line number Diff line change
1
+ source :rubygems
2
+
3
+ group :development do
4
+ gem "RedCloth" , "~> 4.2"
5
+ gem "foreman" , "~> 0.13"
6
+ gem "serve" , "~> 1.0"
7
+ gem "jekyll" , "~> 0.10"
8
+ gem "thin" , "~> 1.2"
9
+ end
Original file line number Diff line number Diff line change
1
+ GEM
2
+ remote: http://rubygems.org/
3
+ specs:
4
+ RedCloth (4.2.7 )
5
+ activesupport (3.0.7 )
6
+ classifier (1.3.3 )
7
+ fast-stemmer (>= 1.0.0 )
8
+ daemons (1.1.3 )
9
+ directory_watcher (1.4.0 )
10
+ eventmachine (0.12.10 )
11
+ fast-stemmer (1.0.0 )
12
+ foreman (0.13.0 )
13
+ term-ansicolor (~> 1.0.5 )
14
+ thor (>= 0.13.6 )
15
+ i18n (0.4.2 )
16
+ jekyll (0.10.0 )
17
+ classifier (>= 1.3.1 )
18
+ directory_watcher (>= 1.1.1 )
19
+ liquid (>= 1.9.0 )
20
+ maruku (>= 0.5.9 )
21
+ liquid (2.2.2 )
22
+ maruku (0.6.0 )
23
+ syntax (>= 1.0.0 )
24
+ rack (1.2.2 )
25
+ serve (1.0.0 )
26
+ activesupport (~> 3.0.1 )
27
+ i18n (~> 0.4.1 )
28
+ rack (~> 1.2.1 )
29
+ tzinfo (~> 0.3.23 )
30
+ syntax (1.0.0 )
31
+ term-ansicolor (1.0.5 )
32
+ thin (1.2.11 )
33
+ daemons (>= 1.0.9 )
34
+ eventmachine (>= 0.12.6 )
35
+ rack (>= 1.0.0 )
36
+ thor (0.14.6 )
37
+ tzinfo (0.3.27 )
38
+
39
+ PLATFORMS
40
+ ruby
41
+
42
+ DEPENDENCIES
43
+ RedCloth (~> 4.2 )
44
+ foreman (~> 0.13 )
45
+ jekyll (~> 0.10 )
46
+ serve (~> 1.0 )
47
+ thin (~> 1.2 )
Original file line number Diff line number Diff line change
1
+ jekyll : bundle exec jekyll --auto
2
+ serve : bundle exec serve 4000 development _site
Original file line number Diff line number Diff line change 4
4
- CNAME
5
5
- TODO.textile
6
6
- script
7
+ - Procfile
8
+ - Gemfile
9
+ - Gemfile.lock
7
10
8
11
You can’t perform that action at this time.
0 commit comments