https://github.com/andrew/bundler

Manage your Ruby application's gem dependencies

https://github.com/andrew/bundler

Science Score: 10.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    3 of 732 committers (0.4%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (16.1%) to scientific vocabulary

Keywords from Contributors

oidc-client oidc oauth2-client oauth2 authorization syntax-highlighting workflow-engine data-engineering orchestration genomics
Last synced: 10 months ago · JSON representation

Repository

Manage your Ruby application's gem dependencies

Basic Info
  • Host: GitHub
  • Owner: andrew
  • License: mit
  • Language: Ruby
  • Default Branch: master
  • Homepage: https://bundler.io
  • Size: 45.9 MB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 2
  • Open Issues: 0
  • Releases: 0
Fork of rubygems/bundler
Created over 7 years ago · Last pushed over 7 years ago

https://github.com/andrew/bundler/blob/master/

[![Version     ](https://img.shields.io/gem/v/bundler.svg?style=flat)](https://rubygems.org/gems/bundler)
[![Build Status](https://img.shields.io/travis/bundler/bundler/master.svg?style=flat)](https://travis-ci.org/bundler/bundler)
[![Code Climate](https://img.shields.io/codeclimate/maintainability/bundler/bundler.svg?style=flat)](https://codeclimate.com/github/bundler/bundler)
[![Inline docs ](http://inch-ci.org/github/bundler/bundler.svg?style=flat)](http://inch-ci.org/github/bundler/bundler)
[![Slack       ](http://bundler-slackin.herokuapp.com/badge.svg)](http://bundler-slackin.herokuapp.com)

# Bundler: a gem to bundle gems

Bundler makes sure Ruby applications run the same code on every machine.

It does this by managing the gems that the application depends on. Given a list of gems, it can automatically download and install those gems, as well as any other gems needed by the gems that are listed. Before installing gems, it checks the versions of every gem to make sure that they are compatible, and can all be loaded at the same time. After the gems have been installed, Bundler can help you update some or all of them when new versions become available. Finally, it records the exact versions that have been installed, so that others can install the exact same gems.

### Installation and usage

To install (or update to the latest version):

```
gem install bundler
```

To install a prerelease version (if one is available), run `gem install bundler --pre`. To uninstall Bundler, run `gem uninstall bundler`.

Bundler is most commonly used to manage your application's dependencies. For example, these commands will allow you to use Bundler to manage the `rspec` gem for your application:

```
bundle init
bundle add rspec
bundle install
bundle exec rspec
```

See [bundler.io](https://bundler.io) for the full documentation.

### Troubleshooting

For help with common problems, see [TROUBLESHOOTING](doc/TROUBLESHOOTING.md).

Still stuck? Try [filing an issue](doc/contributing/ISSUES.md).

### Other questions

To see what has changed in recent versions of Bundler, see the [CHANGELOG](CHANGELOG.md).

To get in touch with the Bundler core team and other Bundler users, please see [getting help](doc/contributing/GETTING_HELP.md).

### Contributing

If you'd like to contribute to Bundler, that's awesome, and we <3 you. We've put together [the Bundler contributor guide](https://github.com/bundler/bundler/blob/master/doc/contributing/README.md) with all of the information you need to get started.

If you'd like to request a substantial change to Bundler or to the Bundler documentation, refer to the [Bundler RFC process](https://github.com/bundler/rfcs) for more information.

While some Bundler contributors are compensated by Ruby Together, the project maintainers make decisions independent of Ruby Together. As a project, we welcome contributions regardless of the authors affiliation with Ruby Together.

### Supporting


Ruby Together pays some Bundler maintainers for their ongoing work. As a grassroots initiative committed to supporting the critical Ruby infrastructure you rely on, Ruby Together is funded entirely by the Ruby community. Contribute today as an individual or (better yet) as a company to ensure that Bundler, RubyGems, and other shared tooling is around for years to come. ### Code of Conduct Everyone interacting in the Bundler projects codebases, issue trackers, chat rooms, and mailing lists is expected to follow the [Bundler code of conduct](https://github.com/bundler/bundler/blob/master/CODE_OF_CONDUCT.md). ### License Bundler is available under an [MIT License](https://github.com/bundler/bundler/blob/master/LICENSE.md).

Owner

  • Name: Andrew Nesbitt
  • Login: andrew
  • Kind: user
  • Location: Bristol, UK
  • Company: @ecosyste-ms and @octobox

Working on mapping the world of open source software @ecosyste-ms and empowering developers with @octobox

GitHub Events

Total
Last Year

Committers

Last synced: 10 months ago

All Time
  • Total Commits: 8,431
  • Total Committers: 732
  • Avg Commits per committer: 11.518
  • Development Distribution Score (DDS): 0.748
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Andre Arko a****e@a****t 2,127
Samuel Giddins s****s@s****e 1,266
Terence Lee h****2@g****m 391
José Valim j****m@g****m 369
Carl Lerche c****e@m****m 299
The Bundler Bot b****t@b****o 250
Carlhuda c****a@e****m 174
David Rodríguez d****z@r****t 138
Asutosh Palai a****i@g****m 123
Colby Swandale c****y@t****m 115
James Wen j****5@c****u 106
wycats w****s@g****m 103
Smit Shah w****8@g****m 99
SHIBATA Hiroshi h****t@r****g 89
Nathan Weizenbaum n****2@g****m 87
Tim Moore t****e@i****t 78
Agrim Mittal a****7@g****m 71
Homu h****u@b****m 53
Joshua Hull j****y@g****m 51
chrismo c****o@c****g 49
Colby Swandale me@c****i 44
Victor Koronen k****n@k****e 37
Erik Michaels-Ober s****k@g****m 35
Andre Medeiros me@a****o 31
Erick Sasse e****e@g****m 30
Dennis Suratna d****a@g****m 29
Hemant Kumar g****t@g****m 28
Boggs h****o@b****z 27
Jeremy Kemper j****y@b****t 27
Santiago Pastorino s****o@w****m 26
and 702 more...

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels