adding html-proofer

This commit is contained in:
James Walker 2014-10-03 12:34:51 -04:00
parent 6f946277e1
commit 765aed397d
2 changed files with 19 additions and 0 deletions

View File

@ -4,3 +4,4 @@ gem 'octopress', '~> 3.0.0.rc.15'
gem 'narray', :git => "https://github.com/tonyarnold/narray" gem 'narray', :git => "https://github.com/tonyarnold/narray"
gem 'gsl', :git => "https://github.com/tonyarnold/rb-gsl" gem 'gsl', :git => "https://github.com/tonyarnold/rb-gsl"
gem 'html-proofer'

View File

@ -24,10 +24,20 @@ GEM
execjs execjs
coffee-script-source (1.8.0) coffee-script-source (1.8.0)
colorator (0.1) colorator (0.1)
colored (1.2)
ethon (0.7.1)
ffi (>= 1.3.0)
execjs (2.2.1) execjs (2.2.1)
fast-stemmer (1.0.2) fast-stemmer (1.0.2)
ffi (1.9.5) ffi (1.9.5)
hitimes (1.2.2) hitimes (1.2.2)
html-proofer (1.4.0)
colored (~> 1.2)
mercenary (~> 0.3.2)
nokogiri (~> 1.5)
parallel (~> 1.3)
typhoeus (~> 0.6.7)
yell (~> 2.0)
jekyll (2.4.0) jekyll (2.4.0)
classifier-reborn (~> 2.0) classifier-reborn (~> 2.0)
colorator (~> 0.1) colorator (~> 0.1)
@ -58,6 +68,9 @@ GEM
rb-fsevent (>= 0.9.3) rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9) rb-inotify (>= 0.9)
mercenary (0.3.4) mercenary (0.3.4)
mini_portile (0.6.0)
nokogiri (1.6.3.1)
mini_portile (= 0.6.0)
octopress (3.0.0.rc.15) octopress (3.0.0.rc.15)
jekyll (~> 2.0) jekyll (~> 2.0)
mercenary (~> 0.3.2) mercenary (~> 0.3.2)
@ -75,6 +88,7 @@ GEM
octopress-hooks (~> 2.0) octopress-hooks (~> 2.0)
octopress-hooks (2.2.1) octopress-hooks (2.2.1)
jekyll (~> 2.0) jekyll (~> 2.0)
parallel (1.3.2)
parslet (1.5.0) parslet (1.5.0)
blankslate (~> 2.0) blankslate (~> 2.0)
posix-spawn (0.3.9) posix-spawn (0.3.9)
@ -92,12 +106,16 @@ GEM
titlecase (0.1.1) titlecase (0.1.1)
toml (0.1.1) toml (0.1.1)
parslet (~> 1.5.0) parslet (~> 1.5.0)
typhoeus (0.6.9)
ethon (>= 0.7.1)
yajl-ruby (1.1.0) yajl-ruby (1.1.0)
yell (2.0.4)
PLATFORMS PLATFORMS
ruby ruby
DEPENDENCIES DEPENDENCIES
gsl! gsl!
html-proofer
narray! narray!
octopress (~> 3.0.0.rc.15) octopress (~> 3.0.0.rc.15)