| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
* origin/master:
Avoid Rack 1.6.7 in specs for now
Avoid re-building manpages each spec run
[Travis] Use RubyGems 2.6.12
Ensure that manpages are always built when running specs
[Rakefile] Generate man/index in man:build
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Results in the following:
```
Gemfile(5) gemfile.5
bundle(1) bundle.1
bundle-add(1) bundle-add.1
bundle-binstubs(1) bundle-binstubs.1
bundle-check(1) bundle-check.1
bundle-clean(1) bundle-clean.1
bundle-config(1) bundle-config.1
bundle-exec(1) bundle-exec.1
bundle-gem(1) bundle-gem.1
bundle-info(1) bundle-info.1
bundle-init(1) bundle-init.1
bundle-inject(1) bundle-inject.1
bundle-install(1) bundle-install.1
bundle-lock(1) bundle-lock.1
bundle-open(1) bundle-open.1
bundle-outdated(1) bundle-outdated.1
bundle-package(1) bundle-package.1
bundle-platform(1) bundle-platform.1
bundle-pristine(1) bundle-pristine.1
bundle-show(1) bundle-show.1
bundle-update(1) bundle-update.1
bundle-viz(1) bundle-viz.1
```
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
This matches my experimental results at least.
|
| |
|
|
|
| |
Also makes the --jobs doc a little closer to the copy from install.
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Adding the --key option for releasing private gems with gemstash
In order to use the `rake release` command with a private gemstash server, I'd need the `--key` option described here:
https://github.com/bundler/gemstash/blob/master/docs/gemstash-private-gems.7.md#pushing
I added a quite unobtrusive method to check for an ENV variable and - if it's present - add the `--key` param.
Final command would be:
`GEM_KEY=test_key bundle exec rake release`
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
These two links don't go anywhere in the browser, most likely because
01fc34bebd128d758733261f16d9e9a8523d81d4 changed the text of those (and
other) headers.
As far as I know (from a quick search with `/\w+-)/`), these are the
only two links with this problem.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Bundle info command
This is a continuation of #5093
This PR adds a new command called `info` that is nearly identical to the `show` command, specifically `show <gem> --verbose`.
Example:
```
› dbundler info rack
* rack (2.0.1)
Summary: a modular Ruby webserver interface
Homepage: http://rack.github.io/
Path: /Users/colby/.gem/ruby/2.4.0/gems/rack-2.0.1
```
There is also a option called `--path` that only prints the path to the gem
```
› dbundler info rack --path
/Users/colby/.gem/ruby/2.4.0/gems/rack-2.0.1
```
One noticeable difference between `info` and `show --verbose` is that i have removed the `outdated` functionality. This was made for several reasons:
* There are currently problems with that functionality which have been raised in #5375
* We have a dedicated command called `outdated` for the user to get information about the outdated status of gems.
* The outdated status requires an active internet connection and time to download the necessary information. I think not having to download anything and limiting `info` to just read information it already has would make for a more responsive and better user experience.
|
| | | |
|
| | | |
|
| | | |
|
| |/
|/| |
|
|\ \
| | |
| | | |
create man pages for missing commands
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Support :mri_25 platform and its variations
The next ruby version is decided to be 2.5 🎉 https://github.com/ruby/ruby/commit/1a47fcadd675601c5b9c4e69d49def28fc3b61af
I'm not requesting you the bundler team to rush for a new release for this, but I guess it's not too early to have this definition in master.
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
🎉
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
|/ / / |
|
|\ \ \
| |/ /
|/| |
| | | |
Fix typo in man page.
|
| | | |
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
r=segiddins
Documentation and error improvements
This PR is just making a few small improvements to error messages, documentation and code indentation.
Let me know what you think.
Thanks!
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
Closes: #5173
Approved by: indirect
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | | |
[WIP] New patch level and conservative options documented.
Fixes #4775.
|
| | | |
|
| | | |
|