Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
jekyll_site_inspector
Advanced tools
jekyll_site_inspector
jekyll_site_inspector
is a Jekyll tag plugin that displays lots of information from context for websites in development mode if site_inspector: true
in _config.yml
.
<p>{% site_inspector %}</p>
Output is also displayed on the console.
More information is available on Mike Slinn’s website.
Add this line to your application's Gemfile, within the jekyll_plugins
group:
group :jekyll_plugins do
gem 'jekyll_site_inspector'
end
And then execute:
$ bundle install
Or install it yourself as:
$ gem install jekyll_site_inspector
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.
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_site_inspector 1.0.0 built to pkg/jekyll_site_inspector-0.1.0.gem.
jekyll_site_inspector (1.0.0) installed.
Examine the newly built gem:
$ gem info jekyll_site_inspector
*** LOCAL GEMS ***
jekyll_site_inspector (1.0.0)
Author: Mike Slinn
Homepage:
https://github.com/mslinn/jekyll_site_inspector
License: MIT
Installed at: /home/mslinn/.gems
Generates Jekyll logger with colored output.
To release a new version,
version.rb
.$ 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.The gem is available as open source under the terms of the MIT License.
FAQs
Unknown package
We found that jekyll_site_inspector demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.