mirror of
https://github.com/danbulant/api_docs
synced 2026-05-19 20:28:52 +00:00
Merge pull request #26 from tripit/dev
Update gems and add new site to README
This commit is contained in:
commit
53db9d4a64
3 changed files with 7 additions and 7 deletions
3
Gemfile
3
Gemfile
|
|
@ -11,7 +11,7 @@ gem "middleman-syntax"
|
|||
gem 'middleman-gh-pages'
|
||||
|
||||
# Live-reloading plugin
|
||||
gem "middleman-livereload", "~> 3.2.0"
|
||||
gem "middleman-livereload", "~> 3.3.0"
|
||||
|
||||
gem 'redcarpet', '~> 3.1.1'
|
||||
|
||||
|
|
@ -25,5 +25,4 @@ end
|
|||
|
||||
gem "rake", "~> 10.2.0"
|
||||
|
||||
gem 'execjs'
|
||||
gem 'therubyracer', :platforms => :ruby
|
||||
|
|
@ -54,10 +54,9 @@ GEM
|
|||
tilt (~> 1.4.1)
|
||||
middleman-gh-pages (0.0.3)
|
||||
rake (> 0.9.3)
|
||||
middleman-livereload (3.2.1)
|
||||
middleman-livereload (3.3.0)
|
||||
em-websocket (~> 0.5.0)
|
||||
middleman-core (~> 3.2)
|
||||
multi_json (~> 1.8.4)
|
||||
rack-livereload (~> 0.3.15)
|
||||
middleman-sprockets (3.3.1)
|
||||
middleman-core (>= 3.2)
|
||||
|
|
@ -67,7 +66,7 @@ GEM
|
|||
middleman-syntax (2.0.0)
|
||||
middleman-core (~> 3.2)
|
||||
rouge (~> 1.0)
|
||||
multi_json (1.8.4)
|
||||
multi_json (1.9.2)
|
||||
rack (1.5.2)
|
||||
rack-livereload (0.3.15)
|
||||
rack
|
||||
|
|
@ -107,10 +106,9 @@ PLATFORMS
|
|||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
execjs
|
||||
middleman (~> 3.2.0)
|
||||
middleman-gh-pages
|
||||
middleman-livereload (~> 3.2.0)
|
||||
middleman-livereload (~> 3.3.0)
|
||||
middleman-syntax
|
||||
rake (~> 10.2.0)
|
||||
redcarpet (~> 3.1.1)
|
||||
|
|
|
|||
|
|
@ -58,6 +58,9 @@ Examples of Slate in the Wild
|
|||
* [Orchestrate.io API docs](https://docs.orchestrate.io/)
|
||||
* [ChaiOne Gameplan API docs](http://chaione.github.io/gameplanb2b/#introduction)
|
||||
* [Drcaban's Build a Quine tutorial](http://drcabana.github.io/build-a-quine/#introduction)
|
||||
* [PricePlow API docs](https://www.priceplow.com/api/documentation)
|
||||
|
||||
(Feel free to add your site to this list in a pull request!)
|
||||
|
||||
Need Help? Found a bug?
|
||||
--------------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue