Use bundler to generate gem tarball packages - client!
Having followed a tutorial by Matt Huggins on quickleft.com, I have been building some basic gems. This gem is designed to quickly set up the folder and file structure I like to use. It uses bundler to create the first layer and then I add a few more things on top.
Support Multiple Lockfiles
NOTE: If you are looking for the dependency management software, that's bundler, not bundlr. Bundlr is a ruby distributed computing and data indexing research platform. It is inspired by projects like BOINC, the Berkeley Open Infrastructure for Network Computing, an open-source middleware system that supports volunteer and grid computing. Bundlr is a similar system that approved research projects can use to both obtain compute power, but also obtain access to a variety of computing environments and systems and perform data collection and indexing across volunteer-supplied data. It is still in the early stages of conception.
bundler-alive reports gems are archived or not.
A way to manage your source dependencies, inspired by rubygems, bundler, and homebrew.
Runs a bundle upgrade, shows the changelog for each gem that was upgraded, and outputs a summary view of gem changes plus their impact.
Run bundler-audit on multiple repositories
GNU Global (gtags) utility. Create gtags for all bundled gems and manage direnv settings exporting GTAGSLIBPATH.
get up and running quickly with rvm, gemsets and bundler
Tricks to improve bundle
Set the hostname for bundle gem release.
A Bundler plugin that installs gems in an additional private Gemfile after bundle install.
Post-install hook for bundler to symlink to all gems from a local directory
Ensurable gives you a DSL for defining the system development dependencies of your app. It's kind of like Bundler, but for system deps, and does a lot less.
A simple script to generate .debs for all of the gems in a Bundler-enabled RoR app, using fpm.
You probably meant `gem install rubygems-bundler`.
Gem version dependecy matrix
BundlerDiffgems show changes with GitHub comapre view urls.
No unwanted gems more in your Gemfile.lock
Gives better explanations of conflicts when running bundle update.
Builds a report with all the info the Bundler team asks for in issues.
Wraps bundler-audit gem to check specific repos for gem vulnerabilities
Find gems in your Gemfile with too many dependencies
Bundler manages an application's dependencies through its entire life, across many machines, systematically and repeatably
ExtBundler
Creates zip packages with complex structure.
A bundler plugin to install multiple sets of dependencies.
Inspect your Gemfile to list gems with native extensions
CopyWithBundlePackage is a capistrano strategy similar to copy strategy, but with gems packaged by bundler. It will package all gems in the copy directory and then upload to servers, so the server no longer required to access rubygems.org.
Speed up Bundler by caching bundles
Get a list of gems Bundler would install under various conditions. Built to be used in build tools.
Creates zip packages for DotNetNuke.
Bundler manages an application's dependencies through its entire life, across many machines, systematically and repeatably
index load path to accelerate boot of bundler-based apps with lots of gem dependencies
Pulls jars resolved by jbundler into trinidad webapp
I'm tired of the complications that tools like bundler and rvm inject into my system and my workflow. I don't want 4 billion gems installed globally. I don't want to have `rake` slow down for no good reason. I don't want rvm to regress on undefined variables over and over and over (and I don't want to report it anymore when it does). I want as much simplicity as I can afford and still be able to get my job done. I've found pretty good balance using rbenv (only when needed) and by using this 45 line shell function `ohmygems` (aliased to `omg`, of course). I still have my system-level gems as my previous GEM_HOME gets moved into GEM_PATH so things like minitest and autotest are always available. But now I have private gems that are incredibly easy to switch around and only rely on simple environment variables to manage. To go back to normal, simply run `omg reset`.
The client for the new Bundler compact index format.
Manage your OSX binaries on a per project and system basis. Powered by Homebrew, inspired by Bundler.
This rubygem does not have a description or summary.
Squeel unlocks the power of ARel in your Rails 3 application with a handy block-based syntax. You can write subqueries, access named functions provided by your RDBMS, and more, all without writing SQL strings. I'm trying to push a version of this gem, so that bundler doesn't screw up with the :git included versions.
Print a result of bundle update Gemfile.lock.
gem generator for no release
Stop using bundle exec. Integrate Rubygems and Bundler. Make rubygems generate bundler aware executable wrappers.
bundler-budit is a fork of bundler-audit, which provides patch-level verification for Bundled apps.
Chloe is a tool used to manage an application's development environment. We all have projects that use a multitude of tools to bootstrap, run, and test our applications while they are in development. We have to learn bundler, rake, rails, vagrant, librarian, and many other tools so that we can just get something up to hack on it. Chloe tries to solve this by acting as a simple CLI for your application in development. It enables you to wrap up common tasks into a singular interface, keeping tests, vms, and dependency management all under one roof.
Bundler plugin to install gem documentation into the macOS documentation browser Dash https://kapeli.com/dash
Asset Pipeline for Rails with your favourite js bundler
Create java jar, for jRuby, from gems or a bundler Gemfile
Add gems installed by Bundler to Milkode index autamatically