mirror of
https://github.com/danbulant/api_docs
synced 2026-06-20 14:51:22 +00:00
fixed the rouge gem to fixed an issue with the language tabs
This commit is contained in:
parent
be28b785a1
commit
ddf0346f04
2 changed files with 18 additions and 15 deletions
2
Gemfile
2
Gemfile
|
|
@ -2,6 +2,8 @@
|
||||||
# the following line to use "https"
|
# the following line to use "https"
|
||||||
source 'http://rubygems.org'
|
source 'http://rubygems.org'
|
||||||
|
|
||||||
|
gem "rouge", "1.7.2"
|
||||||
|
|
||||||
gem "middleman", "~>3.3.0"
|
gem "middleman", "~>3.3.0"
|
||||||
|
|
||||||
# For syntax highlighting
|
# For syntax highlighting
|
||||||
|
|
|
||||||
31
Gemfile.lock
31
Gemfile.lock
|
|
@ -1,7 +1,7 @@
|
||||||
GEM
|
GEM
|
||||||
remote: http://rubygems.org/
|
remote: http://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
activesupport (4.1.8)
|
activesupport (4.1.9)
|
||||||
i18n (~> 0.6, >= 0.6.9)
|
i18n (~> 0.6, >= 0.6.9)
|
||||||
json (~> 1.7, >= 1.7.7)
|
json (~> 1.7, >= 1.7.7)
|
||||||
minitest (~> 5.1)
|
minitest (~> 5.1)
|
||||||
|
|
@ -30,7 +30,7 @@ GEM
|
||||||
eventmachine (>= 0.12.9)
|
eventmachine (>= 0.12.9)
|
||||||
http_parser.rb (~> 0.6.0)
|
http_parser.rb (~> 0.6.0)
|
||||||
erubis (2.7.0)
|
erubis (2.7.0)
|
||||||
eventmachine (1.0.3)
|
eventmachine (1.0.4)
|
||||||
execjs (2.2.2)
|
execjs (2.2.2)
|
||||||
ffi (1.9.6)
|
ffi (1.9.6)
|
||||||
haml (4.0.6)
|
haml (4.0.6)
|
||||||
|
|
@ -41,10 +41,10 @@ GEM
|
||||||
uber (~> 0.0.4)
|
uber (~> 0.0.4)
|
||||||
http_parser.rb (0.6.0)
|
http_parser.rb (0.6.0)
|
||||||
i18n (0.6.11)
|
i18n (0.6.11)
|
||||||
json (1.8.1)
|
json (1.8.2)
|
||||||
kramdown (1.5.0)
|
kramdown (1.5.0)
|
||||||
libv8 (3.16.14.7)
|
libv8 (3.16.14.7)
|
||||||
listen (2.8.3)
|
listen (2.8.5)
|
||||||
celluloid (>= 0.15.2)
|
celluloid (>= 0.15.2)
|
||||||
rb-fsevent (>= 0.9.3)
|
rb-fsevent (>= 0.9.3)
|
||||||
rb-inotify (>= 0.9)
|
rb-inotify (>= 0.9)
|
||||||
|
|
@ -77,15 +77,15 @@ GEM
|
||||||
em-websocket (~> 0.5.1)
|
em-websocket (~> 0.5.1)
|
||||||
middleman-core (~> 3.2)
|
middleman-core (~> 3.2)
|
||||||
rack-livereload (~> 0.3.15)
|
rack-livereload (~> 0.3.15)
|
||||||
middleman-sprockets (3.3.10)
|
middleman-sprockets (3.4.1)
|
||||||
middleman-core (~> 3.3)
|
middleman-core (>= 3.3)
|
||||||
sprockets (~> 2.12.1)
|
sprockets (~> 2.12.1)
|
||||||
sprockets-helpers (~> 1.1.0)
|
sprockets-helpers (~> 1.1.0)
|
||||||
sprockets-sass (~> 1.2.0)
|
sprockets-sass (~> 1.3.0)
|
||||||
middleman-syntax (2.0.0)
|
middleman-syntax (2.0.0)
|
||||||
middleman-core (~> 3.2)
|
middleman-core (~> 3.2)
|
||||||
rouge (~> 1.0)
|
rouge (~> 1.0)
|
||||||
minitest (5.4.3)
|
minitest (5.5.1)
|
||||||
multi_json (1.10.1)
|
multi_json (1.10.1)
|
||||||
padrino-helpers (0.12.4)
|
padrino-helpers (0.12.4)
|
||||||
i18n (~> 0.6, >= 0.6.7)
|
i18n (~> 0.6, >= 0.6.7)
|
||||||
|
|
@ -93,18 +93,18 @@ GEM
|
||||||
tilt (~> 1.4.1)
|
tilt (~> 1.4.1)
|
||||||
padrino-support (0.12.4)
|
padrino-support (0.12.4)
|
||||||
activesupport (>= 3.1)
|
activesupport (>= 3.1)
|
||||||
rack (1.5.2)
|
rack (1.6.0)
|
||||||
rack-livereload (0.3.15)
|
rack-livereload (0.3.15)
|
||||||
rack
|
rack
|
||||||
rack-test (0.6.2)
|
rack-test (0.6.3)
|
||||||
rack (>= 1.0)
|
rack (>= 1.0)
|
||||||
rake (10.4.2)
|
rake (10.4.2)
|
||||||
rb-fsevent (0.9.4)
|
rb-fsevent (0.9.4)
|
||||||
rb-inotify (0.9.5)
|
rb-inotify (0.9.5)
|
||||||
ffi (>= 0.5.0)
|
ffi (>= 0.5.0)
|
||||||
redcarpet (3.2.1)
|
redcarpet (3.2.2)
|
||||||
ref (1.0.5)
|
ref (1.0.5)
|
||||||
rouge (1.7.4)
|
rouge (1.7.2)
|
||||||
ruby18_source_location (0.2)
|
ruby18_source_location (0.2)
|
||||||
sass (3.4.9)
|
sass (3.4.9)
|
||||||
sprockets (2.12.3)
|
sprockets (2.12.3)
|
||||||
|
|
@ -114,7 +114,7 @@ GEM
|
||||||
tilt (~> 1.1, != 1.3.0)
|
tilt (~> 1.1, != 1.3.0)
|
||||||
sprockets-helpers (1.1.0)
|
sprockets-helpers (1.1.0)
|
||||||
sprockets (~> 2.0)
|
sprockets (~> 2.0)
|
||||||
sprockets-sass (1.2.0)
|
sprockets-sass (1.3.1)
|
||||||
sprockets (~> 2.0)
|
sprockets (~> 2.0)
|
||||||
tilt (~> 1.1)
|
tilt (~> 1.1)
|
||||||
therubyracer (0.12.1)
|
therubyracer (0.12.1)
|
||||||
|
|
@ -127,8 +127,8 @@ GEM
|
||||||
hitimes
|
hitimes
|
||||||
tzinfo (1.2.2)
|
tzinfo (1.2.2)
|
||||||
thread_safe (~> 0.1)
|
thread_safe (~> 0.1)
|
||||||
uber (0.0.11)
|
uber (0.0.13)
|
||||||
uglifier (2.5.3)
|
uglifier (2.7.0)
|
||||||
execjs (>= 0.3.0)
|
execjs (>= 0.3.0)
|
||||||
json (>= 1.8.0)
|
json (>= 1.8.0)
|
||||||
|
|
||||||
|
|
@ -142,6 +142,7 @@ DEPENDENCIES
|
||||||
middleman-syntax
|
middleman-syntax
|
||||||
rake (~> 10.4.0)
|
rake (~> 10.4.0)
|
||||||
redcarpet (~> 3.2.1)
|
redcarpet (~> 3.2.1)
|
||||||
|
rouge (= 1.7.2)
|
||||||
ruby18_source_location
|
ruby18_source_location
|
||||||
therubyracer
|
therubyracer
|
||||||
wdm (~> 0.1.0)
|
wdm (~> 0.1.0)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue