🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

cwninja-make-gem-now

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cwninja-make-gem-now

bundlerRubyGems.org
Version
0.5.0
Version published
Maintainers
1
Created
Source

Make Gem Now

A tool to scan through a whole bunch of checked out repos and build gems for them as needed. It will then index those gems, and make them available for download.

Usage:

make-gem-now path/to/my/code  /var/www/gems

Simple no?

Callbacks:

Create a ~/.make-gem-now-rc.rb file and define as many callbacks as you like in it. They can be as simple or as contrived as you like!

Example

MakeGemNow::Builder.on_build do |builder|
  puts "I Built #{builder.spec.name} v#{builder.spec.version}"
end

Now you can run your own github!

FAQs

Package last updated on 11 Aug 2014

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