Bring back Gemfile
This commit is contained in:
parent
3ef0a38e5f
commit
f9ab20b821
2 changed files with 83 additions and 0 deletions
9
Gemfile
Normal file
9
Gemfile
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
|
gem 'jekyll'
|
||||||
|
gem 'kramdown'
|
||||||
|
gem 'coderay'
|
||||||
|
gem 'rake'
|
||||||
|
gem 'thor'
|
||||||
|
gem 'activesupport'
|
||||||
|
gem 'stringex'
|
74
Gemfile.lock
Normal file
74
Gemfile.lock
Normal file
|
@ -0,0 +1,74 @@
|
||||||
|
GEM
|
||||||
|
remote: https://rubygems.org/
|
||||||
|
specs:
|
||||||
|
activesupport (4.0.2)
|
||||||
|
i18n (~> 0.6, >= 0.6.4)
|
||||||
|
minitest (~> 4.2)
|
||||||
|
multi_json (~> 1.3)
|
||||||
|
thread_safe (~> 0.1)
|
||||||
|
tzinfo (~> 0.3.37)
|
||||||
|
atomic (1.1.14)
|
||||||
|
blankslate (2.1.2.4)
|
||||||
|
classifier (1.3.4)
|
||||||
|
fast-stemmer (>= 1.0.0)
|
||||||
|
coderay (1.1.0)
|
||||||
|
colorator (0.1)
|
||||||
|
commander (4.1.6)
|
||||||
|
highline (~> 1.6.11)
|
||||||
|
fast-stemmer (1.0.2)
|
||||||
|
ffi (1.9.3-x86-mingw32)
|
||||||
|
highline (1.6.20)
|
||||||
|
i18n (0.6.9)
|
||||||
|
jekyll (1.4.2)
|
||||||
|
classifier (~> 1.3)
|
||||||
|
colorator (~> 0.1)
|
||||||
|
commander (~> 4.1.3)
|
||||||
|
liquid (~> 2.5.5)
|
||||||
|
listen (~> 1.3)
|
||||||
|
maruku (~> 0.7.0)
|
||||||
|
pygments.rb (~> 0.5.0)
|
||||||
|
redcarpet (~> 2.3.0)
|
||||||
|
safe_yaml (~> 0.9.7)
|
||||||
|
toml (~> 0.1.0)
|
||||||
|
kramdown (1.3.1)
|
||||||
|
liquid (2.5.5)
|
||||||
|
listen (1.3.1)
|
||||||
|
rb-fsevent (>= 0.9.3)
|
||||||
|
rb-inotify (>= 0.9)
|
||||||
|
rb-kqueue (>= 0.2)
|
||||||
|
maruku (0.7.1)
|
||||||
|
minitest (4.7.5)
|
||||||
|
multi_json (1.8.4)
|
||||||
|
parslet (1.5.0)
|
||||||
|
blankslate (~> 2.0)
|
||||||
|
posix-spawn (0.3.8)
|
||||||
|
posix-spawn (~> 0.3.6)
|
||||||
|
yajl-ruby (~> 1.1.0)
|
||||||
|
rake (10.1.1)
|
||||||
|
rb-fsevent (0.9.4)
|
||||||
|
rb-inotify (0.9.3)
|
||||||
|
ffi (>= 0.5.0)
|
||||||
|
rb-kqueue (0.2.0)
|
||||||
|
ffi (>= 0.5.0)
|
||||||
|
redcarpet (2.3.0)
|
||||||
|
safe_yaml (0.9.7)
|
||||||
|
stringex (2.2.0)
|
||||||
|
thor (0.18.1)
|
||||||
|
thread_safe (0.1.3)
|
||||||
|
atomic
|
||||||
|
toml (0.1.0)
|
||||||
|
parslet (~> 1.5.0)
|
||||||
|
tzinfo (0.3.38)
|
||||||
|
yajl-ruby (1.1.0-x86-mingw32)
|
||||||
|
|
||||||
|
PLATFORMS
|
||||||
|
x86-mingw32
|
||||||
|
|
||||||
|
DEPENDENCIES
|
||||||
|
activesupport
|
||||||
|
coderay
|
||||||
|
jekyll
|
||||||
|
kramdown
|
||||||
|
rake
|
||||||
|
stringex
|
||||||
|
thor
|
Loading…
Reference in a new issue