Commit 53db9d4a authored by Tariq Islam's avatar Tariq Islam

Merge pull request #26 from tripit/dev

Update gems and add new site to README
parents 0c41f3c2 32e04706
...@@ -11,7 +11,7 @@ gem "middleman-syntax" ...@@ -11,7 +11,7 @@ gem "middleman-syntax"
gem 'middleman-gh-pages' gem 'middleman-gh-pages'
# Live-reloading plugin # Live-reloading plugin
gem "middleman-livereload", "~> 3.2.0" gem "middleman-livereload", "~> 3.3.0"
gem 'redcarpet', '~> 3.1.1' gem 'redcarpet', '~> 3.1.1'
...@@ -25,5 +25,4 @@ end ...@@ -25,5 +25,4 @@ end
gem "rake", "~> 10.2.0" gem "rake", "~> 10.2.0"
gem 'execjs'
gem 'therubyracer', :platforms => :ruby gem 'therubyracer', :platforms => :ruby
\ No newline at end of file
...@@ -54,10 +54,9 @@ GEM ...@@ -54,10 +54,9 @@ GEM
tilt (~> 1.4.1) tilt (~> 1.4.1)
middleman-gh-pages (0.0.3) middleman-gh-pages (0.0.3)
rake (> 0.9.3) rake (> 0.9.3)
middleman-livereload (3.2.1) middleman-livereload (3.3.0)
em-websocket (~> 0.5.0) em-websocket (~> 0.5.0)
middleman-core (~> 3.2) middleman-core (~> 3.2)
multi_json (~> 1.8.4)
rack-livereload (~> 0.3.15) rack-livereload (~> 0.3.15)
middleman-sprockets (3.3.1) middleman-sprockets (3.3.1)
middleman-core (>= 3.2) middleman-core (>= 3.2)
...@@ -67,7 +66,7 @@ GEM ...@@ -67,7 +66,7 @@ GEM
middleman-syntax (2.0.0) middleman-syntax (2.0.0)
middleman-core (~> 3.2) middleman-core (~> 3.2)
rouge (~> 1.0) rouge (~> 1.0)
multi_json (1.8.4) multi_json (1.9.2)
rack (1.5.2) rack (1.5.2)
rack-livereload (0.3.15) rack-livereload (0.3.15)
rack rack
...@@ -107,10 +106,9 @@ PLATFORMS ...@@ -107,10 +106,9 @@ PLATFORMS
ruby ruby
DEPENDENCIES DEPENDENCIES
execjs
middleman (~> 3.2.0) middleman (~> 3.2.0)
middleman-gh-pages middleman-gh-pages
middleman-livereload (~> 3.2.0) middleman-livereload (~> 3.3.0)
middleman-syntax middleman-syntax
rake (~> 10.2.0) rake (~> 10.2.0)
redcarpet (~> 3.1.1) redcarpet (~> 3.1.1)
......
...@@ -58,6 +58,9 @@ Examples of Slate in the Wild ...@@ -58,6 +58,9 @@ Examples of Slate in the Wild
* [Orchestrate.io API docs](https://docs.orchestrate.io/) * [Orchestrate.io API docs](https://docs.orchestrate.io/)
* [ChaiOne Gameplan API docs](http://chaione.github.io/gameplanb2b/#introduction) * [ChaiOne Gameplan API docs](http://chaione.github.io/gameplanb2b/#introduction)
* [Drcaban's Build a Quine tutorial](http://drcabana.github.io/build-a-quine/#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? Need Help? Found a bug?
-------------------- --------------------
......
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