hacks-guide-minimal-mistake.../Gemfile.lock

93 lines
1.9 KiB
Plaintext
Raw Normal View History

2014-02-27 21:34:55 +01:00
GEM
remote: https://rubygems.org/
specs:
2014-05-08 14:57:36 +02:00
activesupport (4.1.1)
i18n (~> 0.6, >= 0.6.9)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
2014-02-27 21:34:55 +01:00
thread_safe (~> 0.1)
2014-05-08 14:57:36 +02:00
tzinfo (~> 1.1)
2014-02-27 21:34:55 +01:00
blankslate (2.1.2.4)
2014-05-08 14:57:36 +02:00
celluloid (0.15.2)
timers (~> 1.1.0)
celluloid-io (0.15.0)
celluloid (>= 0.15.0)
nio4r (>= 0.5.0)
2014-02-27 21:34:55 +01:00
classifier (1.3.4)
fast-stemmer (>= 1.0.0)
coderay (1.1.0)
2014-05-08 14:57:36 +02:00
coffee-script (2.2.0)
coffee-script-source
execjs
coffee-script-source (1.7.0)
2014-02-27 21:34:55 +01:00
colorator (0.1)
2014-05-08 14:57:36 +02:00
execjs (2.0.2)
2014-02-27 21:34:55 +01:00
fast-stemmer (1.0.2)
2014-05-08 14:57:36 +02:00
ffi (1.9.3)
2014-02-27 21:34:55 +01:00
ffi (1.9.3-x86-mingw32)
i18n (0.6.9)
2014-05-08 14:57:36 +02:00
jekyll (2.0.2)
2014-02-27 21:34:55 +01:00
classifier (~> 1.3)
colorator (~> 0.1)
2014-05-08 14:57:36 +02:00
jekyll-coffeescript (~> 1.0)
jekyll-sass-converter (~> 1.0)
kramdown (~> 1.3)
2014-02-27 21:34:55 +01:00
liquid (~> 2.5.5)
2014-05-08 14:57:36 +02:00
listen (~> 2.5)
mercenary (~> 0.3.1)
2014-02-27 21:34:55 +01:00
pygments.rb (~> 0.5.0)
2014-05-08 14:57:36 +02:00
redcarpet (~> 3.1)
safe_yaml (~> 1.0)
2014-02-27 21:34:55 +01:00
toml (~> 0.1.0)
2014-05-08 14:57:36 +02:00
jekyll-coffeescript (1.0.0)
coffee-script (~> 2.2)
jekyll-sass-converter (1.0.0)
sass (~> 3.2)
json (1.8.1)
kramdown (1.3.3)
2014-02-27 21:34:55 +01:00
liquid (2.5.5)
2014-05-08 14:57:36 +02:00
listen (2.7.4)
celluloid (>= 0.15.2)
celluloid-io (>= 0.15.0)
2014-02-27 21:34:55 +01:00
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
2014-05-08 14:57:36 +02:00
mercenary (0.3.3)
minitest (5.3.3)
nio4r (1.0.0)
2014-02-27 21:34:55 +01:00
parslet (1.5.0)
blankslate (~> 2.0)
posix-spawn (0.3.8)
2014-05-08 14:57:36 +02:00
pygments.rb (0.5.4)
2014-02-27 21:34:55 +01:00
posix-spawn (~> 0.3.6)
yajl-ruby (~> 1.1.0)
2014-05-08 14:57:36 +02:00
rake (10.3.1)
2014-02-27 21:34:55 +01:00
rb-fsevent (0.9.4)
2014-05-08 14:57:36 +02:00
rb-inotify (0.9.4)
2014-02-27 21:34:55 +01:00
ffi (>= 0.5.0)
2014-05-08 14:57:36 +02:00
redcarpet (3.1.1)
safe_yaml (1.0.3)
sass (3.3.7)
stringex (2.5.2)
thor (0.19.1)
thread_safe (0.3.3)
timers (1.1.0)
toml (0.1.1)
2014-02-27 21:34:55 +01:00
parslet (~> 1.5.0)
2014-05-08 14:57:36 +02:00
tzinfo (1.1.0)
thread_safe (~> 0.1)
yajl-ruby (1.1.0)
2014-02-27 21:34:55 +01:00
yajl-ruby (1.1.0-x86-mingw32)
PLATFORMS
2014-05-08 14:57:36 +02:00
ruby
2014-02-27 21:34:55 +01:00
x86-mingw32
DEPENDENCIES
activesupport
coderay
jekyll
kramdown
rake
stringex
thor