summaryrefslogtreecommitdiff
path: root/man/gemfile.5.ronn
Commit message (Collapse)AuthorAgeFilesLines
* Remove mention to remembered optionsDavid Rodríguez2019-08-141-7/+4
| | | | And instead educate users on the preferred, non deprecated, way.
* Use a newer debugging gem in docsDavid Rodríguez2019-08-101-1/+1
| | | | So that the examples work in currently supported rubies.
* Fix `git` options examplesfix_gemfile_manpageDavid Rodríguez2019-07-261-3/+3
|
* Fix incorrect sectioning in `gemfile` man pageDavid Rodríguez2019-07-261-2/+1
|
* Replace unsafe http URLs with https URLsTakumasa Ochi2019-01-281-1/+1
|
* Test against Ruby 2.6 and RubyGems 3Samuel Giddins2018-12-281-4/+4
|
* Update the Gemfile documentation to reflect the addition of TruffleRuby in ↵Benoit Daloze2018-09-091-6/+8
| | | | Bundler
* add warning to docs for explicit source gotchaForest Gagnon2018-06-291-0/+13
| | | | | | | | | This commit adds a warning to the Gemfile documentation to more clearly indicate that specifying an explicit source on a per-gem or block basis also makes that scoped source a global source. Also adds a recommendation that users ensure that all gems in the Gemfile are using explicit sources whenever they introduce any explicit source blocks or source directives on individual gems.
* Fix man page linksHiro Asari2018-05-171-2/+2
| | | | | | | | | | | | | | | With markup [`bundle platform(1)`][bundle-platform(1)] ronn creates this HTML fragment <dt><a href="bundle-platform.html"><code>bundle platform(1)</code></a></dt><dd><p>Display platform compatibility information</p></dd> At the same time, it generates HTML file `bundle-platform.1.html` based on the man page section, and this results in certain inter-man-page links 404. We resolve this inconsistency by spelling out the href attributes.
* [Man] Audit links to other manpagesseg-audit-man-linksSamuel Giddins2018-01-041-3/+3
|
* Add bundle-install and gemfile background explanationsPatricia Arbona2017-07-231-0/+31
|
* Update `Gemfile` docs' link targets for `:source`Justin Myers2017-02-271-2/+2
| | | | | | | | | 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.
* clean up platform docs for versionsLiz Abinante2017-01-221-62/+22
|
* Support :mri_25 platform and its variationsAkira Matsuda2016-12-261-0/+8
|
* Fix x64_mingw_24. Typo in PR #5170Igor Zubkov2016-11-151-1/+1
|
* Support :mri_23 platform and its variationsAkira Matsuda2016-11-151-0/+8
|
* Ban the usage of the word simplyseg-ban-simplySamuel Giddins2016-08-091-1/+1
|
* [Docs] Remove descriptions in bracketskruczjak2016-06-191-19/+19
|
* [Docs] Document gempsec conflict behaviorseg-gemspec-allow-conflictsSamuel Giddins2016-06-041-0/+4
|
* Remove iffy words from the docAditya Prakash2016-03-081-6/+6
|
* Small fixes in man pagesAditya Prakash2016-03-051-3/+3
|
* Support :mri_23 platform and its variationsAkira Matsuda2015-07-221-0/+8
|
* document install_if in Gemfile.5Andre Arko2015-06-241-0/+10
| | | | [ci skip]
* Merge pull request #3531 from jhass/optional_groupsAndré Arko2015-04-071-1/+5
|\ | | | | Implement optional groups
| * Implement optional groupsJonne Haß2015-03-301-1/+5
| | | | | | | | | | | | | | | | | | * Add optional option to the group method, defaulting to false * Exclude optional groups from the groups to be installed * Add --with parameter to bundle install to install a group that would * otherwise be excluded * Error out if a group is listed in both, --with and --without * Add bundle_with option to capistrano task
* | fix spacesPetr Skocik2015-03-091-2/+2
| |
* | document the new :glob option to gemspecPetr Skocik2015-03-091-4/+4
|/
* Merge tag 'v1.7.12'Andre Arko2015-01-241-0/+6
|\ | | | | | | | | | | | | | | | | Version 1.7.12 Conflicts: CHANGELOG.md lib/bundler/fetcher.rb spec/cache/platform_spec.rb
| * Teach Bundler to recognize (x64_)mingw_22 platformAlex Coles2014-12-301-0/+4
| | | | | | | | | | | | See e6bc48eb. Signed-off-by: Alex Coles <alex@alexbcoles.com>
| * Teach Bundler to recognize mri_22 platformAlex Coles2014-12-301-0/+2
| | | | | | | | | | | | See e6bc48eb. Signed-off-by: Alex Coles <alex@alexbcoles.com>
| * Added ruby_22? and friends to CurrentRuby.Thomas Drake-Brockman2014-12-141-0/+2
| |
* | You can now set credentials in environment variables.Mick Staugaard2014-12-101-1/+1
| | | | | | | | | | | | | | To enable this we now look for credentials associated with the hostname only. We fall back to using the the entire URL for backwards compatibility. Also we needed to replace ALL `.` characters with `__`.
* | Merge pull request #3264 from agenteo/3214-improve-path-documentationAndré Arko2014-12-031-0/+7
|\ \ | | | | | | Improve path documentation.
| * | Amend docs with block to discourage global sources for gems.Enrico Teotti2014-12-031-3/+4
| | | | | | | | | | | | REF: https://github.com/bundler/bundler/issues/3214
| * | Improve path documentation.Enrico Teotti2014-11-201-0/+6
| | | | | | | | | | | | REF: https://github.com/bundler/bundler/issues/3214
* | | Merge pull request #3189 from seuros/masterAndré Arko2014-11-281-0/+2
|\ \ \ | |/ / |/| | add `:ruby_22` platform option
| * | add `:ruby_22` platform optionAbdelkader Boudih2014-09-251-0/+2
| | |
* | | Merge tag 'v1.7.5'Andre Arko2014-11-101-17/+0
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Version 1.7.5 Conflicts: .travis.yml CHANGELOG.md lib/bundler/fetcher.rb lib/bundler/source_list.rb man/gemfile.5.ronn spec/bundler/source_list_spec.rb
| * | Reword credential docs for consistency and spellingAndre Arko2014-10-121-5/+9
| | |
| * | Fix a typo in the docs.Tim Moore2014-10-121-1/+1
| | |
| * | Document config for HTTPs source credentialsHarald Wartig2014-10-121-0/+13
| | |
* | | Merge tag 'v1.6.7'Andre Arko2014-10-191-0/+17
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CHANGELOG.md lib/bundler/dsl.rb lib/bundler/version.rb
| * | | Reword credential docs for consistency and spellingAndre Arko2014-10-121-5/+9
| | | |
| * | | Fix a typo in the docs.Tim Moore2014-10-121-1/+1
| | | |
| * | | Document config for HTTPs source credentialsHarald Wartig2014-10-121-0/+13
| | | |
* | | | Fix a typo in the docs.Tim Moore2014-10-121-1/+1
| |_|/ |/| |
* | | Merge tag 'v1.7.1'Tim Moore2014-08-241-13/+45
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Version 1.7.1 Conflicts: CHANGELOG.md lib/bundler/dsl.rb lib/bundler/index.rb lib/bundler/lockfile_parser.rb lib/bundler/source/rubygems.rb man/gemfile.5.ronn
| * | Update Gemfile man page with new source options.Tim Moore2014-07-301-13/+45
| |/
* | Document git_source method in gemfile man pageBen Cullen-Kerney2014-08-181-2/+42
| |
* | Reword credential docs for consistency and spellingAndre Arko2014-08-041-5/+9
| |