No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
A Framework for Bundlers.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.4.2
>= 0
>= 0
>= 0

Runtime

~> 0.15
 Project Readme

Librarian Build Status Code Climate

Librarian is a framework for writing bundlers, which are tools that resolve, fetch, install, and isolate a project's dependencies, in Ruby.

A bundler written with Librarian will expect you to provide a specfile listing your project's declared dependencies, including any version constraints and including the upstream sources for finding them. Librarian can resolve the spec, write a lockfile listing the full resolution, fetch the resolved dependencies, install them, and isolate them in your project.

A bundler written with Librarian will be similar in kind to Bundler, the bundler for Ruby gems that many modern Rails applications use.

How to Contribute

Running the tests

Ensure the gem dependencies are installed:

$ bundle

Run the tests with the default rake task:

$ [bundle exec] rake

or directly with the rspec command:

$ [bundle exec] rspec spec

Installing locally

Ensure the gem dependencies are installed:

$ bundle

Install from the repository:

$ [bundle exec] rake install

Reporting Issues

Please include a reproducible test case.

License

Written by Jay Feldblum.

Copyright (c) 2011-2013 ApplicationsOnline, LLC.

Released under the terms of the MIT License. For further information, please see the file LICENSE.txt.