Skip to content

Instantly share code, notes, and snippets.

@asutoshpalai
Last active August 22, 2016 18:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save asutoshpalai/5d49663b7b19441fb2decaca8de79b28 to your computer and use it in GitHub Desktop.
Save asutoshpalai/5d49663b7b19441fb2decaca8de79b28 to your computer and use it in GitHub Desktop.
Bundler Plugin (GSoC 2016) Submission

Bundler Plugin System (GSoC 2016)

Hi, I am Asutosh Palai from IIT Roorkee. This summer I contributed to Bundler under Ruby Organisation for my GSoC project.

Aim of my project was to develop the plugin system for Bundler which can be used to extend it for custom commands, custom gem sources and lifecycle hooks.

Collaboration was done through Bundler repo on GitHub.

Mentors

I had the pleasure of working with two awesome mentors and I am truly grateful for their support in the completion of the project.

Usage

All the above PRs have been merged with the master branch. But, since the system is in the pre-release state, plugins are disabled by default. To enable it, run:

$ bundle config plugins true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment