Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jekyll_context_inspector

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jekyll_context_inspector

  • 1.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

jekyll_context_inspector Gem Version

jekyll_context_inspector is a Jekyll tag plugin that displays lots of information from context for websites in development mode if context_inspector: true in _config.yml.

Usage

<p>{% context_inspector %}</p>

Output is also displayed on the console.

Additional Information

More information is available on Mike Slinn’s website.

Installation

Add this line to your application's Gemfile, within the jekyll_plugins group:

group :jekyll_plugins do
  gem 'jekyll_context_inspector'
end

And then execute:

$ bundle install

Or install it yourself as:

$ gem install jekyll_context_inspector

Development

After checking out the repo, run bin/setup to install dependencies.

You can also run bin/console for an interactive prompt that will allow you to experiment.

Build and Install Locally

To build and install this gem onto your local machine, run:

$ rake install:local

The following also does the same thing:

$ bundle exec rake install
jekyll_context_inspector 1.0.0 built to pkg/jekyll_context_inspector-0.1.0.gem.
jekyll_context_inspector (1.0.0) installed.

Examine the newly built gem:

$ gem info jekyll_context_inspector

*** LOCAL GEMS ***

jekyll_context_inspector (1.0.0)
    Author: Mike Slinn
    Homepage:
    https://github.com/mslinn/jekyll_context_inspector
    License: MIT
    Installed at: /home/mslinn/.gems

    Generates Jekyll logger with colored output.

Build and Push to RubyGems

To release a new version,

  1. Update the version number in version.rb.
  2. Commit all changes to git; if you don't the next step might fail with an unexplainable error message.
  3. Run the following:
    $ bundle exec rake release
    
    The above creates a git tag for the version, commits the created tag, and pushes the new .gem file to RubyGems.org.

Contributing

  1. Fork the project
  2. Create a descriptively named feature branch
  3. Add your feature
  4. Submit a pull request

License

The gem is available as open source under the terms of the MIT License.

FAQs

Package last updated on 06 Apr 2022

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc