0.0
No commit activity in last 3 years
No release in over 3 years
A gem that can act as a Gemlock file for ruby with non-rails structure. Online feature allows installation of non-instaled gems while offline feature allows requiring of gems.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

batch-require

batch-require is a ruby gem that will require all the specified gems in your ruby script. If a gem doesn't exist locally, batch-require will look in the server and install it if internet connection exists.

USING batch-require

First and foremost , type gem install batch-require on your terminal.
Next , include these lines your ruby script -
require "batch-require"
Pass the required gems like BatchRequire.new("csv","date")

CONTRIBUTION

The work flow is the same as that of any other repository.
(1) Fork / clone the repository.
(2) Create a new branch , say my-changes and make your changes in this branch.
(3) Commit your changes and send a Pull request (PR) to this repository.
Active contributors would be rewarded with the tag of "Collabrators"
Bug fixes , Issues , Issue solutions , Optimizations & Enhancements are always welcome.

LICENSE

The MIT License - Athitya Kumar - All Rights Reserved.