
Security News
New Website “Is It Really FOSS?” Tracks Transparency in Open Source Distribution Models
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
h1. rvmify
Give each of your projects it's own RVM gemset and use Bundler to install the required gems.
Based on this implementation by Wayne E. Seguin http://gist.github.com/439102
h2. Installation
gem install rvmify
h2. Usage
cd my_project
rvmify .
Or do it with ruby:
Dir.glob("*").each do |dir|
Rvmify.generate(dir)
end
Make sure you have the following line in the .rvmrc file in your home directory:
export rvm_gemset_create_on_use_flag=1
h2. Todo
h2. Note on Patches/Pull Requests
h2. Copyright
Copyright (c) 2010 Steve Agalloco. See LICENSE for details.
FAQs
Unknown package
We found that rvmify 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
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.