forked from eclipse-archived/ceylon-lang.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile
25 lines (19 loc) · 781 Bytes
/
Gemfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
source 'https://rubygems.org'
gem 'awestruct', '~> 0.5.1'
#gem 'awestruct', :github => 'awestruct'
gem 'rb-inotify', '~> 0.9.0', :platforms => [:ruby, :jruby]
gem 'rb-fsevent', '~> 0.9', :platforms => [:ruby, :jruby]
gem 'htmlentities'
gem 'rake'
# Enable a Markdown gem (only rdiscount seems to work w/ the site):
gem 'rdiscount', '~> 2.0.7', :platforms => [:ruby]
#gem 'maruku', '~> 0.6.1'
#gem 'kramdown', '~> 1.0.1'
#gem 'redcarpet', '~> 2.2.2', :platforms => [:ruby]
# Enable this gem if you want to use AsciiDoc (it's the future):
# For some reason Awestruct requires Asciidoctor now, so adding it.
gem 'asciidoctor', '~> 0.1.1'
gem 'listen', '~> 1.3.1'
# The deeplink extension comes with a couple of dependencies
gem 'nokogiri', '~> 1.5.10'
gem 'unicode', '~> 0.4.4'