Commit b39deb56 authored by Robert Lord's avatar Robert Lord

Update github-linguist, middleman, add Gemnasium status badge

parent 198484ef
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# the following line to use "https" # the following line to use "https"
source 'http://rubygems.org' source 'http://rubygems.org'
gem "middleman", "~>3.1.5" gem "middleman", "~>3.2.0"
# For syntax highlighting # For syntax highlighting
gem "middleman-syntax" gem "middleman-syntax"
...@@ -15,7 +15,7 @@ gem "middleman-livereload", "~> 3.1.0" ...@@ -15,7 +15,7 @@ gem "middleman-livereload", "~> 3.1.0"
gem 'redcarpet', git: 'https://github.com/vmg/redcarpet.git' gem 'redcarpet', git: 'https://github.com/vmg/redcarpet.git'
gem "github-linguist" gem "github-linguist", "~> 2.9.5"
# For faster file watcher updates on Windows: # For faster file watcher updates on Windows:
gem "wdm", "~> 0.1.0", :platforms => [:mswin, :mingw] gem "wdm", "~> 0.1.0", :platforms => [:mswin, :mingw]
......
GIT GIT
remote: https://github.com/vmg/redcarpet.git remote: https://github.com/vmg/redcarpet.git
revision: 2f27273c10cc2779d539c48d605c4a25eb8e34a3 revision: a072e16f547883518bd22bd0df0f4bfa2d4a149b
specs: specs:
redcarpet (3.0.0) redcarpet (3.0.0)
GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
specs: specs:
activesupport (3.2.14) activesupport (3.2.15)
i18n (~> 0.6, >= 0.6.4) i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0) multi_json (~> 1.0)
charlock_holmes (0.6.9.4) charlock_holmes (0.6.9.4)
chunky_png (1.2.8) chunky_png (1.2.9)
coffee-script (2.2.0) coffee-script (2.2.0)
coffee-script-source coffee-script-source
execjs execjs
...@@ -27,39 +27,38 @@ GEM ...@@ -27,39 +27,38 @@ GEM
eventmachine (1.0.3) eventmachine (1.0.3)
execjs (1.4.0) execjs (1.4.0)
multi_json (~> 1.0) multi_json (~> 1.0)
ffi (1.9.0) ffi (1.9.3)
fssm (0.2.10) fssm (0.2.10)
github-linguist (2.9.4) github-linguist (2.9.5)
charlock_holmes (~> 0.6.6) charlock_holmes (~> 0.6.6)
escape_utils (~> 0.3.1) escape_utils (~> 0.3.1)
mime-types (~> 1.19) mime-types (~> 1.19)
pygments.rb (~> 0.5.2) pygments.rb (~> 0.5.2)
haml (4.0.3) haml (4.0.4)
tilt tilt
hike (1.2.3) hike (1.2.3)
http_parser.rb (0.5.3) http_parser.rb (0.5.3)
i18n (0.6.5) i18n (0.6.5)
kramdown (1.1.0) kramdown (1.2.0)
listen (1.2.3) listen (1.3.1)
rb-fsevent (>= 0.9.3) rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9) rb-inotify (>= 0.9)
rb-kqueue (>= 0.2) rb-kqueue (>= 0.2)
middleman (3.1.5) middleman (3.2.0)
coffee-script (~> 2.2.0) coffee-script (~> 2.2.0)
compass (>= 0.12.2) compass (>= 0.12.2)
execjs (~> 1.4.0) execjs (~> 1.4.0)
haml (>= 3.1.6) haml (>= 3.1.6)
kramdown (~> 1.1.0) kramdown (~> 1.2)
middleman-core (= 3.1.5) middleman-core (= 3.2.0)
middleman-more (= 3.1.5)
middleman-sprockets (>= 3.1.2) middleman-sprockets (>= 3.1.2)
sass (>= 3.1.20) sass (>= 3.1.20)
uglifier (~> 2.1.0) uglifier (~> 2.1.0)
middleman-core (3.1.5) middleman-core (3.2.0)
activesupport (~> 3.2.6) activesupport (~> 3.2.6)
bundler (~> 1.1) bundler (~> 1.1)
i18n (~> 0.6.1) i18n (~> 0.6.1)
listen (~> 1.2.2) listen (~> 1.1)
rack (>= 1.4.5) rack (>= 1.4.5)
rack-test (~> 0.6.1) rack-test (~> 0.6.1)
thor (>= 0.15.2, < 2.0) thor (>= 0.15.2, < 2.0)
...@@ -71,10 +70,8 @@ GEM ...@@ -71,10 +70,8 @@ GEM
middleman-core (>= 3.0.2) middleman-core (>= 3.0.2)
multi_json (~> 1.0) multi_json (~> 1.0)
rack-livereload rack-livereload
middleman-more (3.1.5) middleman-sprockets (3.2.0)
middleman-sprockets (3.1.4) middleman-core (~> 3.2)
middleman-core (>= 3.0.14)
middleman-more (>= 3.0.14)
sprockets (~> 2.1) sprockets (~> 2.1)
sprockets-helpers (~> 1.0.0) sprockets-helpers (~> 1.0.0)
sprockets-sass (~> 1.0.0) sprockets-sass (~> 1.0.0)
...@@ -82,9 +79,9 @@ GEM ...@@ -82,9 +79,9 @@ GEM
middleman-core (~> 3.0) middleman-core (~> 3.0)
rouge (~> 0.3.0) rouge (~> 0.3.0)
mime-types (1.25) mime-types (1.25)
multi_json (1.8.0) multi_json (1.8.2)
posix-spawn (0.3.6) posix-spawn (0.3.6)
pygments.rb (0.5.2) pygments.rb (0.5.4)
posix-spawn (~> 0.3.6) posix-spawn (~> 0.3.6)
yajl-ruby (~> 1.1.0) yajl-ruby (~> 1.1.0)
rack (1.5.2) rack (1.5.2)
...@@ -101,7 +98,7 @@ GEM ...@@ -101,7 +98,7 @@ GEM
rouge (0.3.10) rouge (0.3.10)
thor thor
ruby18_source_location (0.2) ruby18_source_location (0.2)
sass (3.2.10) sass (3.2.12)
sprockets (2.10.0) sprockets (2.10.0)
hike (~> 1.2) hike (~> 1.2)
multi_json (~> 1.0) multi_json (~> 1.0)
...@@ -109,7 +106,7 @@ GEM ...@@ -109,7 +106,7 @@ GEM
tilt (~> 1.1, != 1.3.0) tilt (~> 1.1, != 1.3.0)
sprockets-helpers (1.0.1) sprockets-helpers (1.0.1)
sprockets (~> 2.0) sprockets (~> 2.0)
sprockets-sass (1.0.1) sprockets-sass (1.0.2)
sprockets (~> 2.0) sprockets (~> 2.0)
tilt (~> 1.1) tilt (~> 1.1)
thor (0.18.1) thor (0.18.1)
...@@ -123,8 +120,8 @@ PLATFORMS ...@@ -123,8 +120,8 @@ PLATFORMS
ruby ruby
DEPENDENCIES DEPENDENCIES
github-linguist github-linguist (~> 2.9.5)
middleman (~> 3.1.5) middleman (~> 3.2.0)
middleman-gh-pages middleman-gh-pages
middleman-livereload (~> 3.1.0) middleman-livereload (~> 3.1.0)
middleman-syntax middleman-syntax
......
Slate Slate [![Dependency Status](https://gemnasium.com/tripit/slate.png)](https://gemnasium.com/tripit/slate)
======== ========
Slate helps you create beautiful single-page API documentation. Think of it as an intelligent, modern documentation template for your API. Slate helps you create beautiful single-page API documentation. Think of it as an intelligent, modern documentation template for your API.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment