🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

middleman-gist

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

middleman-gist

0.1.1
Rubygems
Version published
Maintainers
1
Created
Source

middleman-gist

A helper for embedding Github Gists into a Middleman site.

Installation

Include in your Gemfile.

# Gemfile
gem "middleman-gist"

Activate.

# config.rb
activate :gist

Use in a post by passing a username and guid to the gist helper.

<%= gist "ryanburnette", "a22f81bd38710e82452a" %>

Compatibility

For Middleman 3 use 0.0.x.

For Middleman 4 use 0.1.x+.

License

Apache2

FAQs

Package last updated on 15 Dec 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts