pkgsrc/misc/ruby-bundler/PLIST

311 lines
14 KiB
Text
Raw Normal View History

Update ruby-bundler to 1.15.4. ## 1.15.4 (2017-08-19) Bugfixes: - handle file conflicts gracefully in `bundle gem` (@rafaelfranca, @segiddins) - bundler will fail gracefully when the bundle path contains the system path separator (#5485, ajwann) - failed gem downloads will be retried consistently across different RubyGems versions (@shayonj) - `bundle pristine` will respect build options while re-building native extensions (@NickLaMuro) ## 1.15.3 (2017-07-21) Bugfixes: - ensure that empty strings passed to `bundle config` are serialized & parsed properly (#5881, @segiddins) - avoid printing an outdated version warning when running a parseable command (@segiddins) ## 1.15.2 (2017-07-17) Features: - new gemfiles created by bundler will include an explicit `github` git source that uses `https` (@segiddins) Bugfixes: - inline gemfiles work when `BUNDLE_BIN` is set (#5847, @segiddins) - avoid using the old dependency API when there are no changes to the compact index files (#5373, @greysteil) - fail gracefully when the full index serves gemspecs with invalid dependencies (#5797, @segiddins) - support installing gemfiles that use `eval_gemfile`, `:path` gems with relative paths, and `--deployment` simultaneously (@NickLaMuro) - `bundle config` will print settings as the type they are interpreted as (@segiddins) - respect the `no_proxy` environment variable when making network requests (#5781, @jakauppila) - commands invoked with `--verbose` will not have default flags printed (@segiddins) - allow `bundle viz` to work when another gem has a requirable `grapviz` file (#5707, @segiddins) - ensure bundler puts activated gems on the `$LOAD_PATH` in a consistent order (#5696, @segiddins)
2017-09-10 16:28:42 +02:00
@comment $NetBSD: PLIST,v 1.22 2017/09/10 14:28:42 taca Exp $
Update ruby-bundler to 1.8.5. * pkgsrc change: add support for pkg_alternatives. ## 1.8.5 (2015-03-11) Bugfixes: - remove MIT license from gemspec when removing license file (@indirect) - respect 'no' immediately as well as saving it in `gem` config (@kirs) ## 1.8.4 (2015-03-05) Bugfixes: - document --all-platforms option (#3449, @moeffju) - find gems from all sources on exec after install (#3450, @TimMoore) ## 1.8.3 (2015-02-24) Bugfixes: - handle boolean values for gem settings (@EduardoBautista) - stop always looking for updated `path` gems (#3414, #3417, #3429, @TimMoore) ## 1.8.2 (2015-02-14) Bugfixes: - allow config settings for gems with 'http' in the name again (#3398, @tmoore) ## 1.8.1 (2015-02-13) Bugfixes: - synchronize building git gem native extensions (#3385, @antifuchs & @indirect) - set gemspec bindir correctly (#3392, @tmoore) - request lockfile deletion when it is malformed (#3396, @indirect) - explain problem when mirror config is missing (#3386, @indirect) - explain problem when caching causes permission error (#3390, @indirect) - normalize URLs in config keys (#3391, @indirect) ## 1.8.0 (2015-02-10) Bugfixes: - Gemfile `github` blocks now work (#3379, @indirect) Bugfixes from v1.7.13: - Look up installed gems in remote sources (#3300, #3368, #3377, #3380, #3381, @indirect) - Look up gems across all sources to satisfy dependencies (#3365, @keiths-osc) - Request dependencies for no more than 100 gems at a time (#3367, @segiddins) ## 1.8.0.rc (2015-01-26) Features: - add `config disable_multisource` option to ensure sources can't compete (@indirect) Bugfixes: - don't add extra quotes around long, quoted config values (@aroben, #3338) Security: - warn when more than one top-level source is present (@indirect) ## 1.8.0.pre (2015-01-26) Features: - add metadata allowed_push_host to new gem template (#3002, @juanitofatas) - adds a `--no-install` flag to `bundle package` (@d-reinhold) - add `bundle config auto_install true` to install automatically (@smashwilson) - add `bundle viz --without` to exclude gem groups from resulting graph (@fnichol) - prevent whitespace in gem declarations with clear messaging (@benlakey) - tries to find a `bundler-<command>` executable on your path for non-bundler commands (@andremedeiros) - tries to find `gems.rb` and it's new counterpart, `gems.locked` (@andremedeiros) - change the initial version of new gems from `0.0.1` to `0.1.0` (@petedmarsh) - add `package --all-platforms` to cache gems for each known platform (@ccutrer) - speed up `exec` when running commands on the $PATH (@kirs) - add gem code of conduct file and option (@kirs) - add config settings for gem license and tests (@kirs) - add `bin/setup` and `bin/console` to new gems (@indirect) - include configured user-agent in network requests (@indirect) - support `github`, `gist`, and `bitbucket` options on git gems (@indirect) - add `package --cache-path` and `config cache_path` for cache location (@jnraine) - allow `config` to work even when a Gemfile is not present (@dholdren) - add `config gemfile /path` for other Gemfile locations (@dholdren) Bugfixes: - reduce memory usage with threaded parallel workers (@Who828) - support read-only git gems (@pmahoney) - various resolver performance improvements (@dubek) - untaint git gem paths for Rubygems compatibility (@tdtds) Documentation: - add missing Gemfile global `path` explanation (@agenteo) ## 1.7.13 (2015-02-07) Bugfixes: - Look up installed gems in remote sources (#3300, #3368, #3377, #3380, #3381, @indirect) - Look up gems across all sources to satisfy dependencies (#3365, @keiths-osc) - Request dependencies for no more than 100 gems at a time (#3367, @segiddins)
2015-03-13 15:34:12 +01:00
bin/bundle${RUBY_SUFFIX}
bin/bundler${RUBY_SUFFIX}
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.codeclimate.yml
Update ruby-bundler package to 1.0.7. ## 1.0.7 (November 17, 2010) Bugfixes: - Remove Bundler version from the lockfile because it broke backwards compatibility with 1.0.0-1.0.5. Sorry. :( ## 1.0.6 (November 16, 2010) Bugfixes: - Fix regression in `update` that caused long/wrong results - Allow git gems on other platforms while installing (#579) Features: - Speed up `install` command using various optimizations - Significantly increase performance of resolver - Use upcoming Rubygems performance improvements (@tmm1) - Warn if the lockfile was generated by a newer version - Set generated gems' homepage to "", so Rubygems will warn ## 1.0.5 (November 13, 2010) Bugfixes: - Fix regression disabling all operations that employ sudo ## 1.0.4 (November 12, 2010) Bugfixes: - Expand relative :paths from Bundler.root (eg ./foogem) - Allow git gems in --without groups while --frozen - Allow gem :ref to be a symbol as well as a string - Fix exception when Gemfile needs a newer Bundler version - Explanation when the current Bundler version conflicts - Explicit error message if Gemfile needs newer Bundler - Ignore an empty string BUNDLE_GEMFILE - Skeleton gemspec now works with older versions of git - Fix shell quoting and ref fetching in GemHelper - Disable colored output in --deployment - Preserve line endings in lock file Features: - Add support for 'mingw32' platform (aka RubyInstaller) - Large speed increase when Gemfile.lock is already present - Huge speed increase when many (100+) system gems are present - Significant expansion of ISSUES, man pages, and docs site - Remove Open3 from GemHelper (now it works on Windows™®©© - Allow setting roles in built-in cap and vlad tasks ## 1.0.3 (October 15, 2010) Bugfixes: - Use bitwise or in #hash to reduce the chance of overflow - `bundle update` now works with :git + :tag updates - Record relative :path options in the Gemfile.lock - :groups option on gem method in Gemfile now works - Add #platform method and :platform option to Gemfile DSL - --without now accepts a quoted, space-separated list - Installing after --deployment with no lock is now possible - Binstubs can now be symlinked - Print warning if cache for --local install is missing gems - Improve output when installing to a path - The tests all pass! Yay! ## 1.0.2 (October 2, 2010) Bugfix: - Actually include the man pages in the gem, so help works
2010-12-04 05:10:55 +01:00
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.rspec
${GEM_LIBDIR}/.rubocop.yml
${GEM_LIBDIR}/.rubocop_todo.yml
${GEM_LIBDIR}/.travis.yml
${GEM_LIBDIR}/CHANGELOG.md
Update ruby-bundler to 1.8.5. * pkgsrc change: add support for pkg_alternatives. ## 1.8.5 (2015-03-11) Bugfixes: - remove MIT license from gemspec when removing license file (@indirect) - respect 'no' immediately as well as saving it in `gem` config (@kirs) ## 1.8.4 (2015-03-05) Bugfixes: - document --all-platforms option (#3449, @moeffju) - find gems from all sources on exec after install (#3450, @TimMoore) ## 1.8.3 (2015-02-24) Bugfixes: - handle boolean values for gem settings (@EduardoBautista) - stop always looking for updated `path` gems (#3414, #3417, #3429, @TimMoore) ## 1.8.2 (2015-02-14) Bugfixes: - allow config settings for gems with 'http' in the name again (#3398, @tmoore) ## 1.8.1 (2015-02-13) Bugfixes: - synchronize building git gem native extensions (#3385, @antifuchs & @indirect) - set gemspec bindir correctly (#3392, @tmoore) - request lockfile deletion when it is malformed (#3396, @indirect) - explain problem when mirror config is missing (#3386, @indirect) - explain problem when caching causes permission error (#3390, @indirect) - normalize URLs in config keys (#3391, @indirect) ## 1.8.0 (2015-02-10) Bugfixes: - Gemfile `github` blocks now work (#3379, @indirect) Bugfixes from v1.7.13: - Look up installed gems in remote sources (#3300, #3368, #3377, #3380, #3381, @indirect) - Look up gems across all sources to satisfy dependencies (#3365, @keiths-osc) - Request dependencies for no more than 100 gems at a time (#3367, @segiddins) ## 1.8.0.rc (2015-01-26) Features: - add `config disable_multisource` option to ensure sources can't compete (@indirect) Bugfixes: - don't add extra quotes around long, quoted config values (@aroben, #3338) Security: - warn when more than one top-level source is present (@indirect) ## 1.8.0.pre (2015-01-26) Features: - add metadata allowed_push_host to new gem template (#3002, @juanitofatas) - adds a `--no-install` flag to `bundle package` (@d-reinhold) - add `bundle config auto_install true` to install automatically (@smashwilson) - add `bundle viz --without` to exclude gem groups from resulting graph (@fnichol) - prevent whitespace in gem declarations with clear messaging (@benlakey) - tries to find a `bundler-<command>` executable on your path for non-bundler commands (@andremedeiros) - tries to find `gems.rb` and it's new counterpart, `gems.locked` (@andremedeiros) - change the initial version of new gems from `0.0.1` to `0.1.0` (@petedmarsh) - add `package --all-platforms` to cache gems for each known platform (@ccutrer) - speed up `exec` when running commands on the $PATH (@kirs) - add gem code of conduct file and option (@kirs) - add config settings for gem license and tests (@kirs) - add `bin/setup` and `bin/console` to new gems (@indirect) - include configured user-agent in network requests (@indirect) - support `github`, `gist`, and `bitbucket` options on git gems (@indirect) - add `package --cache-path` and `config cache_path` for cache location (@jnraine) - allow `config` to work even when a Gemfile is not present (@dholdren) - add `config gemfile /path` for other Gemfile locations (@dholdren) Bugfixes: - reduce memory usage with threaded parallel workers (@Who828) - support read-only git gems (@pmahoney) - various resolver performance improvements (@dubek) - untaint git gem paths for Rubygems compatibility (@tdtds) Documentation: - add missing Gemfile global `path` explanation (@agenteo) ## 1.7.13 (2015-02-07) Bugfixes: - Look up installed gems in remote sources (#3300, #3368, #3377, #3380, #3381, @indirect) - Look up gems across all sources to satisfy dependencies (#3365, @keiths-osc) - Request dependencies for no more than 100 gems at a time (#3367, @segiddins)
2015-03-13 15:34:12 +01:00
${GEM_LIBDIR}/CODE_OF_CONDUCT.md
${GEM_LIBDIR}/CONTRIBUTING.md
${GEM_LIBDIR}/LICENSE.md
${GEM_LIBDIR}/README.md
Update ruby-bundler package to 1.0.7. ## 1.0.7 (November 17, 2010) Bugfixes: - Remove Bundler version from the lockfile because it broke backwards compatibility with 1.0.0-1.0.5. Sorry. :( ## 1.0.6 (November 16, 2010) Bugfixes: - Fix regression in `update` that caused long/wrong results - Allow git gems on other platforms while installing (#579) Features: - Speed up `install` command using various optimizations - Significantly increase performance of resolver - Use upcoming Rubygems performance improvements (@tmm1) - Warn if the lockfile was generated by a newer version - Set generated gems' homepage to "", so Rubygems will warn ## 1.0.5 (November 13, 2010) Bugfixes: - Fix regression disabling all operations that employ sudo ## 1.0.4 (November 12, 2010) Bugfixes: - Expand relative :paths from Bundler.root (eg ./foogem) - Allow git gems in --without groups while --frozen - Allow gem :ref to be a symbol as well as a string - Fix exception when Gemfile needs a newer Bundler version - Explanation when the current Bundler version conflicts - Explicit error message if Gemfile needs newer Bundler - Ignore an empty string BUNDLE_GEMFILE - Skeleton gemspec now works with older versions of git - Fix shell quoting and ref fetching in GemHelper - Disable colored output in --deployment - Preserve line endings in lock file Features: - Add support for 'mingw32' platform (aka RubyInstaller) - Large speed increase when Gemfile.lock is already present - Huge speed increase when many (100+) system gems are present - Significant expansion of ISSUES, man pages, and docs site - Remove Open3 from GemHelper (now it works on Windows™®©© - Allow setting roles in built-in cap and vlad tasks ## 1.0.3 (October 15, 2010) Bugfixes: - Use bitwise or in #hash to reduce the chance of overflow - `bundle update` now works with :git + :tag updates - Record relative :path options in the Gemfile.lock - :groups option on gem method in Gemfile now works - Add #platform method and :platform option to Gemfile DSL - --without now accepts a quoted, space-separated list - Installing after --deployment with no lock is now possible - Binstubs can now be symlinked - Print warning if cache for --local install is missing gems - Improve output when installing to a path - The tests all pass! Yay! ## 1.0.2 (October 2, 2010) Bugfix: - Actually include the man pages in the gem, so help works
2010-12-04 05:10:55 +01:00
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/bin/rake
${GEM_LIBDIR}/bin/rspec
${GEM_LIBDIR}/bin/rubocop
${GEM_LIBDIR}/bin/with_rubygems
Update ruby-bundler package to 1.0.7. ## 1.0.7 (November 17, 2010) Bugfixes: - Remove Bundler version from the lockfile because it broke backwards compatibility with 1.0.0-1.0.5. Sorry. :( ## 1.0.6 (November 16, 2010) Bugfixes: - Fix regression in `update` that caused long/wrong results - Allow git gems on other platforms while installing (#579) Features: - Speed up `install` command using various optimizations - Significantly increase performance of resolver - Use upcoming Rubygems performance improvements (@tmm1) - Warn if the lockfile was generated by a newer version - Set generated gems' homepage to "", so Rubygems will warn ## 1.0.5 (November 13, 2010) Bugfixes: - Fix regression disabling all operations that employ sudo ## 1.0.4 (November 12, 2010) Bugfixes: - Expand relative :paths from Bundler.root (eg ./foogem) - Allow git gems in --without groups while --frozen - Allow gem :ref to be a symbol as well as a string - Fix exception when Gemfile needs a newer Bundler version - Explanation when the current Bundler version conflicts - Explicit error message if Gemfile needs newer Bundler - Ignore an empty string BUNDLE_GEMFILE - Skeleton gemspec now works with older versions of git - Fix shell quoting and ref fetching in GemHelper - Disable colored output in --deployment - Preserve line endings in lock file Features: - Add support for 'mingw32' platform (aka RubyInstaller) - Large speed increase when Gemfile.lock is already present - Huge speed increase when many (100+) system gems are present - Significant expansion of ISSUES, man pages, and docs site - Remove Open3 from GemHelper (now it works on Windows™®©© - Allow setting roles in built-in cap and vlad tasks ## 1.0.3 (October 15, 2010) Bugfixes: - Use bitwise or in #hash to reduce the chance of overflow - `bundle update` now works with :git + :tag updates - Record relative :path options in the Gemfile.lock - :groups option on gem method in Gemfile now works - Add #platform method and :platform option to Gemfile DSL - --without now accepts a quoted, space-separated list - Installing after --deployment with no lock is now possible - Binstubs can now be symlinked - Print warning if cache for --local install is missing gems - Improve output when installing to a path - The tests all pass! Yay! ## 1.0.2 (October 2, 2010) Bugfix: - Actually include the man pages in the gem, so help works
2010-12-04 05:10:55 +01:00
${GEM_LIBDIR}/bundler.gemspec
Update ruby-bundler to 1.15.1. ## 1.15.1 (2017-06-02) Bugfixes: - `bundle lock --update GEM` will fail gracefully when the gem is not in the lockfile (#5693, @segiddins) - `bundle init --gemspec` will fail gracefully when the gemspec is invalid (@colby-swandale) - `bundle install --force` works when the gemfile contains git gems (#5678, @segiddins) - `bundle env` will print well-formed markdown when there are no settings (#5677, @segiddins) ## 1.15.0 (2017-05-19) This space intentionally left blank. ## 1.15.0.pre.4 (2017-05-10) Bugfixes: - avoid conflicts when `Gem.finish_resolve` is called after the bundle has been set up (@segiddins) - ensure that `Gem::Specification.find_by_name` always returns an object that can have `#to_spec` called on it (#5592, @jules2689) ## 1.15.0.pre.3 (2017-04-30) Bugfixes: - avoid redundant blank lines in the readme generated by `bundle gem` (@koic) - ensure that `open-uri` is not loaded after `bundle exec` (@segiddins) - print a helpful error message when an activated default gem conflicts with a gem in the gemfile (@segiddins) - only shorten `ref` option for git gems when it is a SHA (#5620, @segiddins) ## 1.15.0.pre.2 (2017-04-23) Bugfixes: - ensure pre-existing fit caches are updated from remote sources (#5423, @alextaylor000) - avoid duplicating specs in the lockfile after updating with the gem uninstalled (#5599, @segiddins) - ensure git gems have their extensions available at runtime (#5594, @jules2689, @segiddins) ## 1.15.0.pre.1 (2017-04-16) Features: - print a notification when a newer version of bundler is available (#4683, @segiddins) - add man pages for all bundler commands (#4988, @feministy) - add the `bundle info` command (@fredrb, @colby-swandale) - all files created with `bundle gem` comply with the bundler style guide (@zachahn) - if installing a gem fails, print out the reason the gem needed to be installed (#5078, @segiddins) - allow setting `gem.push_key` to set the key used when running `rake release` (@DTrierweiler) - print gem versions that are regressing during `bundle update` in yellow (#5506, @brchristian) - avoid printing extraneous dependencies when the resolver encounters a conflict (@segiddins) - add the `bundle issue` command that prints instructions for reporting issues (#4871, @jonathanpike) - add `--source` and `--group` options to the `bundle inject` command (#5452, @Shekharrajak) - add the `bundle add` command to add a gem to the gemfile (@denniss) - add the `bundle pristine` command to re-install gems from cached `.gem` files (#4509, @denniss) - add a `--parseable` option for `bundle config` (@JuanitoFatas, @colby-swandale) Performance: - speed up gemfile initialization by storing locked dependencies as a hash (@jules2689) - speed up gemfile initialization by making locked dependency comparison lazy, avoiding object allocation (@jules2689) - only validate git gems when they are downloaded, instead of every time `Bundler.setup` is run (@segiddins) - avoid regenerating the lockfile when nothing has changed (@segiddins) - avoid diffing large arrays when no sources in the gemfile have changed (@segiddins) - avoid evaluating full gemspecs when running with RubyGems 2.5+ (@segiddins) Bugfixes: - fix cases where `bundle update` would print a resolver conflict instead of updating the selected gems (#5031, #5095, @segiddins) - print out a stack trace after an interrupt when running in debug mode (@segiddins) - print out when bundler starts fetching a gem from a remote server (@segiddins) - fix `bundle gem` failing when `git` is unavailable (#5458, @Shekharrajak, @colby-swandale) - suggest the appropriate command to unfreeze a bundle (#5009, @denniss) - ensure nested calls to `bundle exec` resolve default gems correctly (#5500, @segiddins) - ensure that a plugin failing to install doesn't uninstall other plugins (@kerrizor, @roseaboveit) - ensure `socket` is required before being referenced (#5533, @rafaelfranca) - allow running `bundle outdated` when gems aren't installed locally (#5553, @segiddins) - print a helpful error when `bundle exec`ing to a gem that isn't included in the bundle (#5487, @segiddins) - print an error message when a non-git gem is given a `branch` option (#5530, @colby-swandale) - allow interrupts to exit the process after gems have been installed (@segiddins) - print the underlying error when downloading gem metadata fails (#5579, @segiddins) - avoid deadlocking when installing with a lockfile that is missing dependencies (#5378, #5480, #5519, #5526, #5529, #5549, #5572, @segiddins)
2017-06-05 16:32:24 +02:00
${GEM_LIBDIR}/doc/README.md
${GEM_LIBDIR}/doc/TROUBLESHOOTING.md
${GEM_LIBDIR}/doc/contributing/BUG_TRIAGE.md
${GEM_LIBDIR}/doc/contributing/COMMUNITY.md
${GEM_LIBDIR}/doc/contributing/GETTING_HELP.md
${GEM_LIBDIR}/doc/contributing/HOW_YOU_CAN_HELP.md
${GEM_LIBDIR}/doc/contributing/ISSUES.md
${GEM_LIBDIR}/doc/contributing/README.md
${GEM_LIBDIR}/doc/development/NEW_FEATURES.md
${GEM_LIBDIR}/doc/development/PULL_REQUESTS.md
${GEM_LIBDIR}/doc/development/README.md
${GEM_LIBDIR}/doc/development/RELEASING.md
${GEM_LIBDIR}/doc/development/SETUP.md
${GEM_LIBDIR}/doc/documentation/README.md
${GEM_LIBDIR}/doc/documentation/VISION.md
${GEM_LIBDIR}/doc/documentation/WRITING.md
${GEM_LIBDIR}/exe/bundle
${GEM_LIBDIR}/exe/bundle_ruby
${GEM_LIBDIR}/exe/bundler
${GEM_LIBDIR}/lib/bundler.rb
${GEM_LIBDIR}/lib/bundler/capistrano.rb
${GEM_LIBDIR}/lib/bundler/cli.rb
Update ruby-bundler to 1.15.1. ## 1.15.1 (2017-06-02) Bugfixes: - `bundle lock --update GEM` will fail gracefully when the gem is not in the lockfile (#5693, @segiddins) - `bundle init --gemspec` will fail gracefully when the gemspec is invalid (@colby-swandale) - `bundle install --force` works when the gemfile contains git gems (#5678, @segiddins) - `bundle env` will print well-formed markdown when there are no settings (#5677, @segiddins) ## 1.15.0 (2017-05-19) This space intentionally left blank. ## 1.15.0.pre.4 (2017-05-10) Bugfixes: - avoid conflicts when `Gem.finish_resolve` is called after the bundle has been set up (@segiddins) - ensure that `Gem::Specification.find_by_name` always returns an object that can have `#to_spec` called on it (#5592, @jules2689) ## 1.15.0.pre.3 (2017-04-30) Bugfixes: - avoid redundant blank lines in the readme generated by `bundle gem` (@koic) - ensure that `open-uri` is not loaded after `bundle exec` (@segiddins) - print a helpful error message when an activated default gem conflicts with a gem in the gemfile (@segiddins) - only shorten `ref` option for git gems when it is a SHA (#5620, @segiddins) ## 1.15.0.pre.2 (2017-04-23) Bugfixes: - ensure pre-existing fit caches are updated from remote sources (#5423, @alextaylor000) - avoid duplicating specs in the lockfile after updating with the gem uninstalled (#5599, @segiddins) - ensure git gems have their extensions available at runtime (#5594, @jules2689, @segiddins) ## 1.15.0.pre.1 (2017-04-16) Features: - print a notification when a newer version of bundler is available (#4683, @segiddins) - add man pages for all bundler commands (#4988, @feministy) - add the `bundle info` command (@fredrb, @colby-swandale) - all files created with `bundle gem` comply with the bundler style guide (@zachahn) - if installing a gem fails, print out the reason the gem needed to be installed (#5078, @segiddins) - allow setting `gem.push_key` to set the key used when running `rake release` (@DTrierweiler) - print gem versions that are regressing during `bundle update` in yellow (#5506, @brchristian) - avoid printing extraneous dependencies when the resolver encounters a conflict (@segiddins) - add the `bundle issue` command that prints instructions for reporting issues (#4871, @jonathanpike) - add `--source` and `--group` options to the `bundle inject` command (#5452, @Shekharrajak) - add the `bundle add` command to add a gem to the gemfile (@denniss) - add the `bundle pristine` command to re-install gems from cached `.gem` files (#4509, @denniss) - add a `--parseable` option for `bundle config` (@JuanitoFatas, @colby-swandale) Performance: - speed up gemfile initialization by storing locked dependencies as a hash (@jules2689) - speed up gemfile initialization by making locked dependency comparison lazy, avoiding object allocation (@jules2689) - only validate git gems when they are downloaded, instead of every time `Bundler.setup` is run (@segiddins) - avoid regenerating the lockfile when nothing has changed (@segiddins) - avoid diffing large arrays when no sources in the gemfile have changed (@segiddins) - avoid evaluating full gemspecs when running with RubyGems 2.5+ (@segiddins) Bugfixes: - fix cases where `bundle update` would print a resolver conflict instead of updating the selected gems (#5031, #5095, @segiddins) - print out a stack trace after an interrupt when running in debug mode (@segiddins) - print out when bundler starts fetching a gem from a remote server (@segiddins) - fix `bundle gem` failing when `git` is unavailable (#5458, @Shekharrajak, @colby-swandale) - suggest the appropriate command to unfreeze a bundle (#5009, @denniss) - ensure nested calls to `bundle exec` resolve default gems correctly (#5500, @segiddins) - ensure that a plugin failing to install doesn't uninstall other plugins (@kerrizor, @roseaboveit) - ensure `socket` is required before being referenced (#5533, @rafaelfranca) - allow running `bundle outdated` when gems aren't installed locally (#5553, @segiddins) - print a helpful error when `bundle exec`ing to a gem that isn't included in the bundle (#5487, @segiddins) - print an error message when a non-git gem is given a `branch` option (#5530, @colby-swandale) - allow interrupts to exit the process after gems have been installed (@segiddins) - print the underlying error when downloading gem metadata fails (#5579, @segiddins) - avoid deadlocking when installing with a lockfile that is missing dependencies (#5378, #5480, #5519, #5526, #5529, #5549, #5572, @segiddins)
2017-06-05 16:32:24 +02:00
${GEM_LIBDIR}/lib/bundler/cli/add.rb
Update ruby-bundler to 1.7.3, including security fix for CVE-2013-0334. ## 1.7.3 (2014-09-14) Bugfixes: - `extconf.rb` is now generated with the right path for `create_makefile` (@andremedeiros) - Fix various Ruby warnings (@piotrsanarki, @indirect) ## 1.7.2 (2014-08-23) Bugfixes: - Revert gem source sorting in lock files (@indirect) ## 1.7.1 (2014-08-20) Bugfixes: - Install gems from one source needed by gems in another source (@indirect) - Install the same gem versions even after some are installed (@tmoore) - Download specs only when installing from servers (@indirect) ## 1.7.0 (2014-08-13) Security: - Fix for CVE-2013-0334, installing gems from an unexpected source (@tmoore) Features: - Gemfile `source` calls now take a block containing gems from that source (@tmoore) - added the `:source` option to `gem` to specify a source (@tmoore) Bugfixes: - warn on ambiguous gems available from more than one source (@tmoore) ## 1.6.5 (2014-07-23) Bugfixes: - require openssl explicitly to fix rare HTTPS request failures (@indirect, #3107) ## 1.6.4 (2014-07-17) Bugfixes: - fix undefined constant error when can't find gem during binstubs (#3095, @jetaggart) - work when installed git gems are not writable (#3092, @pmahoney) - don't store configured source credentials in Gemfile.lock (#3045, @lhz) - don't include config source credentials in the lockfile (Lars Haugseth) - use threads for jobs on Rubinius (@YorickPeterse) - skip dependencies from other platforms (@mvz) - work when Rubygems was built without SSL (@andremedeiros) ## 1.6.3 (2014-06-16) Bugfixes: - fix regression when resolving many conflicts (#2994, @Who828) - use local gemspec for builtin gems during install --local (#3041, @Who828) - don't warn about sudo when installing on Windows (#2984, @indirect) - shell escape `bundle open` arguments (@indirect) ## 1.6.2 (2014-04-13) Bugfixes: - fix an exception when using builtin gems (#2915, #2963, @gnufied) - cache gems that are built in to the running ruby (#2975, @indirect) - re-allow deploying cached git gems without git installed (#2968, @aughr) - keep standalone working even with builtin gems (@indirect) - don't update vendor/cache in deployment mode (#2921, @indirect) Features: - warn informatively when `bundle install` is run as root (#2936, @1337807) ## 1.6.1 (2014-04-02) Bugfixes: - update C extensions when git gem versions change (#2948, @dylanahsmith) Features: - add support for C extensions in sudo mode on Rubygems 2.2 ## 1.6.0 (2014-03-28) Bugfixes: - many Gemfiles that caused incorrect errors now resolve correctly (@Who828) - redirects across hosts now work on rubies without OpenSSL (#2686, @grddev) - gemspecs now handle filenames with newlines (#2634, @jasonmp85) - support escaped characters in usernames and passwords (@punkie) - no more exception on `update GEM` without lock file (@simi) - allow long config values (#2823, @kgrz) - cache successfully even locked to gems shipped with Ruby (#2869, @aughr) - respect NO_PROXY even if a proxy is configured (#2878, @stlay) - only retry git commands that hit the network (#2899, @timmoore) - fix NameError regression when OpenSSL is not available (#2898, @timmoore) - handle exception installing when build_info owned by root (@Who828) - skip HTTP redirects from rubygems.org, huge speed boost (@Who828) Features: - resolver rewritten to avoid recursion (@Who828) - add `git_source` for custom options like :github and :gist (@strzalek) - HTTP auth may now be stored in `bundle config` (@smashwilson) - some complex Gemfiles are resolved up to 10x faster (@Who828) - add support for IRB alternatives such as Pry and Ripl (@joallard, @postmodern) - highlight installed or updated gems (#2722, #2741, @yaotti, @simi) - display the `post_install_message` for gems installed via :git (@phallstrom) - `bundle outdated --strict` now only reports allowed updates (@davidblondeau) - `bundle show --verbose` Add gem summary to the output (@lardcanoe) - `bundle gem GEM --ext` now generates a skeleton for a C extension (@superdealloc) - Avoid using threequals operator where possible (@as-cii) Documentation: - Add missing switches for bundle-install(1) and bundle-update(1) (@as-cii)
2014-09-30 01:35:14 +02:00
${GEM_LIBDIR}/lib/bundler/cli/binstubs.rb
${GEM_LIBDIR}/lib/bundler/cli/cache.rb
${GEM_LIBDIR}/lib/bundler/cli/check.rb
${GEM_LIBDIR}/lib/bundler/cli/clean.rb
${GEM_LIBDIR}/lib/bundler/cli/common.rb
${GEM_LIBDIR}/lib/bundler/cli/config.rb
${GEM_LIBDIR}/lib/bundler/cli/console.rb
${GEM_LIBDIR}/lib/bundler/cli/doctor.rb
Update ruby-bundler to 1.7.3, including security fix for CVE-2013-0334. ## 1.7.3 (2014-09-14) Bugfixes: - `extconf.rb` is now generated with the right path for `create_makefile` (@andremedeiros) - Fix various Ruby warnings (@piotrsanarki, @indirect) ## 1.7.2 (2014-08-23) Bugfixes: - Revert gem source sorting in lock files (@indirect) ## 1.7.1 (2014-08-20) Bugfixes: - Install gems from one source needed by gems in another source (@indirect) - Install the same gem versions even after some are installed (@tmoore) - Download specs only when installing from servers (@indirect) ## 1.7.0 (2014-08-13) Security: - Fix for CVE-2013-0334, installing gems from an unexpected source (@tmoore) Features: - Gemfile `source` calls now take a block containing gems from that source (@tmoore) - added the `:source` option to `gem` to specify a source (@tmoore) Bugfixes: - warn on ambiguous gems available from more than one source (@tmoore) ## 1.6.5 (2014-07-23) Bugfixes: - require openssl explicitly to fix rare HTTPS request failures (@indirect, #3107) ## 1.6.4 (2014-07-17) Bugfixes: - fix undefined constant error when can't find gem during binstubs (#3095, @jetaggart) - work when installed git gems are not writable (#3092, @pmahoney) - don't store configured source credentials in Gemfile.lock (#3045, @lhz) - don't include config source credentials in the lockfile (Lars Haugseth) - use threads for jobs on Rubinius (@YorickPeterse) - skip dependencies from other platforms (@mvz) - work when Rubygems was built without SSL (@andremedeiros) ## 1.6.3 (2014-06-16) Bugfixes: - fix regression when resolving many conflicts (#2994, @Who828) - use local gemspec for builtin gems during install --local (#3041, @Who828) - don't warn about sudo when installing on Windows (#2984, @indirect) - shell escape `bundle open` arguments (@indirect) ## 1.6.2 (2014-04-13) Bugfixes: - fix an exception when using builtin gems (#2915, #2963, @gnufied) - cache gems that are built in to the running ruby (#2975, @indirect) - re-allow deploying cached git gems without git installed (#2968, @aughr) - keep standalone working even with builtin gems (@indirect) - don't update vendor/cache in deployment mode (#2921, @indirect) Features: - warn informatively when `bundle install` is run as root (#2936, @1337807) ## 1.6.1 (2014-04-02) Bugfixes: - update C extensions when git gem versions change (#2948, @dylanahsmith) Features: - add support for C extensions in sudo mode on Rubygems 2.2 ## 1.6.0 (2014-03-28) Bugfixes: - many Gemfiles that caused incorrect errors now resolve correctly (@Who828) - redirects across hosts now work on rubies without OpenSSL (#2686, @grddev) - gemspecs now handle filenames with newlines (#2634, @jasonmp85) - support escaped characters in usernames and passwords (@punkie) - no more exception on `update GEM` without lock file (@simi) - allow long config values (#2823, @kgrz) - cache successfully even locked to gems shipped with Ruby (#2869, @aughr) - respect NO_PROXY even if a proxy is configured (#2878, @stlay) - only retry git commands that hit the network (#2899, @timmoore) - fix NameError regression when OpenSSL is not available (#2898, @timmoore) - handle exception installing when build_info owned by root (@Who828) - skip HTTP redirects from rubygems.org, huge speed boost (@Who828) Features: - resolver rewritten to avoid recursion (@Who828) - add `git_source` for custom options like :github and :gist (@strzalek) - HTTP auth may now be stored in `bundle config` (@smashwilson) - some complex Gemfiles are resolved up to 10x faster (@Who828) - add support for IRB alternatives such as Pry and Ripl (@joallard, @postmodern) - highlight installed or updated gems (#2722, #2741, @yaotti, @simi) - display the `post_install_message` for gems installed via :git (@phallstrom) - `bundle outdated --strict` now only reports allowed updates (@davidblondeau) - `bundle show --verbose` Add gem summary to the output (@lardcanoe) - `bundle gem GEM --ext` now generates a skeleton for a C extension (@superdealloc) - Avoid using threequals operator where possible (@as-cii) Documentation: - Add missing switches for bundle-install(1) and bundle-update(1) (@as-cii)
2014-09-30 01:35:14 +02:00
${GEM_LIBDIR}/lib/bundler/cli/exec.rb
${GEM_LIBDIR}/lib/bundler/cli/gem.rb
Update ruby-bundler to 1.15.1. ## 1.15.1 (2017-06-02) Bugfixes: - `bundle lock --update GEM` will fail gracefully when the gem is not in the lockfile (#5693, @segiddins) - `bundle init --gemspec` will fail gracefully when the gemspec is invalid (@colby-swandale) - `bundle install --force` works when the gemfile contains git gems (#5678, @segiddins) - `bundle env` will print well-formed markdown when there are no settings (#5677, @segiddins) ## 1.15.0 (2017-05-19) This space intentionally left blank. ## 1.15.0.pre.4 (2017-05-10) Bugfixes: - avoid conflicts when `Gem.finish_resolve` is called after the bundle has been set up (@segiddins) - ensure that `Gem::Specification.find_by_name` always returns an object that can have `#to_spec` called on it (#5592, @jules2689) ## 1.15.0.pre.3 (2017-04-30) Bugfixes: - avoid redundant blank lines in the readme generated by `bundle gem` (@koic) - ensure that `open-uri` is not loaded after `bundle exec` (@segiddins) - print a helpful error message when an activated default gem conflicts with a gem in the gemfile (@segiddins) - only shorten `ref` option for git gems when it is a SHA (#5620, @segiddins) ## 1.15.0.pre.2 (2017-04-23) Bugfixes: - ensure pre-existing fit caches are updated from remote sources (#5423, @alextaylor000) - avoid duplicating specs in the lockfile after updating with the gem uninstalled (#5599, @segiddins) - ensure git gems have their extensions available at runtime (#5594, @jules2689, @segiddins) ## 1.15.0.pre.1 (2017-04-16) Features: - print a notification when a newer version of bundler is available (#4683, @segiddins) - add man pages for all bundler commands (#4988, @feministy) - add the `bundle info` command (@fredrb, @colby-swandale) - all files created with `bundle gem` comply with the bundler style guide (@zachahn) - if installing a gem fails, print out the reason the gem needed to be installed (#5078, @segiddins) - allow setting `gem.push_key` to set the key used when running `rake release` (@DTrierweiler) - print gem versions that are regressing during `bundle update` in yellow (#5506, @brchristian) - avoid printing extraneous dependencies when the resolver encounters a conflict (@segiddins) - add the `bundle issue` command that prints instructions for reporting issues (#4871, @jonathanpike) - add `--source` and `--group` options to the `bundle inject` command (#5452, @Shekharrajak) - add the `bundle add` command to add a gem to the gemfile (@denniss) - add the `bundle pristine` command to re-install gems from cached `.gem` files (#4509, @denniss) - add a `--parseable` option for `bundle config` (@JuanitoFatas, @colby-swandale) Performance: - speed up gemfile initialization by storing locked dependencies as a hash (@jules2689) - speed up gemfile initialization by making locked dependency comparison lazy, avoiding object allocation (@jules2689) - only validate git gems when they are downloaded, instead of every time `Bundler.setup` is run (@segiddins) - avoid regenerating the lockfile when nothing has changed (@segiddins) - avoid diffing large arrays when no sources in the gemfile have changed (@segiddins) - avoid evaluating full gemspecs when running with RubyGems 2.5+ (@segiddins) Bugfixes: - fix cases where `bundle update` would print a resolver conflict instead of updating the selected gems (#5031, #5095, @segiddins) - print out a stack trace after an interrupt when running in debug mode (@segiddins) - print out when bundler starts fetching a gem from a remote server (@segiddins) - fix `bundle gem` failing when `git` is unavailable (#5458, @Shekharrajak, @colby-swandale) - suggest the appropriate command to unfreeze a bundle (#5009, @denniss) - ensure nested calls to `bundle exec` resolve default gems correctly (#5500, @segiddins) - ensure that a plugin failing to install doesn't uninstall other plugins (@kerrizor, @roseaboveit) - ensure `socket` is required before being referenced (#5533, @rafaelfranca) - allow running `bundle outdated` when gems aren't installed locally (#5553, @segiddins) - print a helpful error when `bundle exec`ing to a gem that isn't included in the bundle (#5487, @segiddins) - print an error message when a non-git gem is given a `branch` option (#5530, @colby-swandale) - allow interrupts to exit the process after gems have been installed (@segiddins) - print the underlying error when downloading gem metadata fails (#5579, @segiddins) - avoid deadlocking when installing with a lockfile that is missing dependencies (#5378, #5480, #5519, #5526, #5529, #5549, #5572, @segiddins)
2017-06-05 16:32:24 +02:00
${GEM_LIBDIR}/lib/bundler/cli/info.rb
Update ruby-bundler to 1.7.3, including security fix for CVE-2013-0334. ## 1.7.3 (2014-09-14) Bugfixes: - `extconf.rb` is now generated with the right path for `create_makefile` (@andremedeiros) - Fix various Ruby warnings (@piotrsanarki, @indirect) ## 1.7.2 (2014-08-23) Bugfixes: - Revert gem source sorting in lock files (@indirect) ## 1.7.1 (2014-08-20) Bugfixes: - Install gems from one source needed by gems in another source (@indirect) - Install the same gem versions even after some are installed (@tmoore) - Download specs only when installing from servers (@indirect) ## 1.7.0 (2014-08-13) Security: - Fix for CVE-2013-0334, installing gems from an unexpected source (@tmoore) Features: - Gemfile `source` calls now take a block containing gems from that source (@tmoore) - added the `:source` option to `gem` to specify a source (@tmoore) Bugfixes: - warn on ambiguous gems available from more than one source (@tmoore) ## 1.6.5 (2014-07-23) Bugfixes: - require openssl explicitly to fix rare HTTPS request failures (@indirect, #3107) ## 1.6.4 (2014-07-17) Bugfixes: - fix undefined constant error when can't find gem during binstubs (#3095, @jetaggart) - work when installed git gems are not writable (#3092, @pmahoney) - don't store configured source credentials in Gemfile.lock (#3045, @lhz) - don't include config source credentials in the lockfile (Lars Haugseth) - use threads for jobs on Rubinius (@YorickPeterse) - skip dependencies from other platforms (@mvz) - work when Rubygems was built without SSL (@andremedeiros) ## 1.6.3 (2014-06-16) Bugfixes: - fix regression when resolving many conflicts (#2994, @Who828) - use local gemspec for builtin gems during install --local (#3041, @Who828) - don't warn about sudo when installing on Windows (#2984, @indirect) - shell escape `bundle open` arguments (@indirect) ## 1.6.2 (2014-04-13) Bugfixes: - fix an exception when using builtin gems (#2915, #2963, @gnufied) - cache gems that are built in to the running ruby (#2975, @indirect) - re-allow deploying cached git gems without git installed (#2968, @aughr) - keep standalone working even with builtin gems (@indirect) - don't update vendor/cache in deployment mode (#2921, @indirect) Features: - warn informatively when `bundle install` is run as root (#2936, @1337807) ## 1.6.1 (2014-04-02) Bugfixes: - update C extensions when git gem versions change (#2948, @dylanahsmith) Features: - add support for C extensions in sudo mode on Rubygems 2.2 ## 1.6.0 (2014-03-28) Bugfixes: - many Gemfiles that caused incorrect errors now resolve correctly (@Who828) - redirects across hosts now work on rubies without OpenSSL (#2686, @grddev) - gemspecs now handle filenames with newlines (#2634, @jasonmp85) - support escaped characters in usernames and passwords (@punkie) - no more exception on `update GEM` without lock file (@simi) - allow long config values (#2823, @kgrz) - cache successfully even locked to gems shipped with Ruby (#2869, @aughr) - respect NO_PROXY even if a proxy is configured (#2878, @stlay) - only retry git commands that hit the network (#2899, @timmoore) - fix NameError regression when OpenSSL is not available (#2898, @timmoore) - handle exception installing when build_info owned by root (@Who828) - skip HTTP redirects from rubygems.org, huge speed boost (@Who828) Features: - resolver rewritten to avoid recursion (@Who828) - add `git_source` for custom options like :github and :gist (@strzalek) - HTTP auth may now be stored in `bundle config` (@smashwilson) - some complex Gemfiles are resolved up to 10x faster (@Who828) - add support for IRB alternatives such as Pry and Ripl (@joallard, @postmodern) - highlight installed or updated gems (#2722, #2741, @yaotti, @simi) - display the `post_install_message` for gems installed via :git (@phallstrom) - `bundle outdated --strict` now only reports allowed updates (@davidblondeau) - `bundle show --verbose` Add gem summary to the output (@lardcanoe) - `bundle gem GEM --ext` now generates a skeleton for a C extension (@superdealloc) - Avoid using threequals operator where possible (@as-cii) Documentation: - Add missing switches for bundle-install(1) and bundle-update(1) (@as-cii)
2014-09-30 01:35:14 +02:00
${GEM_LIBDIR}/lib/bundler/cli/init.rb
${GEM_LIBDIR}/lib/bundler/cli/inject.rb
${GEM_LIBDIR}/lib/bundler/cli/install.rb
Update ruby-bundler to 1.15.1. ## 1.15.1 (2017-06-02) Bugfixes: - `bundle lock --update GEM` will fail gracefully when the gem is not in the lockfile (#5693, @segiddins) - `bundle init --gemspec` will fail gracefully when the gemspec is invalid (@colby-swandale) - `bundle install --force` works when the gemfile contains git gems (#5678, @segiddins) - `bundle env` will print well-formed markdown when there are no settings (#5677, @segiddins) ## 1.15.0 (2017-05-19) This space intentionally left blank. ## 1.15.0.pre.4 (2017-05-10) Bugfixes: - avoid conflicts when `Gem.finish_resolve` is called after the bundle has been set up (@segiddins) - ensure that `Gem::Specification.find_by_name` always returns an object that can have `#to_spec` called on it (#5592, @jules2689) ## 1.15.0.pre.3 (2017-04-30) Bugfixes: - avoid redundant blank lines in the readme generated by `bundle gem` (@koic) - ensure that `open-uri` is not loaded after `bundle exec` (@segiddins) - print a helpful error message when an activated default gem conflicts with a gem in the gemfile (@segiddins) - only shorten `ref` option for git gems when it is a SHA (#5620, @segiddins) ## 1.15.0.pre.2 (2017-04-23) Bugfixes: - ensure pre-existing fit caches are updated from remote sources (#5423, @alextaylor000) - avoid duplicating specs in the lockfile after updating with the gem uninstalled (#5599, @segiddins) - ensure git gems have their extensions available at runtime (#5594, @jules2689, @segiddins) ## 1.15.0.pre.1 (2017-04-16) Features: - print a notification when a newer version of bundler is available (#4683, @segiddins) - add man pages for all bundler commands (#4988, @feministy) - add the `bundle info` command (@fredrb, @colby-swandale) - all files created with `bundle gem` comply with the bundler style guide (@zachahn) - if installing a gem fails, print out the reason the gem needed to be installed (#5078, @segiddins) - allow setting `gem.push_key` to set the key used when running `rake release` (@DTrierweiler) - print gem versions that are regressing during `bundle update` in yellow (#5506, @brchristian) - avoid printing extraneous dependencies when the resolver encounters a conflict (@segiddins) - add the `bundle issue` command that prints instructions for reporting issues (#4871, @jonathanpike) - add `--source` and `--group` options to the `bundle inject` command (#5452, @Shekharrajak) - add the `bundle add` command to add a gem to the gemfile (@denniss) - add the `bundle pristine` command to re-install gems from cached `.gem` files (#4509, @denniss) - add a `--parseable` option for `bundle config` (@JuanitoFatas, @colby-swandale) Performance: - speed up gemfile initialization by storing locked dependencies as a hash (@jules2689) - speed up gemfile initialization by making locked dependency comparison lazy, avoiding object allocation (@jules2689) - only validate git gems when they are downloaded, instead of every time `Bundler.setup` is run (@segiddins) - avoid regenerating the lockfile when nothing has changed (@segiddins) - avoid diffing large arrays when no sources in the gemfile have changed (@segiddins) - avoid evaluating full gemspecs when running with RubyGems 2.5+ (@segiddins) Bugfixes: - fix cases where `bundle update` would print a resolver conflict instead of updating the selected gems (#5031, #5095, @segiddins) - print out a stack trace after an interrupt when running in debug mode (@segiddins) - print out when bundler starts fetching a gem from a remote server (@segiddins) - fix `bundle gem` failing when `git` is unavailable (#5458, @Shekharrajak, @colby-swandale) - suggest the appropriate command to unfreeze a bundle (#5009, @denniss) - ensure nested calls to `bundle exec` resolve default gems correctly (#5500, @segiddins) - ensure that a plugin failing to install doesn't uninstall other plugins (@kerrizor, @roseaboveit) - ensure `socket` is required before being referenced (#5533, @rafaelfranca) - allow running `bundle outdated` when gems aren't installed locally (#5553, @segiddins) - print a helpful error when `bundle exec`ing to a gem that isn't included in the bundle (#5487, @segiddins) - print an error message when a non-git gem is given a `branch` option (#5530, @colby-swandale) - allow interrupts to exit the process after gems have been installed (@segiddins) - print the underlying error when downloading gem metadata fails (#5579, @segiddins) - avoid deadlocking when installing with a lockfile that is missing dependencies (#5378, #5480, #5519, #5526, #5529, #5549, #5572, @segiddins)
2017-06-05 16:32:24 +02:00
${GEM_LIBDIR}/lib/bundler/cli/issue.rb
Update ruby-bundler to 1.10.3. ## 1.10.2 (2015-05-29) Bugfixes: - fix regression in `bundle update GEM` performance introduced in 1.10.0 (#3687, @segiddins) ## 1.10.1 (2015-05-28) Bugfixes: - silence ruby warning when running CLI commands (@segiddins) - validate gemspecs in non-packaging mode (#3681, @segiddins) - ensure the same chdir mutex as RubyGems is used (#3680, @segiddins) ## 1.10.0 (2015-05-28) (this space intentionally left blank) ## 1.10.0.rc (2015-05-16) Features: - dramatically speed up resolving some slow Gemfiles (#3635, @segiddins) - track CI platforms running Bundler (#3646, @fotanus) Bugfixes: - allow `viz` to work with prereleases (#3621, #3217, @aprescott) - validate gemspecs used in path and git gems (#3639, @segiddins, @indirect) - stop printing config warnings when config is unchanged (#3649, @fotanus, @indirect) ## 1.10.0.pre.2 (2015-05-07) Bugfixes: - make BUNDLED WITH backwards compatible (#3623, @segiddins) ## 1.10.0.pre.1 (2015-05-05) Bugfixes: - always clean up tmp dirs (#3277, @hone, @indirect, @segiddins) ## 1.10.0.pre (2015-05-03) Features: - support gem extensions built into any directory on RubyGems 2.2+ (#3582, @voxik) - add 'bundler/inline' which provides a `gemfile` method (#3440, @segiddins) - improved error reports for Gemfile errors (#3480, @segiddins) - `lock` command (#3437, @segiddins) - add `ignore_messages` config to suppress post-install text (#3510, @pducks32) - improve `gem` minitest template (#3513, #3515, @arthurnn) - add `install --force` to re-install installed gems (#3519, @segiddins) - show more `outdated` information, including groups (@smlance, @indirect) - add optional groups to the Gemfile (#3531, @jhass) - accept glob argument to `gemspec` in Gemfile (#3464, @pjump) - make timeouts and retries configurable via `config` (#3601, @pducks32) - add `install_if` Gemfile method for conditional installs (#3611, @segiddins) Bugfixes: - standalone mode now uses builtin gems correctly (#3610, @segiddins) - fix `rake spec:deps` on MinGW Ruby 2.0+ (#3487, @marutosi) - remember all y/n answers when generating gems (#3579, @pducks32) Performance: - use RubyGems stub specifications when possible (#3580, @segiddins) Deprecations: - deprecated the (never enabled) `bundle_ruby` binary (@smlance) ## 1.9.9 (2015-05-16) Bugfixes: - read mirror and credential settings from older versions (#3557, @Strech) ## 1.9.8 (2015-05-12) Bugfixes: - fix regression in sudo mode introduced by 1.9.7 (#3642, @segiddins) ## 1.9.7 (2015-05-11) Bugfixes: - always clean up tmp dirs (#3277, @hone, @indirect, @segiddins) ## 1.9.6 (2015-05-02) Bugfixes: - support RubyGems versions above 2.4.6 (@tenderlove, @segiddins, @indirect) - allow creating gems with names containing two dashes (#3483, @janlelis) - allow creating gems with names extending constants (#3603, @amatsuda) ## 1.9.5 (2015-04-29) Bugfixes: - respect Gemfile sources when installing a gem present in two sources (#3585, @tmoore) ## 1.9.4 (2015-04-13) Bugfixes: - fix regression in installing x86 and universal gems (#3565, @jdmundrawala) - improve error when gems are missing (#3564, @sealocal) ## 1.9.3 (2015-04-12) Bugfixes: - handle removal of `specs` from rubygems/rubygems@620910 (#3558, @indirect) - install 'universal' gems on Windows (#3066, @jdmundrawala) - stop passing --local during `rake install` task (#3236, @indirect) - guard against all possible accidental public gem pushes (#3533, @indirect) ## 1.9.2 (2015-03-30) Bugfixes: - ensure gem executables are executable (#3517, #3511, @indirect) - fix warnings in Molinillo (#3516, @segiddins) - ensure duplicate dependencies do not propagate (#3522, @segiddins) - keep gems locked when updating another gem from the same source (#3520, @indirect) - resolve race that could build gems without saved arguments (#3404, @indirect) ## 1.9.1 (2015-03-21) Bugfixes: - avoid exception in 'bundler/gem_tasks' (#3492, @segiddins) ## 1.9.0 (2015-03-20) ## 1.9.0.rc (2015-03-13) Bugfixes: - make Bundler.which stop finding directories (@nohoho) - handle Bundler prereleases correctly (#3470, @segiddins) ## 1.9.0.pre.1 (2015-03-11) Bugfixes: - make `gem` command work again (@arthurnn) ## 1.9.0.pre (2015-03-11) Features: - prefer gemspecs closest to the directory root (#3428, @segiddins) - debug log for API request limits (#3452, @neerfri) "Features": - Molinillo resolver, shared with CocoaPods (@segiddins) - updated Thor to v0.19.1 (@segiddins)
2015-06-07 17:52:28 +02:00
${GEM_LIBDIR}/lib/bundler/cli/lock.rb
Update ruby-bundler to 1.7.3, including security fix for CVE-2013-0334. ## 1.7.3 (2014-09-14) Bugfixes: - `extconf.rb` is now generated with the right path for `create_makefile` (@andremedeiros) - Fix various Ruby warnings (@piotrsanarki, @indirect) ## 1.7.2 (2014-08-23) Bugfixes: - Revert gem source sorting in lock files (@indirect) ## 1.7.1 (2014-08-20) Bugfixes: - Install gems from one source needed by gems in another source (@indirect) - Install the same gem versions even after some are installed (@tmoore) - Download specs only when installing from servers (@indirect) ## 1.7.0 (2014-08-13) Security: - Fix for CVE-2013-0334, installing gems from an unexpected source (@tmoore) Features: - Gemfile `source` calls now take a block containing gems from that source (@tmoore) - added the `:source` option to `gem` to specify a source (@tmoore) Bugfixes: - warn on ambiguous gems available from more than one source (@tmoore) ## 1.6.5 (2014-07-23) Bugfixes: - require openssl explicitly to fix rare HTTPS request failures (@indirect, #3107) ## 1.6.4 (2014-07-17) Bugfixes: - fix undefined constant error when can't find gem during binstubs (#3095, @jetaggart) - work when installed git gems are not writable (#3092, @pmahoney) - don't store configured source credentials in Gemfile.lock (#3045, @lhz) - don't include config source credentials in the lockfile (Lars Haugseth) - use threads for jobs on Rubinius (@YorickPeterse) - skip dependencies from other platforms (@mvz) - work when Rubygems was built without SSL (@andremedeiros) ## 1.6.3 (2014-06-16) Bugfixes: - fix regression when resolving many conflicts (#2994, @Who828) - use local gemspec for builtin gems during install --local (#3041, @Who828) - don't warn about sudo when installing on Windows (#2984, @indirect) - shell escape `bundle open` arguments (@indirect) ## 1.6.2 (2014-04-13) Bugfixes: - fix an exception when using builtin gems (#2915, #2963, @gnufied) - cache gems that are built in to the running ruby (#2975, @indirect) - re-allow deploying cached git gems without git installed (#2968, @aughr) - keep standalone working even with builtin gems (@indirect) - don't update vendor/cache in deployment mode (#2921, @indirect) Features: - warn informatively when `bundle install` is run as root (#2936, @1337807) ## 1.6.1 (2014-04-02) Bugfixes: - update C extensions when git gem versions change (#2948, @dylanahsmith) Features: - add support for C extensions in sudo mode on Rubygems 2.2 ## 1.6.0 (2014-03-28) Bugfixes: - many Gemfiles that caused incorrect errors now resolve correctly (@Who828) - redirects across hosts now work on rubies without OpenSSL (#2686, @grddev) - gemspecs now handle filenames with newlines (#2634, @jasonmp85) - support escaped characters in usernames and passwords (@punkie) - no more exception on `update GEM` without lock file (@simi) - allow long config values (#2823, @kgrz) - cache successfully even locked to gems shipped with Ruby (#2869, @aughr) - respect NO_PROXY even if a proxy is configured (#2878, @stlay) - only retry git commands that hit the network (#2899, @timmoore) - fix NameError regression when OpenSSL is not available (#2898, @timmoore) - handle exception installing when build_info owned by root (@Who828) - skip HTTP redirects from rubygems.org, huge speed boost (@Who828) Features: - resolver rewritten to avoid recursion (@Who828) - add `git_source` for custom options like :github and :gist (@strzalek) - HTTP auth may now be stored in `bundle config` (@smashwilson) - some complex Gemfiles are resolved up to 10x faster (@Who828) - add support for IRB alternatives such as Pry and Ripl (@joallard, @postmodern) - highlight installed or updated gems (#2722, #2741, @yaotti, @simi) - display the `post_install_message` for gems installed via :git (@phallstrom) - `bundle outdated --strict` now only reports allowed updates (@davidblondeau) - `bundle show --verbose` Add gem summary to the output (@lardcanoe) - `bundle gem GEM --ext` now generates a skeleton for a C extension (@superdealloc) - Avoid using threequals operator where possible (@as-cii) Documentation: - Add missing switches for bundle-install(1) and bundle-update(1) (@as-cii)
2014-09-30 01:35:14 +02:00
${GEM_LIBDIR}/lib/bundler/cli/open.rb
${GEM_LIBDIR}/lib/bundler/cli/outdated.rb
${GEM_LIBDIR}/lib/bundler/cli/package.rb
${GEM_LIBDIR}/lib/bundler/cli/platform.rb
${GEM_LIBDIR}/lib/bundler/cli/plugin.rb
Update ruby-bundler to 1.15.1. ## 1.15.1 (2017-06-02) Bugfixes: - `bundle lock --update GEM` will fail gracefully when the gem is not in the lockfile (#5693, @segiddins) - `bundle init --gemspec` will fail gracefully when the gemspec is invalid (@colby-swandale) - `bundle install --force` works when the gemfile contains git gems (#5678, @segiddins) - `bundle env` will print well-formed markdown when there are no settings (#5677, @segiddins) ## 1.15.0 (2017-05-19) This space intentionally left blank. ## 1.15.0.pre.4 (2017-05-10) Bugfixes: - avoid conflicts when `Gem.finish_resolve` is called after the bundle has been set up (@segiddins) - ensure that `Gem::Specification.find_by_name` always returns an object that can have `#to_spec` called on it (#5592, @jules2689) ## 1.15.0.pre.3 (2017-04-30) Bugfixes: - avoid redundant blank lines in the readme generated by `bundle gem` (@koic) - ensure that `open-uri` is not loaded after `bundle exec` (@segiddins) - print a helpful error message when an activated default gem conflicts with a gem in the gemfile (@segiddins) - only shorten `ref` option for git gems when it is a SHA (#5620, @segiddins) ## 1.15.0.pre.2 (2017-04-23) Bugfixes: - ensure pre-existing fit caches are updated from remote sources (#5423, @alextaylor000) - avoid duplicating specs in the lockfile after updating with the gem uninstalled (#5599, @segiddins) - ensure git gems have their extensions available at runtime (#5594, @jules2689, @segiddins) ## 1.15.0.pre.1 (2017-04-16) Features: - print a notification when a newer version of bundler is available (#4683, @segiddins) - add man pages for all bundler commands (#4988, @feministy) - add the `bundle info` command (@fredrb, @colby-swandale) - all files created with `bundle gem` comply with the bundler style guide (@zachahn) - if installing a gem fails, print out the reason the gem needed to be installed (#5078, @segiddins) - allow setting `gem.push_key` to set the key used when running `rake release` (@DTrierweiler) - print gem versions that are regressing during `bundle update` in yellow (#5506, @brchristian) - avoid printing extraneous dependencies when the resolver encounters a conflict (@segiddins) - add the `bundle issue` command that prints instructions for reporting issues (#4871, @jonathanpike) - add `--source` and `--group` options to the `bundle inject` command (#5452, @Shekharrajak) - add the `bundle add` command to add a gem to the gemfile (@denniss) - add the `bundle pristine` command to re-install gems from cached `.gem` files (#4509, @denniss) - add a `--parseable` option for `bundle config` (@JuanitoFatas, @colby-swandale) Performance: - speed up gemfile initialization by storing locked dependencies as a hash (@jules2689) - speed up gemfile initialization by making locked dependency comparison lazy, avoiding object allocation (@jules2689) - only validate git gems when they are downloaded, instead of every time `Bundler.setup` is run (@segiddins) - avoid regenerating the lockfile when nothing has changed (@segiddins) - avoid diffing large arrays when no sources in the gemfile have changed (@segiddins) - avoid evaluating full gemspecs when running with RubyGems 2.5+ (@segiddins) Bugfixes: - fix cases where `bundle update` would print a resolver conflict instead of updating the selected gems (#5031, #5095, @segiddins) - print out a stack trace after an interrupt when running in debug mode (@segiddins) - print out when bundler starts fetching a gem from a remote server (@segiddins) - fix `bundle gem` failing when `git` is unavailable (#5458, @Shekharrajak, @colby-swandale) - suggest the appropriate command to unfreeze a bundle (#5009, @denniss) - ensure nested calls to `bundle exec` resolve default gems correctly (#5500, @segiddins) - ensure that a plugin failing to install doesn't uninstall other plugins (@kerrizor, @roseaboveit) - ensure `socket` is required before being referenced (#5533, @rafaelfranca) - allow running `bundle outdated` when gems aren't installed locally (#5553, @segiddins) - print a helpful error when `bundle exec`ing to a gem that isn't included in the bundle (#5487, @segiddins) - print an error message when a non-git gem is given a `branch` option (#5530, @colby-swandale) - allow interrupts to exit the process after gems have been installed (@segiddins) - print the underlying error when downloading gem metadata fails (#5579, @segiddins) - avoid deadlocking when installing with a lockfile that is missing dependencies (#5378, #5480, #5519, #5526, #5529, #5549, #5572, @segiddins)
2017-06-05 16:32:24 +02:00
${GEM_LIBDIR}/lib/bundler/cli/pristine.rb
Update ruby-bundler to 1.7.3, including security fix for CVE-2013-0334. ## 1.7.3 (2014-09-14) Bugfixes: - `extconf.rb` is now generated with the right path for `create_makefile` (@andremedeiros) - Fix various Ruby warnings (@piotrsanarki, @indirect) ## 1.7.2 (2014-08-23) Bugfixes: - Revert gem source sorting in lock files (@indirect) ## 1.7.1 (2014-08-20) Bugfixes: - Install gems from one source needed by gems in another source (@indirect) - Install the same gem versions even after some are installed (@tmoore) - Download specs only when installing from servers (@indirect) ## 1.7.0 (2014-08-13) Security: - Fix for CVE-2013-0334, installing gems from an unexpected source (@tmoore) Features: - Gemfile `source` calls now take a block containing gems from that source (@tmoore) - added the `:source` option to `gem` to specify a source (@tmoore) Bugfixes: - warn on ambiguous gems available from more than one source (@tmoore) ## 1.6.5 (2014-07-23) Bugfixes: - require openssl explicitly to fix rare HTTPS request failures (@indirect, #3107) ## 1.6.4 (2014-07-17) Bugfixes: - fix undefined constant error when can't find gem during binstubs (#3095, @jetaggart) - work when installed git gems are not writable (#3092, @pmahoney) - don't store configured source credentials in Gemfile.lock (#3045, @lhz) - don't include config source credentials in the lockfile (Lars Haugseth) - use threads for jobs on Rubinius (@YorickPeterse) - skip dependencies from other platforms (@mvz) - work when Rubygems was built without SSL (@andremedeiros) ## 1.6.3 (2014-06-16) Bugfixes: - fix regression when resolving many conflicts (#2994, @Who828) - use local gemspec for builtin gems during install --local (#3041, @Who828) - don't warn about sudo when installing on Windows (#2984, @indirect) - shell escape `bundle open` arguments (@indirect) ## 1.6.2 (2014-04-13) Bugfixes: - fix an exception when using builtin gems (#2915, #2963, @gnufied) - cache gems that are built in to the running ruby (#2975, @indirect) - re-allow deploying cached git gems without git installed (#2968, @aughr) - keep standalone working even with builtin gems (@indirect) - don't update vendor/cache in deployment mode (#2921, @indirect) Features: - warn informatively when `bundle install` is run as root (#2936, @1337807) ## 1.6.1 (2014-04-02) Bugfixes: - update C extensions when git gem versions change (#2948, @dylanahsmith) Features: - add support for C extensions in sudo mode on Rubygems 2.2 ## 1.6.0 (2014-03-28) Bugfixes: - many Gemfiles that caused incorrect errors now resolve correctly (@Who828) - redirects across hosts now work on rubies without OpenSSL (#2686, @grddev) - gemspecs now handle filenames with newlines (#2634, @jasonmp85) - support escaped characters in usernames and passwords (@punkie) - no more exception on `update GEM` without lock file (@simi) - allow long config values (#2823, @kgrz) - cache successfully even locked to gems shipped with Ruby (#2869, @aughr) - respect NO_PROXY even if a proxy is configured (#2878, @stlay) - only retry git commands that hit the network (#2899, @timmoore) - fix NameError regression when OpenSSL is not available (#2898, @timmoore) - handle exception installing when build_info owned by root (@Who828) - skip HTTP redirects from rubygems.org, huge speed boost (@Who828) Features: - resolver rewritten to avoid recursion (@Who828) - add `git_source` for custom options like :github and :gist (@strzalek) - HTTP auth may now be stored in `bundle config` (@smashwilson) - some complex Gemfiles are resolved up to 10x faster (@Who828) - add support for IRB alternatives such as Pry and Ripl (@joallard, @postmodern) - highlight installed or updated gems (#2722, #2741, @yaotti, @simi) - display the `post_install_message` for gems installed via :git (@phallstrom) - `bundle outdated --strict` now only reports allowed updates (@davidblondeau) - `bundle show --verbose` Add gem summary to the output (@lardcanoe) - `bundle gem GEM --ext` now generates a skeleton for a C extension (@superdealloc) - Avoid using threequals operator where possible (@as-cii) Documentation: - Add missing switches for bundle-install(1) and bundle-update(1) (@as-cii)
2014-09-30 01:35:14 +02:00
${GEM_LIBDIR}/lib/bundler/cli/show.rb
${GEM_LIBDIR}/lib/bundler/cli/update.rb
${GEM_LIBDIR}/lib/bundler/cli/viz.rb
${GEM_LIBDIR}/lib/bundler/compact_index_client.rb
${GEM_LIBDIR}/lib/bundler/compact_index_client/cache.rb
${GEM_LIBDIR}/lib/bundler/compact_index_client/updater.rb
${GEM_LIBDIR}/lib/bundler/constants.rb
${GEM_LIBDIR}/lib/bundler/current_ruby.rb
${GEM_LIBDIR}/lib/bundler/definition.rb
${GEM_LIBDIR}/lib/bundler/dep_proxy.rb
${GEM_LIBDIR}/lib/bundler/dependency.rb
Update ruby-bundler package to 1.0.7. ## 1.0.7 (November 17, 2010) Bugfixes: - Remove Bundler version from the lockfile because it broke backwards compatibility with 1.0.0-1.0.5. Sorry. :( ## 1.0.6 (November 16, 2010) Bugfixes: - Fix regression in `update` that caused long/wrong results - Allow git gems on other platforms while installing (#579) Features: - Speed up `install` command using various optimizations - Significantly increase performance of resolver - Use upcoming Rubygems performance improvements (@tmm1) - Warn if the lockfile was generated by a newer version - Set generated gems' homepage to "", so Rubygems will warn ## 1.0.5 (November 13, 2010) Bugfixes: - Fix regression disabling all operations that employ sudo ## 1.0.4 (November 12, 2010) Bugfixes: - Expand relative :paths from Bundler.root (eg ./foogem) - Allow git gems in --without groups while --frozen - Allow gem :ref to be a symbol as well as a string - Fix exception when Gemfile needs a newer Bundler version - Explanation when the current Bundler version conflicts - Explicit error message if Gemfile needs newer Bundler - Ignore an empty string BUNDLE_GEMFILE - Skeleton gemspec now works with older versions of git - Fix shell quoting and ref fetching in GemHelper - Disable colored output in --deployment - Preserve line endings in lock file Features: - Add support for 'mingw32' platform (aka RubyInstaller) - Large speed increase when Gemfile.lock is already present - Huge speed increase when many (100+) system gems are present - Significant expansion of ISSUES, man pages, and docs site - Remove Open3 from GemHelper (now it works on Windows™®©© - Allow setting roles in built-in cap and vlad tasks ## 1.0.3 (October 15, 2010) Bugfixes: - Use bitwise or in #hash to reduce the chance of overflow - `bundle update` now works with :git + :tag updates - Record relative :path options in the Gemfile.lock - :groups option on gem method in Gemfile now works - Add #platform method and :platform option to Gemfile DSL - --without now accepts a quoted, space-separated list - Installing after --deployment with no lock is now possible - Binstubs can now be symlinked - Print warning if cache for --local install is missing gems - Improve output when installing to a path - The tests all pass! Yay! ## 1.0.2 (October 2, 2010) Bugfix: - Actually include the man pages in the gem, so help works
2010-12-04 05:10:55 +01:00
${GEM_LIBDIR}/lib/bundler/deployment.rb
${GEM_LIBDIR}/lib/bundler/deprecate.rb
${GEM_LIBDIR}/lib/bundler/dsl.rb
${GEM_LIBDIR}/lib/bundler/endpoint_specification.rb
${GEM_LIBDIR}/lib/bundler/env.rb
${GEM_LIBDIR}/lib/bundler/environment_preserver.rb
${GEM_LIBDIR}/lib/bundler/errors.rb
${GEM_LIBDIR}/lib/bundler/feature_flag.rb
${GEM_LIBDIR}/lib/bundler/fetcher.rb
Update ruby-bundler to 1.10.3. ## 1.10.2 (2015-05-29) Bugfixes: - fix regression in `bundle update GEM` performance introduced in 1.10.0 (#3687, @segiddins) ## 1.10.1 (2015-05-28) Bugfixes: - silence ruby warning when running CLI commands (@segiddins) - validate gemspecs in non-packaging mode (#3681, @segiddins) - ensure the same chdir mutex as RubyGems is used (#3680, @segiddins) ## 1.10.0 (2015-05-28) (this space intentionally left blank) ## 1.10.0.rc (2015-05-16) Features: - dramatically speed up resolving some slow Gemfiles (#3635, @segiddins) - track CI platforms running Bundler (#3646, @fotanus) Bugfixes: - allow `viz` to work with prereleases (#3621, #3217, @aprescott) - validate gemspecs used in path and git gems (#3639, @segiddins, @indirect) - stop printing config warnings when config is unchanged (#3649, @fotanus, @indirect) ## 1.10.0.pre.2 (2015-05-07) Bugfixes: - make BUNDLED WITH backwards compatible (#3623, @segiddins) ## 1.10.0.pre.1 (2015-05-05) Bugfixes: - always clean up tmp dirs (#3277, @hone, @indirect, @segiddins) ## 1.10.0.pre (2015-05-03) Features: - support gem extensions built into any directory on RubyGems 2.2+ (#3582, @voxik) - add 'bundler/inline' which provides a `gemfile` method (#3440, @segiddins) - improved error reports for Gemfile errors (#3480, @segiddins) - `lock` command (#3437, @segiddins) - add `ignore_messages` config to suppress post-install text (#3510, @pducks32) - improve `gem` minitest template (#3513, #3515, @arthurnn) - add `install --force` to re-install installed gems (#3519, @segiddins) - show more `outdated` information, including groups (@smlance, @indirect) - add optional groups to the Gemfile (#3531, @jhass) - accept glob argument to `gemspec` in Gemfile (#3464, @pjump) - make timeouts and retries configurable via `config` (#3601, @pducks32) - add `install_if` Gemfile method for conditional installs (#3611, @segiddins) Bugfixes: - standalone mode now uses builtin gems correctly (#3610, @segiddins) - fix `rake spec:deps` on MinGW Ruby 2.0+ (#3487, @marutosi) - remember all y/n answers when generating gems (#3579, @pducks32) Performance: - use RubyGems stub specifications when possible (#3580, @segiddins) Deprecations: - deprecated the (never enabled) `bundle_ruby` binary (@smlance) ## 1.9.9 (2015-05-16) Bugfixes: - read mirror and credential settings from older versions (#3557, @Strech) ## 1.9.8 (2015-05-12) Bugfixes: - fix regression in sudo mode introduced by 1.9.7 (#3642, @segiddins) ## 1.9.7 (2015-05-11) Bugfixes: - always clean up tmp dirs (#3277, @hone, @indirect, @segiddins) ## 1.9.6 (2015-05-02) Bugfixes: - support RubyGems versions above 2.4.6 (@tenderlove, @segiddins, @indirect) - allow creating gems with names containing two dashes (#3483, @janlelis) - allow creating gems with names extending constants (#3603, @amatsuda) ## 1.9.5 (2015-04-29) Bugfixes: - respect Gemfile sources when installing a gem present in two sources (#3585, @tmoore) ## 1.9.4 (2015-04-13) Bugfixes: - fix regression in installing x86 and universal gems (#3565, @jdmundrawala) - improve error when gems are missing (#3564, @sealocal) ## 1.9.3 (2015-04-12) Bugfixes: - handle removal of `specs` from rubygems/rubygems@620910 (#3558, @indirect) - install 'universal' gems on Windows (#3066, @jdmundrawala) - stop passing --local during `rake install` task (#3236, @indirect) - guard against all possible accidental public gem pushes (#3533, @indirect) ## 1.9.2 (2015-03-30) Bugfixes: - ensure gem executables are executable (#3517, #3511, @indirect) - fix warnings in Molinillo (#3516, @segiddins) - ensure duplicate dependencies do not propagate (#3522, @segiddins) - keep gems locked when updating another gem from the same source (#3520, @indirect) - resolve race that could build gems without saved arguments (#3404, @indirect) ## 1.9.1 (2015-03-21) Bugfixes: - avoid exception in 'bundler/gem_tasks' (#3492, @segiddins) ## 1.9.0 (2015-03-20) ## 1.9.0.rc (2015-03-13) Bugfixes: - make Bundler.which stop finding directories (@nohoho) - handle Bundler prereleases correctly (#3470, @segiddins) ## 1.9.0.pre.1 (2015-03-11) Bugfixes: - make `gem` command work again (@arthurnn) ## 1.9.0.pre (2015-03-11) Features: - prefer gemspecs closest to the directory root (#3428, @segiddins) - debug log for API request limits (#3452, @neerfri) "Features": - Molinillo resolver, shared with CocoaPods (@segiddins) - updated Thor to v0.19.1 (@segiddins)
2015-06-07 17:52:28 +02:00
${GEM_LIBDIR}/lib/bundler/fetcher/base.rb
${GEM_LIBDIR}/lib/bundler/fetcher/compact_index.rb
Update ruby-bundler to 1.10.3. ## 1.10.2 (2015-05-29) Bugfixes: - fix regression in `bundle update GEM` performance introduced in 1.10.0 (#3687, @segiddins) ## 1.10.1 (2015-05-28) Bugfixes: - silence ruby warning when running CLI commands (@segiddins) - validate gemspecs in non-packaging mode (#3681, @segiddins) - ensure the same chdir mutex as RubyGems is used (#3680, @segiddins) ## 1.10.0 (2015-05-28) (this space intentionally left blank) ## 1.10.0.rc (2015-05-16) Features: - dramatically speed up resolving some slow Gemfiles (#3635, @segiddins) - track CI platforms running Bundler (#3646, @fotanus) Bugfixes: - allow `viz` to work with prereleases (#3621, #3217, @aprescott) - validate gemspecs used in path and git gems (#3639, @segiddins, @indirect) - stop printing config warnings when config is unchanged (#3649, @fotanus, @indirect) ## 1.10.0.pre.2 (2015-05-07) Bugfixes: - make BUNDLED WITH backwards compatible (#3623, @segiddins) ## 1.10.0.pre.1 (2015-05-05) Bugfixes: - always clean up tmp dirs (#3277, @hone, @indirect, @segiddins) ## 1.10.0.pre (2015-05-03) Features: - support gem extensions built into any directory on RubyGems 2.2+ (#3582, @voxik) - add 'bundler/inline' which provides a `gemfile` method (#3440, @segiddins) - improved error reports for Gemfile errors (#3480, @segiddins) - `lock` command (#3437, @segiddins) - add `ignore_messages` config to suppress post-install text (#3510, @pducks32) - improve `gem` minitest template (#3513, #3515, @arthurnn) - add `install --force` to re-install installed gems (#3519, @segiddins) - show more `outdated` information, including groups (@smlance, @indirect) - add optional groups to the Gemfile (#3531, @jhass) - accept glob argument to `gemspec` in Gemfile (#3464, @pjump) - make timeouts and retries configurable via `config` (#3601, @pducks32) - add `install_if` Gemfile method for conditional installs (#3611, @segiddins) Bugfixes: - standalone mode now uses builtin gems correctly (#3610, @segiddins) - fix `rake spec:deps` on MinGW Ruby 2.0+ (#3487, @marutosi) - remember all y/n answers when generating gems (#3579, @pducks32) Performance: - use RubyGems stub specifications when possible (#3580, @segiddins) Deprecations: - deprecated the (never enabled) `bundle_ruby` binary (@smlance) ## 1.9.9 (2015-05-16) Bugfixes: - read mirror and credential settings from older versions (#3557, @Strech) ## 1.9.8 (2015-05-12) Bugfixes: - fix regression in sudo mode introduced by 1.9.7 (#3642, @segiddins) ## 1.9.7 (2015-05-11) Bugfixes: - always clean up tmp dirs (#3277, @hone, @indirect, @segiddins) ## 1.9.6 (2015-05-02) Bugfixes: - support RubyGems versions above 2.4.6 (@tenderlove, @segiddins, @indirect) - allow creating gems with names containing two dashes (#3483, @janlelis) - allow creating gems with names extending constants (#3603, @amatsuda) ## 1.9.5 (2015-04-29) Bugfixes: - respect Gemfile sources when installing a gem present in two sources (#3585, @tmoore) ## 1.9.4 (2015-04-13) Bugfixes: - fix regression in installing x86 and universal gems (#3565, @jdmundrawala) - improve error when gems are missing (#3564, @sealocal) ## 1.9.3 (2015-04-12) Bugfixes: - handle removal of `specs` from rubygems/rubygems@620910 (#3558, @indirect) - install 'universal' gems on Windows (#3066, @jdmundrawala) - stop passing --local during `rake install` task (#3236, @indirect) - guard against all possible accidental public gem pushes (#3533, @indirect) ## 1.9.2 (2015-03-30) Bugfixes: - ensure gem executables are executable (#3517, #3511, @indirect) - fix warnings in Molinillo (#3516, @segiddins) - ensure duplicate dependencies do not propagate (#3522, @segiddins) - keep gems locked when updating another gem from the same source (#3520, @indirect) - resolve race that could build gems without saved arguments (#3404, @indirect) ## 1.9.1 (2015-03-21) Bugfixes: - avoid exception in 'bundler/gem_tasks' (#3492, @segiddins) ## 1.9.0 (2015-03-20) ## 1.9.0.rc (2015-03-13) Bugfixes: - make Bundler.which stop finding directories (@nohoho) - handle Bundler prereleases correctly (#3470, @segiddins) ## 1.9.0.pre.1 (2015-03-11) Bugfixes: - make `gem` command work again (@arthurnn) ## 1.9.0.pre (2015-03-11) Features: - prefer gemspecs closest to the directory root (#3428, @segiddins) - debug log for API request limits (#3452, @neerfri) "Features": - Molinillo resolver, shared with CocoaPods (@segiddins) - updated Thor to v0.19.1 (@segiddins)
2015-06-07 17:52:28 +02:00
${GEM_LIBDIR}/lib/bundler/fetcher/dependency.rb
${GEM_LIBDIR}/lib/bundler/fetcher/downloader.rb
${GEM_LIBDIR}/lib/bundler/fetcher/index.rb
Update ruby-bundler to 1.2.0. ## 1.2.0 (Aug 30, 2012) Bugfixes: - raise original error message from LoadError's Documentation: - `platform` man pages ## 1.2.0.rc.2 (Aug 8, 2012) Bugfixes: - `clean` doesn't remove gems that are included in the lockfile ## 1.2.0.rc (Jul 17, 2012) Features: - `check` now has a `--dry-run` option (@svenfuchs, #1811) - loosen ruby directive for engines - prune git/path directories inside vendor/cache (@josevalim, #1988) - update vendored thor to 0.15.2 (@sferik) - add .txt to LICENSE (@postmodern, #2001) - add `config disable_local_branch_check` (@josevalim, #1985) - fall back on the full index when experiencing syck errors (#1419) - handle syntax errors in Ruby gemspecs (#1974) Bugfixes: - fix `pack`/`cache` with `--all` (@josevalim, #1989) - don't display warning message when `cache_all` is set - check for `nil` PATH (#2006) - Always try to keep original GEM_PATH (@drogus, #1920) ## 1.2.0.pre.1 (May 27, 2012) Features: - Git gems import submodules of submodules recursively (@nwwatson, #1935) Bugfixes: - Exit from `check` with a non-zero status when frozen with no lock - Use `latest_release` in Capistrano and Vlad integration (#1264) - Work around a Ruby 1.9.3p194 bug in Psych when config files are empty Documentation: - Add instructions for local git repos to the `config` manpage - Update the `Gemfile` manpage to include ruby versions (@stevenh512) - When OpenSSL is missing, provide instructions for fixing (#1776 etc.) - Unknown exceptions now link to ISSUES for help instead of a new ticket - Correct inline help for `clean --force` (@dougbarth, #1911) ## 1.2.0.pre (May 4, 2012) Features: - bundle package now accepts --all to package git and path dependencies - bundle config now accepts --local, --global and --delete options - It is possible to override a git repository via configuration. For instance, if you have a git dependency on rack, you can force it to use a local repo with `bundle config local.rack ~/path/to/rack` - Cache gemspec loads for performance (@dekellum, #1635) - add --full-index flag to `bundle update` (@fluxx, #1829) - add --quiet flag to `bundle update` (@nashby, #1654) - Add Bundler::GemHelper.gemspec (@knu, #1637) - Graceful handling of Gemfile syntax errors (@koraktor, #1661) - `bundle platform` command - add ruby to DSL, to specify version of ruby - error out if the ruby version doesn't match Performance: - bundle exec shouldn't run Bundler.setup just setting the right rubyopts options is enough (@spastorino, #1598) Bugfixes: - Avoid passing RUBYOPT changes in with_clean_env block (@eric1234, #1604) - Use the same ruby to run subprocesses as is running rake (@brixen) Documentation: - Add :github documentation in DSL (@zofrex, #1848, #1851, #1852) - Add docs for the --no-cache option (@fluxx, #1796) - Add basic documentation for bin_path and bundle_path (@radar) - Add documentation for the run method in Bundler::Installer ## 1.1.5 (Jul 17, 2012) Features: - Special case `ruby` directive from 1.2.0, so you can install Gemfiles that use it
2012-09-16 08:44:45 +02:00
${GEM_LIBDIR}/lib/bundler/friendly_errors.rb
${GEM_LIBDIR}/lib/bundler/gem_helper.rb
${GEM_LIBDIR}/lib/bundler/gem_helpers.rb
${GEM_LIBDIR}/lib/bundler/gem_remote_fetcher.rb
Update ruby-bundler package to 1.0.15. ## 1.0.15 (June 9, 2011) Features: - Improved Rubygems integration, removed many deprecation notices Bugfixes: - Escape URL arguments to git correctly on Windows (1.0.14 regression) ## 1.0.14 (May 27, 2011) Features: - Rubinius platform :rbx (@rkbodenner) - Include gem rake tasks with "require 'bundler/gem_tasks" (@indirect) - Include user name and email from git config in new gemspec (@ognevsky) Bugfixes: - Set file permissions after checking out git repos (@tissak) - Remove deprecated call to Gem::SourceIndex#all_gems (@mpj) - Require the version file in new gemspecs (@rubiii) - Allow relative paths from the Gemfile in gems with no gemspec (@mbirk) - Install gems that contain 'bundler', e.g. guard-bundler (@hone) - Display installed path correctly on Windows (@tadman) - Escape quotes in git URIs (@mheffner) - Improve Rake 0.9 support (@quix) - Handle certain directories already existing (@raggi) - Escape filenames containing regex characters (@indirect) ## 1.0.13 (May 4, 2011) Features: - Compatibility with Rubygems master (soon to be v1.8) (@evanphx) - Informative error when --path points to a broken symlink - Support Rake 0.9 and greater (@e2) - Output full errors for non-TTYs e.g. pow (@josh) Bugfixes: - Allow spaces in gem path names for gem tasks (@rslifka) - Have cap run bundle install from release_path (@martinjagusch) - Quote git refspec so zsh doesn't expand it (@goneflyin) ## 1.0.12 (April 8, 2011) Features: - Add --no-deployment option to `install` for disabling it on dev machines - Better error message when git fails and cache is present (@parndt) - Honor :bundle_cmd in cap `rake` command (@voidlock, @cgriego) Bugfixes: - Compatibility with Rubygems 1.7 and Rails 2.3 and vendored gems (@evanphx) - Fix changing gem order in lock (@gucki) - Remove color escape sequences when displaying man pages (@bgreenlee) - Fix creating GEM_HOME on both JRuby 1.5 and 1.6 (@nickseiger) - Fix gems without a gemspec and directories in bin/ (@epall) - Fix --no-prune option for `bundle install` (@cmeiklejohn) ## 1.0.11 (April 1, 2011) Features: - Compatibility with Rubygems 1.6 and 1.7 - Better error messages when a git command fails Bugfixes: - Don't always update gemspec gems (@carllerche) - Remove ivar warnings (@jackdempsey) - Fix occasional git failures in zsh (@jonah-carbonfive) - Consistent lock for gems with double deps like Cap (@akahn) ## 1.0.10 (February 1, 2011) Bugfixes: - Fix a regression loading YAML gemspecs from :git and :path gems - Requires, namespaces, etc. to work with changes in Rubygems 1.5
2011-06-11 04:38:03 +02:00
${GEM_LIBDIR}/lib/bundler/gem_tasks.rb
${GEM_LIBDIR}/lib/bundler/gem_version_promoter.rb
${GEM_LIBDIR}/lib/bundler/gemdeps.rb
${GEM_LIBDIR}/lib/bundler/graph.rb
${GEM_LIBDIR}/lib/bundler/index.rb
${GEM_LIBDIR}/lib/bundler/injector.rb
Update ruby-bundler to 1.10.3. ## 1.10.2 (2015-05-29) Bugfixes: - fix regression in `bundle update GEM` performance introduced in 1.10.0 (#3687, @segiddins) ## 1.10.1 (2015-05-28) Bugfixes: - silence ruby warning when running CLI commands (@segiddins) - validate gemspecs in non-packaging mode (#3681, @segiddins) - ensure the same chdir mutex as RubyGems is used (#3680, @segiddins) ## 1.10.0 (2015-05-28) (this space intentionally left blank) ## 1.10.0.rc (2015-05-16) Features: - dramatically speed up resolving some slow Gemfiles (#3635, @segiddins) - track CI platforms running Bundler (#3646, @fotanus) Bugfixes: - allow `viz` to work with prereleases (#3621, #3217, @aprescott) - validate gemspecs used in path and git gems (#3639, @segiddins, @indirect) - stop printing config warnings when config is unchanged (#3649, @fotanus, @indirect) ## 1.10.0.pre.2 (2015-05-07) Bugfixes: - make BUNDLED WITH backwards compatible (#3623, @segiddins) ## 1.10.0.pre.1 (2015-05-05) Bugfixes: - always clean up tmp dirs (#3277, @hone, @indirect, @segiddins) ## 1.10.0.pre (2015-05-03) Features: - support gem extensions built into any directory on RubyGems 2.2+ (#3582, @voxik) - add 'bundler/inline' which provides a `gemfile` method (#3440, @segiddins) - improved error reports for Gemfile errors (#3480, @segiddins) - `lock` command (#3437, @segiddins) - add `ignore_messages` config to suppress post-install text (#3510, @pducks32) - improve `gem` minitest template (#3513, #3515, @arthurnn) - add `install --force` to re-install installed gems (#3519, @segiddins) - show more `outdated` information, including groups (@smlance, @indirect) - add optional groups to the Gemfile (#3531, @jhass) - accept glob argument to `gemspec` in Gemfile (#3464, @pjump) - make timeouts and retries configurable via `config` (#3601, @pducks32) - add `install_if` Gemfile method for conditional installs (#3611, @segiddins) Bugfixes: - standalone mode now uses builtin gems correctly (#3610, @segiddins) - fix `rake spec:deps` on MinGW Ruby 2.0+ (#3487, @marutosi) - remember all y/n answers when generating gems (#3579, @pducks32) Performance: - use RubyGems stub specifications when possible (#3580, @segiddins) Deprecations: - deprecated the (never enabled) `bundle_ruby` binary (@smlance) ## 1.9.9 (2015-05-16) Bugfixes: - read mirror and credential settings from older versions (#3557, @Strech) ## 1.9.8 (2015-05-12) Bugfixes: - fix regression in sudo mode introduced by 1.9.7 (#3642, @segiddins) ## 1.9.7 (2015-05-11) Bugfixes: - always clean up tmp dirs (#3277, @hone, @indirect, @segiddins) ## 1.9.6 (2015-05-02) Bugfixes: - support RubyGems versions above 2.4.6 (@tenderlove, @segiddins, @indirect) - allow creating gems with names containing two dashes (#3483, @janlelis) - allow creating gems with names extending constants (#3603, @amatsuda) ## 1.9.5 (2015-04-29) Bugfixes: - respect Gemfile sources when installing a gem present in two sources (#3585, @tmoore) ## 1.9.4 (2015-04-13) Bugfixes: - fix regression in installing x86 and universal gems (#3565, @jdmundrawala) - improve error when gems are missing (#3564, @sealocal) ## 1.9.3 (2015-04-12) Bugfixes: - handle removal of `specs` from rubygems/rubygems@620910 (#3558, @indirect) - install 'universal' gems on Windows (#3066, @jdmundrawala) - stop passing --local during `rake install` task (#3236, @indirect) - guard against all possible accidental public gem pushes (#3533, @indirect) ## 1.9.2 (2015-03-30) Bugfixes: - ensure gem executables are executable (#3517, #3511, @indirect) - fix warnings in Molinillo (#3516, @segiddins) - ensure duplicate dependencies do not propagate (#3522, @segiddins) - keep gems locked when updating another gem from the same source (#3520, @indirect) - resolve race that could build gems without saved arguments (#3404, @indirect) ## 1.9.1 (2015-03-21) Bugfixes: - avoid exception in 'bundler/gem_tasks' (#3492, @segiddins) ## 1.9.0 (2015-03-20) ## 1.9.0.rc (2015-03-13) Bugfixes: - make Bundler.which stop finding directories (@nohoho) - handle Bundler prereleases correctly (#3470, @segiddins) ## 1.9.0.pre.1 (2015-03-11) Bugfixes: - make `gem` command work again (@arthurnn) ## 1.9.0.pre (2015-03-11) Features: - prefer gemspecs closest to the directory root (#3428, @segiddins) - debug log for API request limits (#3452, @neerfri) "Features": - Molinillo resolver, shared with CocoaPods (@segiddins) - updated Thor to v0.19.1 (@segiddins)
2015-06-07 17:52:28 +02:00
${GEM_LIBDIR}/lib/bundler/inline.rb
${GEM_LIBDIR}/lib/bundler/installer.rb
${GEM_LIBDIR}/lib/bundler/installer/gem_installer.rb
Update ruby-bundler to 1.10.3. ## 1.10.2 (2015-05-29) Bugfixes: - fix regression in `bundle update GEM` performance introduced in 1.10.0 (#3687, @segiddins) ## 1.10.1 (2015-05-28) Bugfixes: - silence ruby warning when running CLI commands (@segiddins) - validate gemspecs in non-packaging mode (#3681, @segiddins) - ensure the same chdir mutex as RubyGems is used (#3680, @segiddins) ## 1.10.0 (2015-05-28) (this space intentionally left blank) ## 1.10.0.rc (2015-05-16) Features: - dramatically speed up resolving some slow Gemfiles (#3635, @segiddins) - track CI platforms running Bundler (#3646, @fotanus) Bugfixes: - allow `viz` to work with prereleases (#3621, #3217, @aprescott) - validate gemspecs used in path and git gems (#3639, @segiddins, @indirect) - stop printing config warnings when config is unchanged (#3649, @fotanus, @indirect) ## 1.10.0.pre.2 (2015-05-07) Bugfixes: - make BUNDLED WITH backwards compatible (#3623, @segiddins) ## 1.10.0.pre.1 (2015-05-05) Bugfixes: - always clean up tmp dirs (#3277, @hone, @indirect, @segiddins) ## 1.10.0.pre (2015-05-03) Features: - support gem extensions built into any directory on RubyGems 2.2+ (#3582, @voxik) - add 'bundler/inline' which provides a `gemfile` method (#3440, @segiddins) - improved error reports for Gemfile errors (#3480, @segiddins) - `lock` command (#3437, @segiddins) - add `ignore_messages` config to suppress post-install text (#3510, @pducks32) - improve `gem` minitest template (#3513, #3515, @arthurnn) - add `install --force` to re-install installed gems (#3519, @segiddins) - show more `outdated` information, including groups (@smlance, @indirect) - add optional groups to the Gemfile (#3531, @jhass) - accept glob argument to `gemspec` in Gemfile (#3464, @pjump) - make timeouts and retries configurable via `config` (#3601, @pducks32) - add `install_if` Gemfile method for conditional installs (#3611, @segiddins) Bugfixes: - standalone mode now uses builtin gems correctly (#3610, @segiddins) - fix `rake spec:deps` on MinGW Ruby 2.0+ (#3487, @marutosi) - remember all y/n answers when generating gems (#3579, @pducks32) Performance: - use RubyGems stub specifications when possible (#3580, @segiddins) Deprecations: - deprecated the (never enabled) `bundle_ruby` binary (@smlance) ## 1.9.9 (2015-05-16) Bugfixes: - read mirror and credential settings from older versions (#3557, @Strech) ## 1.9.8 (2015-05-12) Bugfixes: - fix regression in sudo mode introduced by 1.9.7 (#3642, @segiddins) ## 1.9.7 (2015-05-11) Bugfixes: - always clean up tmp dirs (#3277, @hone, @indirect, @segiddins) ## 1.9.6 (2015-05-02) Bugfixes: - support RubyGems versions above 2.4.6 (@tenderlove, @segiddins, @indirect) - allow creating gems with names containing two dashes (#3483, @janlelis) - allow creating gems with names extending constants (#3603, @amatsuda) ## 1.9.5 (2015-04-29) Bugfixes: - respect Gemfile sources when installing a gem present in two sources (#3585, @tmoore) ## 1.9.4 (2015-04-13) Bugfixes: - fix regression in installing x86 and universal gems (#3565, @jdmundrawala) - improve error when gems are missing (#3564, @sealocal) ## 1.9.3 (2015-04-12) Bugfixes: - handle removal of `specs` from rubygems/rubygems@620910 (#3558, @indirect) - install 'universal' gems on Windows (#3066, @jdmundrawala) - stop passing --local during `rake install` task (#3236, @indirect) - guard against all possible accidental public gem pushes (#3533, @indirect) ## 1.9.2 (2015-03-30) Bugfixes: - ensure gem executables are executable (#3517, #3511, @indirect) - fix warnings in Molinillo (#3516, @segiddins) - ensure duplicate dependencies do not propagate (#3522, @segiddins) - keep gems locked when updating another gem from the same source (#3520, @indirect) - resolve race that could build gems without saved arguments (#3404, @indirect) ## 1.9.1 (2015-03-21) Bugfixes: - avoid exception in 'bundler/gem_tasks' (#3492, @segiddins) ## 1.9.0 (2015-03-20) ## 1.9.0.rc (2015-03-13) Bugfixes: - make Bundler.which stop finding directories (@nohoho) - handle Bundler prereleases correctly (#3470, @segiddins) ## 1.9.0.pre.1 (2015-03-11) Bugfixes: - make `gem` command work again (@arthurnn) ## 1.9.0.pre (2015-03-11) Features: - prefer gemspecs closest to the directory root (#3428, @segiddins) - debug log for API request limits (#3452, @neerfri) "Features": - Molinillo resolver, shared with CocoaPods (@segiddins) - updated Thor to v0.19.1 (@segiddins)
2015-06-07 17:52:28 +02:00
${GEM_LIBDIR}/lib/bundler/installer/parallel_installer.rb
${GEM_LIBDIR}/lib/bundler/installer/standalone.rb
${GEM_LIBDIR}/lib/bundler/lazy_specification.rb
${GEM_LIBDIR}/lib/bundler/lockfile_parser.rb
${GEM_LIBDIR}/lib/bundler/match_platform.rb
${GEM_LIBDIR}/lib/bundler/mirror.rb
${GEM_LIBDIR}/lib/bundler/plugin.rb
${GEM_LIBDIR}/lib/bundler/plugin/api.rb
${GEM_LIBDIR}/lib/bundler/plugin/api/source.rb
${GEM_LIBDIR}/lib/bundler/plugin/dsl.rb
${GEM_LIBDIR}/lib/bundler/plugin/index.rb
${GEM_LIBDIR}/lib/bundler/plugin/installer.rb
${GEM_LIBDIR}/lib/bundler/plugin/installer/git.rb
${GEM_LIBDIR}/lib/bundler/plugin/installer/rubygems.rb
${GEM_LIBDIR}/lib/bundler/plugin/source_list.rb
${GEM_LIBDIR}/lib/bundler/psyched_yaml.rb
${GEM_LIBDIR}/lib/bundler/remote_specification.rb
${GEM_LIBDIR}/lib/bundler/resolver.rb
${GEM_LIBDIR}/lib/bundler/retry.rb
${GEM_LIBDIR}/lib/bundler/ruby_dsl.rb
Update ruby-bundler to 1.2.0. ## 1.2.0 (Aug 30, 2012) Bugfixes: - raise original error message from LoadError's Documentation: - `platform` man pages ## 1.2.0.rc.2 (Aug 8, 2012) Bugfixes: - `clean` doesn't remove gems that are included in the lockfile ## 1.2.0.rc (Jul 17, 2012) Features: - `check` now has a `--dry-run` option (@svenfuchs, #1811) - loosen ruby directive for engines - prune git/path directories inside vendor/cache (@josevalim, #1988) - update vendored thor to 0.15.2 (@sferik) - add .txt to LICENSE (@postmodern, #2001) - add `config disable_local_branch_check` (@josevalim, #1985) - fall back on the full index when experiencing syck errors (#1419) - handle syntax errors in Ruby gemspecs (#1974) Bugfixes: - fix `pack`/`cache` with `--all` (@josevalim, #1989) - don't display warning message when `cache_all` is set - check for `nil` PATH (#2006) - Always try to keep original GEM_PATH (@drogus, #1920) ## 1.2.0.pre.1 (May 27, 2012) Features: - Git gems import submodules of submodules recursively (@nwwatson, #1935) Bugfixes: - Exit from `check` with a non-zero status when frozen with no lock - Use `latest_release` in Capistrano and Vlad integration (#1264) - Work around a Ruby 1.9.3p194 bug in Psych when config files are empty Documentation: - Add instructions for local git repos to the `config` manpage - Update the `Gemfile` manpage to include ruby versions (@stevenh512) - When OpenSSL is missing, provide instructions for fixing (#1776 etc.) - Unknown exceptions now link to ISSUES for help instead of a new ticket - Correct inline help for `clean --force` (@dougbarth, #1911) ## 1.2.0.pre (May 4, 2012) Features: - bundle package now accepts --all to package git and path dependencies - bundle config now accepts --local, --global and --delete options - It is possible to override a git repository via configuration. For instance, if you have a git dependency on rack, you can force it to use a local repo with `bundle config local.rack ~/path/to/rack` - Cache gemspec loads for performance (@dekellum, #1635) - add --full-index flag to `bundle update` (@fluxx, #1829) - add --quiet flag to `bundle update` (@nashby, #1654) - Add Bundler::GemHelper.gemspec (@knu, #1637) - Graceful handling of Gemfile syntax errors (@koraktor, #1661) - `bundle platform` command - add ruby to DSL, to specify version of ruby - error out if the ruby version doesn't match Performance: - bundle exec shouldn't run Bundler.setup just setting the right rubyopts options is enough (@spastorino, #1598) Bugfixes: - Avoid passing RUBYOPT changes in with_clean_env block (@eric1234, #1604) - Use the same ruby to run subprocesses as is running rake (@brixen) Documentation: - Add :github documentation in DSL (@zofrex, #1848, #1851, #1852) - Add docs for the --no-cache option (@fluxx, #1796) - Add basic documentation for bin_path and bundle_path (@radar) - Add documentation for the run method in Bundler::Installer ## 1.1.5 (Jul 17, 2012) Features: - Special case `ruby` directive from 1.2.0, so you can install Gemfiles that use it
2012-09-16 08:44:45 +02:00
${GEM_LIBDIR}/lib/bundler/ruby_version.rb
${GEM_LIBDIR}/lib/bundler/rubygems_ext.rb
${GEM_LIBDIR}/lib/bundler/rubygems_gem_installer.rb
Update ruby-bundler package to 1.0.15. ## 1.0.15 (June 9, 2011) Features: - Improved Rubygems integration, removed many deprecation notices Bugfixes: - Escape URL arguments to git correctly on Windows (1.0.14 regression) ## 1.0.14 (May 27, 2011) Features: - Rubinius platform :rbx (@rkbodenner) - Include gem rake tasks with "require 'bundler/gem_tasks" (@indirect) - Include user name and email from git config in new gemspec (@ognevsky) Bugfixes: - Set file permissions after checking out git repos (@tissak) - Remove deprecated call to Gem::SourceIndex#all_gems (@mpj) - Require the version file in new gemspecs (@rubiii) - Allow relative paths from the Gemfile in gems with no gemspec (@mbirk) - Install gems that contain 'bundler', e.g. guard-bundler (@hone) - Display installed path correctly on Windows (@tadman) - Escape quotes in git URIs (@mheffner) - Improve Rake 0.9 support (@quix) - Handle certain directories already existing (@raggi) - Escape filenames containing regex characters (@indirect) ## 1.0.13 (May 4, 2011) Features: - Compatibility with Rubygems master (soon to be v1.8) (@evanphx) - Informative error when --path points to a broken symlink - Support Rake 0.9 and greater (@e2) - Output full errors for non-TTYs e.g. pow (@josh) Bugfixes: - Allow spaces in gem path names for gem tasks (@rslifka) - Have cap run bundle install from release_path (@martinjagusch) - Quote git refspec so zsh doesn't expand it (@goneflyin) ## 1.0.12 (April 8, 2011) Features: - Add --no-deployment option to `install` for disabling it on dev machines - Better error message when git fails and cache is present (@parndt) - Honor :bundle_cmd in cap `rake` command (@voidlock, @cgriego) Bugfixes: - Compatibility with Rubygems 1.7 and Rails 2.3 and vendored gems (@evanphx) - Fix changing gem order in lock (@gucki) - Remove color escape sequences when displaying man pages (@bgreenlee) - Fix creating GEM_HOME on both JRuby 1.5 and 1.6 (@nickseiger) - Fix gems without a gemspec and directories in bin/ (@epall) - Fix --no-prune option for `bundle install` (@cmeiklejohn) ## 1.0.11 (April 1, 2011) Features: - Compatibility with Rubygems 1.6 and 1.7 - Better error messages when a git command fails Bugfixes: - Don't always update gemspec gems (@carllerche) - Remove ivar warnings (@jackdempsey) - Fix occasional git failures in zsh (@jonah-carbonfive) - Consistent lock for gems with double deps like Cap (@akahn) ## 1.0.10 (February 1, 2011) Bugfixes: - Fix a regression loading YAML gemspecs from :git and :path gems - Requires, namespaces, etc. to work with changes in Rubygems 1.5
2011-06-11 04:38:03 +02:00
${GEM_LIBDIR}/lib/bundler/rubygems_integration.rb
${GEM_LIBDIR}/lib/bundler/runtime.rb
${GEM_LIBDIR}/lib/bundler/settings.rb
${GEM_LIBDIR}/lib/bundler/setup.rb
${GEM_LIBDIR}/lib/bundler/shared_helpers.rb
${GEM_LIBDIR}/lib/bundler/similarity_detector.rb
${GEM_LIBDIR}/lib/bundler/source.rb
${GEM_LIBDIR}/lib/bundler/source/gemspec.rb
${GEM_LIBDIR}/lib/bundler/source/git.rb
${GEM_LIBDIR}/lib/bundler/source/git/git_proxy.rb
${GEM_LIBDIR}/lib/bundler/source/path.rb
${GEM_LIBDIR}/lib/bundler/source/path/installer.rb
${GEM_LIBDIR}/lib/bundler/source/rubygems.rb
Update ruby-bundler to 1.10.3. ## 1.10.2 (2015-05-29) Bugfixes: - fix regression in `bundle update GEM` performance introduced in 1.10.0 (#3687, @segiddins) ## 1.10.1 (2015-05-28) Bugfixes: - silence ruby warning when running CLI commands (@segiddins) - validate gemspecs in non-packaging mode (#3681, @segiddins) - ensure the same chdir mutex as RubyGems is used (#3680, @segiddins) ## 1.10.0 (2015-05-28) (this space intentionally left blank) ## 1.10.0.rc (2015-05-16) Features: - dramatically speed up resolving some slow Gemfiles (#3635, @segiddins) - track CI platforms running Bundler (#3646, @fotanus) Bugfixes: - allow `viz` to work with prereleases (#3621, #3217, @aprescott) - validate gemspecs used in path and git gems (#3639, @segiddins, @indirect) - stop printing config warnings when config is unchanged (#3649, @fotanus, @indirect) ## 1.10.0.pre.2 (2015-05-07) Bugfixes: - make BUNDLED WITH backwards compatible (#3623, @segiddins) ## 1.10.0.pre.1 (2015-05-05) Bugfixes: - always clean up tmp dirs (#3277, @hone, @indirect, @segiddins) ## 1.10.0.pre (2015-05-03) Features: - support gem extensions built into any directory on RubyGems 2.2+ (#3582, @voxik) - add 'bundler/inline' which provides a `gemfile` method (#3440, @segiddins) - improved error reports for Gemfile errors (#3480, @segiddins) - `lock` command (#3437, @segiddins) - add `ignore_messages` config to suppress post-install text (#3510, @pducks32) - improve `gem` minitest template (#3513, #3515, @arthurnn) - add `install --force` to re-install installed gems (#3519, @segiddins) - show more `outdated` information, including groups (@smlance, @indirect) - add optional groups to the Gemfile (#3531, @jhass) - accept glob argument to `gemspec` in Gemfile (#3464, @pjump) - make timeouts and retries configurable via `config` (#3601, @pducks32) - add `install_if` Gemfile method for conditional installs (#3611, @segiddins) Bugfixes: - standalone mode now uses builtin gems correctly (#3610, @segiddins) - fix `rake spec:deps` on MinGW Ruby 2.0+ (#3487, @marutosi) - remember all y/n answers when generating gems (#3579, @pducks32) Performance: - use RubyGems stub specifications when possible (#3580, @segiddins) Deprecations: - deprecated the (never enabled) `bundle_ruby` binary (@smlance) ## 1.9.9 (2015-05-16) Bugfixes: - read mirror and credential settings from older versions (#3557, @Strech) ## 1.9.8 (2015-05-12) Bugfixes: - fix regression in sudo mode introduced by 1.9.7 (#3642, @segiddins) ## 1.9.7 (2015-05-11) Bugfixes: - always clean up tmp dirs (#3277, @hone, @indirect, @segiddins) ## 1.9.6 (2015-05-02) Bugfixes: - support RubyGems versions above 2.4.6 (@tenderlove, @segiddins, @indirect) - allow creating gems with names containing two dashes (#3483, @janlelis) - allow creating gems with names extending constants (#3603, @amatsuda) ## 1.9.5 (2015-04-29) Bugfixes: - respect Gemfile sources when installing a gem present in two sources (#3585, @tmoore) ## 1.9.4 (2015-04-13) Bugfixes: - fix regression in installing x86 and universal gems (#3565, @jdmundrawala) - improve error when gems are missing (#3564, @sealocal) ## 1.9.3 (2015-04-12) Bugfixes: - handle removal of `specs` from rubygems/rubygems@620910 (#3558, @indirect) - install 'universal' gems on Windows (#3066, @jdmundrawala) - stop passing --local during `rake install` task (#3236, @indirect) - guard against all possible accidental public gem pushes (#3533, @indirect) ## 1.9.2 (2015-03-30) Bugfixes: - ensure gem executables are executable (#3517, #3511, @indirect) - fix warnings in Molinillo (#3516, @segiddins) - ensure duplicate dependencies do not propagate (#3522, @segiddins) - keep gems locked when updating another gem from the same source (#3520, @indirect) - resolve race that could build gems without saved arguments (#3404, @indirect) ## 1.9.1 (2015-03-21) Bugfixes: - avoid exception in 'bundler/gem_tasks' (#3492, @segiddins) ## 1.9.0 (2015-03-20) ## 1.9.0.rc (2015-03-13) Bugfixes: - make Bundler.which stop finding directories (@nohoho) - handle Bundler prereleases correctly (#3470, @segiddins) ## 1.9.0.pre.1 (2015-03-11) Bugfixes: - make `gem` command work again (@arthurnn) ## 1.9.0.pre (2015-03-11) Features: - prefer gemspecs closest to the directory root (#3428, @segiddins) - debug log for API request limits (#3452, @neerfri) "Features": - Molinillo resolver, shared with CocoaPods (@segiddins) - updated Thor to v0.19.1 (@segiddins)
2015-06-07 17:52:28 +02:00
${GEM_LIBDIR}/lib/bundler/source/rubygems/remote.rb
Update ruby-bundler to 1.7.3, including security fix for CVE-2013-0334. ## 1.7.3 (2014-09-14) Bugfixes: - `extconf.rb` is now generated with the right path for `create_makefile` (@andremedeiros) - Fix various Ruby warnings (@piotrsanarki, @indirect) ## 1.7.2 (2014-08-23) Bugfixes: - Revert gem source sorting in lock files (@indirect) ## 1.7.1 (2014-08-20) Bugfixes: - Install gems from one source needed by gems in another source (@indirect) - Install the same gem versions even after some are installed (@tmoore) - Download specs only when installing from servers (@indirect) ## 1.7.0 (2014-08-13) Security: - Fix for CVE-2013-0334, installing gems from an unexpected source (@tmoore) Features: - Gemfile `source` calls now take a block containing gems from that source (@tmoore) - added the `:source` option to `gem` to specify a source (@tmoore) Bugfixes: - warn on ambiguous gems available from more than one source (@tmoore) ## 1.6.5 (2014-07-23) Bugfixes: - require openssl explicitly to fix rare HTTPS request failures (@indirect, #3107) ## 1.6.4 (2014-07-17) Bugfixes: - fix undefined constant error when can't find gem during binstubs (#3095, @jetaggart) - work when installed git gems are not writable (#3092, @pmahoney) - don't store configured source credentials in Gemfile.lock (#3045, @lhz) - don't include config source credentials in the lockfile (Lars Haugseth) - use threads for jobs on Rubinius (@YorickPeterse) - skip dependencies from other platforms (@mvz) - work when Rubygems was built without SSL (@andremedeiros) ## 1.6.3 (2014-06-16) Bugfixes: - fix regression when resolving many conflicts (#2994, @Who828) - use local gemspec for builtin gems during install --local (#3041, @Who828) - don't warn about sudo when installing on Windows (#2984, @indirect) - shell escape `bundle open` arguments (@indirect) ## 1.6.2 (2014-04-13) Bugfixes: - fix an exception when using builtin gems (#2915, #2963, @gnufied) - cache gems that are built in to the running ruby (#2975, @indirect) - re-allow deploying cached git gems without git installed (#2968, @aughr) - keep standalone working even with builtin gems (@indirect) - don't update vendor/cache in deployment mode (#2921, @indirect) Features: - warn informatively when `bundle install` is run as root (#2936, @1337807) ## 1.6.1 (2014-04-02) Bugfixes: - update C extensions when git gem versions change (#2948, @dylanahsmith) Features: - add support for C extensions in sudo mode on Rubygems 2.2 ## 1.6.0 (2014-03-28) Bugfixes: - many Gemfiles that caused incorrect errors now resolve correctly (@Who828) - redirects across hosts now work on rubies without OpenSSL (#2686, @grddev) - gemspecs now handle filenames with newlines (#2634, @jasonmp85) - support escaped characters in usernames and passwords (@punkie) - no more exception on `update GEM` without lock file (@simi) - allow long config values (#2823, @kgrz) - cache successfully even locked to gems shipped with Ruby (#2869, @aughr) - respect NO_PROXY even if a proxy is configured (#2878, @stlay) - only retry git commands that hit the network (#2899, @timmoore) - fix NameError regression when OpenSSL is not available (#2898, @timmoore) - handle exception installing when build_info owned by root (@Who828) - skip HTTP redirects from rubygems.org, huge speed boost (@Who828) Features: - resolver rewritten to avoid recursion (@Who828) - add `git_source` for custom options like :github and :gist (@strzalek) - HTTP auth may now be stored in `bundle config` (@smashwilson) - some complex Gemfiles are resolved up to 10x faster (@Who828) - add support for IRB alternatives such as Pry and Ripl (@joallard, @postmodern) - highlight installed or updated gems (#2722, #2741, @yaotti, @simi) - display the `post_install_message` for gems installed via :git (@phallstrom) - `bundle outdated --strict` now only reports allowed updates (@davidblondeau) - `bundle show --verbose` Add gem summary to the output (@lardcanoe) - `bundle gem GEM --ext` now generates a skeleton for a C extension (@superdealloc) - Avoid using threequals operator where possible (@as-cii) Documentation: - Add missing switches for bundle-install(1) and bundle-update(1) (@as-cii)
2014-09-30 01:35:14 +02:00
${GEM_LIBDIR}/lib/bundler/source_list.rb
${GEM_LIBDIR}/lib/bundler/spec_set.rb
${GEM_LIBDIR}/lib/bundler/ssl_certs/.document
Update ruby-bundler to 1.7.3, including security fix for CVE-2013-0334. ## 1.7.3 (2014-09-14) Bugfixes: - `extconf.rb` is now generated with the right path for `create_makefile` (@andremedeiros) - Fix various Ruby warnings (@piotrsanarki, @indirect) ## 1.7.2 (2014-08-23) Bugfixes: - Revert gem source sorting in lock files (@indirect) ## 1.7.1 (2014-08-20) Bugfixes: - Install gems from one source needed by gems in another source (@indirect) - Install the same gem versions even after some are installed (@tmoore) - Download specs only when installing from servers (@indirect) ## 1.7.0 (2014-08-13) Security: - Fix for CVE-2013-0334, installing gems from an unexpected source (@tmoore) Features: - Gemfile `source` calls now take a block containing gems from that source (@tmoore) - added the `:source` option to `gem` to specify a source (@tmoore) Bugfixes: - warn on ambiguous gems available from more than one source (@tmoore) ## 1.6.5 (2014-07-23) Bugfixes: - require openssl explicitly to fix rare HTTPS request failures (@indirect, #3107) ## 1.6.4 (2014-07-17) Bugfixes: - fix undefined constant error when can't find gem during binstubs (#3095, @jetaggart) - work when installed git gems are not writable (#3092, @pmahoney) - don't store configured source credentials in Gemfile.lock (#3045, @lhz) - don't include config source credentials in the lockfile (Lars Haugseth) - use threads for jobs on Rubinius (@YorickPeterse) - skip dependencies from other platforms (@mvz) - work when Rubygems was built without SSL (@andremedeiros) ## 1.6.3 (2014-06-16) Bugfixes: - fix regression when resolving many conflicts (#2994, @Who828) - use local gemspec for builtin gems during install --local (#3041, @Who828) - don't warn about sudo when installing on Windows (#2984, @indirect) - shell escape `bundle open` arguments (@indirect) ## 1.6.2 (2014-04-13) Bugfixes: - fix an exception when using builtin gems (#2915, #2963, @gnufied) - cache gems that are built in to the running ruby (#2975, @indirect) - re-allow deploying cached git gems without git installed (#2968, @aughr) - keep standalone working even with builtin gems (@indirect) - don't update vendor/cache in deployment mode (#2921, @indirect) Features: - warn informatively when `bundle install` is run as root (#2936, @1337807) ## 1.6.1 (2014-04-02) Bugfixes: - update C extensions when git gem versions change (#2948, @dylanahsmith) Features: - add support for C extensions in sudo mode on Rubygems 2.2 ## 1.6.0 (2014-03-28) Bugfixes: - many Gemfiles that caused incorrect errors now resolve correctly (@Who828) - redirects across hosts now work on rubies without OpenSSL (#2686, @grddev) - gemspecs now handle filenames with newlines (#2634, @jasonmp85) - support escaped characters in usernames and passwords (@punkie) - no more exception on `update GEM` without lock file (@simi) - allow long config values (#2823, @kgrz) - cache successfully even locked to gems shipped with Ruby (#2869, @aughr) - respect NO_PROXY even if a proxy is configured (#2878, @stlay) - only retry git commands that hit the network (#2899, @timmoore) - fix NameError regression when OpenSSL is not available (#2898, @timmoore) - handle exception installing when build_info owned by root (@Who828) - skip HTTP redirects from rubygems.org, huge speed boost (@Who828) Features: - resolver rewritten to avoid recursion (@Who828) - add `git_source` for custom options like :github and :gist (@strzalek) - HTTP auth may now be stored in `bundle config` (@smashwilson) - some complex Gemfiles are resolved up to 10x faster (@Who828) - add support for IRB alternatives such as Pry and Ripl (@joallard, @postmodern) - highlight installed or updated gems (#2722, #2741, @yaotti, @simi) - display the `post_install_message` for gems installed via :git (@phallstrom) - `bundle outdated --strict` now only reports allowed updates (@davidblondeau) - `bundle show --verbose` Add gem summary to the output (@lardcanoe) - `bundle gem GEM --ext` now generates a skeleton for a C extension (@superdealloc) - Avoid using threequals operator where possible (@as-cii) Documentation: - Add missing switches for bundle-install(1) and bundle-update(1) (@as-cii)
2014-09-30 01:35:14 +02:00
${GEM_LIBDIR}/lib/bundler/ssl_certs/certificate_manager.rb
${GEM_LIBDIR}/lib/bundler/ssl_certs/index.rubygems.org/GlobalSignRootCA.pem
${GEM_LIBDIR}/lib/bundler/ssl_certs/rubygems.global.ssl.fastly.net/DigiCertHighAssuranceEVRootCA.pem
${GEM_LIBDIR}/lib/bundler/ssl_certs/rubygems.org/AddTrustExternalCARoot.pem
2015-06-09 02:57:36 +02:00
${GEM_LIBDIR}/lib/bundler/stub_specification.rb
${GEM_LIBDIR}/lib/bundler/templates/Executable
${GEM_LIBDIR}/lib/bundler/templates/Executable.standalone
${GEM_LIBDIR}/lib/bundler/templates/Gemfile
${GEM_LIBDIR}/lib/bundler/templates/newgem/.travis.yml.tt
Update ruby-bundler to 1.8.5. * pkgsrc change: add support for pkg_alternatives. ## 1.8.5 (2015-03-11) Bugfixes: - remove MIT license from gemspec when removing license file (@indirect) - respect 'no' immediately as well as saving it in `gem` config (@kirs) ## 1.8.4 (2015-03-05) Bugfixes: - document --all-platforms option (#3449, @moeffju) - find gems from all sources on exec after install (#3450, @TimMoore) ## 1.8.3 (2015-02-24) Bugfixes: - handle boolean values for gem settings (@EduardoBautista) - stop always looking for updated `path` gems (#3414, #3417, #3429, @TimMoore) ## 1.8.2 (2015-02-14) Bugfixes: - allow config settings for gems with 'http' in the name again (#3398, @tmoore) ## 1.8.1 (2015-02-13) Bugfixes: - synchronize building git gem native extensions (#3385, @antifuchs & @indirect) - set gemspec bindir correctly (#3392, @tmoore) - request lockfile deletion when it is malformed (#3396, @indirect) - explain problem when mirror config is missing (#3386, @indirect) - explain problem when caching causes permission error (#3390, @indirect) - normalize URLs in config keys (#3391, @indirect) ## 1.8.0 (2015-02-10) Bugfixes: - Gemfile `github` blocks now work (#3379, @indirect) Bugfixes from v1.7.13: - Look up installed gems in remote sources (#3300, #3368, #3377, #3380, #3381, @indirect) - Look up gems across all sources to satisfy dependencies (#3365, @keiths-osc) - Request dependencies for no more than 100 gems at a time (#3367, @segiddins) ## 1.8.0.rc (2015-01-26) Features: - add `config disable_multisource` option to ensure sources can't compete (@indirect) Bugfixes: - don't add extra quotes around long, quoted config values (@aroben, #3338) Security: - warn when more than one top-level source is present (@indirect) ## 1.8.0.pre (2015-01-26) Features: - add metadata allowed_push_host to new gem template (#3002, @juanitofatas) - adds a `--no-install` flag to `bundle package` (@d-reinhold) - add `bundle config auto_install true` to install automatically (@smashwilson) - add `bundle viz --without` to exclude gem groups from resulting graph (@fnichol) - prevent whitespace in gem declarations with clear messaging (@benlakey) - tries to find a `bundler-<command>` executable on your path for non-bundler commands (@andremedeiros) - tries to find `gems.rb` and it's new counterpart, `gems.locked` (@andremedeiros) - change the initial version of new gems from `0.0.1` to `0.1.0` (@petedmarsh) - add `package --all-platforms` to cache gems for each known platform (@ccutrer) - speed up `exec` when running commands on the $PATH (@kirs) - add gem code of conduct file and option (@kirs) - add config settings for gem license and tests (@kirs) - add `bin/setup` and `bin/console` to new gems (@indirect) - include configured user-agent in network requests (@indirect) - support `github`, `gist`, and `bitbucket` options on git gems (@indirect) - add `package --cache-path` and `config cache_path` for cache location (@jnraine) - allow `config` to work even when a Gemfile is not present (@dholdren) - add `config gemfile /path` for other Gemfile locations (@dholdren) Bugfixes: - reduce memory usage with threaded parallel workers (@Who828) - support read-only git gems (@pmahoney) - various resolver performance improvements (@dubek) - untaint git gem paths for Rubygems compatibility (@tdtds) Documentation: - add missing Gemfile global `path` explanation (@agenteo) ## 1.7.13 (2015-02-07) Bugfixes: - Look up installed gems in remote sources (#3300, #3368, #3377, #3380, #3381, @indirect) - Look up gems across all sources to satisfy dependencies (#3365, @keiths-osc) - Request dependencies for no more than 100 gems at a time (#3367, @segiddins)
2015-03-13 15:34:12 +01:00
${GEM_LIBDIR}/lib/bundler/templates/newgem/CODE_OF_CONDUCT.md.tt
${GEM_LIBDIR}/lib/bundler/templates/newgem/Gemfile.tt
Update ruby-bundler to 1.2.0. ## 1.2.0 (Aug 30, 2012) Bugfixes: - raise original error message from LoadError's Documentation: - `platform` man pages ## 1.2.0.rc.2 (Aug 8, 2012) Bugfixes: - `clean` doesn't remove gems that are included in the lockfile ## 1.2.0.rc (Jul 17, 2012) Features: - `check` now has a `--dry-run` option (@svenfuchs, #1811) - loosen ruby directive for engines - prune git/path directories inside vendor/cache (@josevalim, #1988) - update vendored thor to 0.15.2 (@sferik) - add .txt to LICENSE (@postmodern, #2001) - add `config disable_local_branch_check` (@josevalim, #1985) - fall back on the full index when experiencing syck errors (#1419) - handle syntax errors in Ruby gemspecs (#1974) Bugfixes: - fix `pack`/`cache` with `--all` (@josevalim, #1989) - don't display warning message when `cache_all` is set - check for `nil` PATH (#2006) - Always try to keep original GEM_PATH (@drogus, #1920) ## 1.2.0.pre.1 (May 27, 2012) Features: - Git gems import submodules of submodules recursively (@nwwatson, #1935) Bugfixes: - Exit from `check` with a non-zero status when frozen with no lock - Use `latest_release` in Capistrano and Vlad integration (#1264) - Work around a Ruby 1.9.3p194 bug in Psych when config files are empty Documentation: - Add instructions for local git repos to the `config` manpage - Update the `Gemfile` manpage to include ruby versions (@stevenh512) - When OpenSSL is missing, provide instructions for fixing (#1776 etc.) - Unknown exceptions now link to ISSUES for help instead of a new ticket - Correct inline help for `clean --force` (@dougbarth, #1911) ## 1.2.0.pre (May 4, 2012) Features: - bundle package now accepts --all to package git and path dependencies - bundle config now accepts --local, --global and --delete options - It is possible to override a git repository via configuration. For instance, if you have a git dependency on rack, you can force it to use a local repo with `bundle config local.rack ~/path/to/rack` - Cache gemspec loads for performance (@dekellum, #1635) - add --full-index flag to `bundle update` (@fluxx, #1829) - add --quiet flag to `bundle update` (@nashby, #1654) - Add Bundler::GemHelper.gemspec (@knu, #1637) - Graceful handling of Gemfile syntax errors (@koraktor, #1661) - `bundle platform` command - add ruby to DSL, to specify version of ruby - error out if the ruby version doesn't match Performance: - bundle exec shouldn't run Bundler.setup just setting the right rubyopts options is enough (@spastorino, #1598) Bugfixes: - Avoid passing RUBYOPT changes in with_clean_env block (@eric1234, #1604) - Use the same ruby to run subprocesses as is running rake (@brixen) Documentation: - Add :github documentation in DSL (@zofrex, #1848, #1851, #1852) - Add docs for the --no-cache option (@fluxx, #1796) - Add basic documentation for bin_path and bundle_path (@radar) - Add documentation for the run method in Bundler::Installer ## 1.1.5 (Jul 17, 2012) Features: - Special case `ruby` directive from 1.2.0, so you can install Gemfiles that use it
2012-09-16 08:44:45 +02:00
${GEM_LIBDIR}/lib/bundler/templates/newgem/LICENSE.txt.tt
${GEM_LIBDIR}/lib/bundler/templates/newgem/README.md.tt
${GEM_LIBDIR}/lib/bundler/templates/newgem/Rakefile.tt
Update ruby-bundler to 1.8.5. * pkgsrc change: add support for pkg_alternatives. ## 1.8.5 (2015-03-11) Bugfixes: - remove MIT license from gemspec when removing license file (@indirect) - respect 'no' immediately as well as saving it in `gem` config (@kirs) ## 1.8.4 (2015-03-05) Bugfixes: - document --all-platforms option (#3449, @moeffju) - find gems from all sources on exec after install (#3450, @TimMoore) ## 1.8.3 (2015-02-24) Bugfixes: - handle boolean values for gem settings (@EduardoBautista) - stop always looking for updated `path` gems (#3414, #3417, #3429, @TimMoore) ## 1.8.2 (2015-02-14) Bugfixes: - allow config settings for gems with 'http' in the name again (#3398, @tmoore) ## 1.8.1 (2015-02-13) Bugfixes: - synchronize building git gem native extensions (#3385, @antifuchs & @indirect) - set gemspec bindir correctly (#3392, @tmoore) - request lockfile deletion when it is malformed (#3396, @indirect) - explain problem when mirror config is missing (#3386, @indirect) - explain problem when caching causes permission error (#3390, @indirect) - normalize URLs in config keys (#3391, @indirect) ## 1.8.0 (2015-02-10) Bugfixes: - Gemfile `github` blocks now work (#3379, @indirect) Bugfixes from v1.7.13: - Look up installed gems in remote sources (#3300, #3368, #3377, #3380, #3381, @indirect) - Look up gems across all sources to satisfy dependencies (#3365, @keiths-osc) - Request dependencies for no more than 100 gems at a time (#3367, @segiddins) ## 1.8.0.rc (2015-01-26) Features: - add `config disable_multisource` option to ensure sources can't compete (@indirect) Bugfixes: - don't add extra quotes around long, quoted config values (@aroben, #3338) Security: - warn when more than one top-level source is present (@indirect) ## 1.8.0.pre (2015-01-26) Features: - add metadata allowed_push_host to new gem template (#3002, @juanitofatas) - adds a `--no-install` flag to `bundle package` (@d-reinhold) - add `bundle config auto_install true` to install automatically (@smashwilson) - add `bundle viz --without` to exclude gem groups from resulting graph (@fnichol) - prevent whitespace in gem declarations with clear messaging (@benlakey) - tries to find a `bundler-<command>` executable on your path for non-bundler commands (@andremedeiros) - tries to find `gems.rb` and it's new counterpart, `gems.locked` (@andremedeiros) - change the initial version of new gems from `0.0.1` to `0.1.0` (@petedmarsh) - add `package --all-platforms` to cache gems for each known platform (@ccutrer) - speed up `exec` when running commands on the $PATH (@kirs) - add gem code of conduct file and option (@kirs) - add config settings for gem license and tests (@kirs) - add `bin/setup` and `bin/console` to new gems (@indirect) - include configured user-agent in network requests (@indirect) - support `github`, `gist`, and `bitbucket` options on git gems (@indirect) - add `package --cache-path` and `config cache_path` for cache location (@jnraine) - allow `config` to work even when a Gemfile is not present (@dholdren) - add `config gemfile /path` for other Gemfile locations (@dholdren) Bugfixes: - reduce memory usage with threaded parallel workers (@Who828) - support read-only git gems (@pmahoney) - various resolver performance improvements (@dubek) - untaint git gem paths for Rubygems compatibility (@tdtds) Documentation: - add missing Gemfile global `path` explanation (@agenteo) ## 1.7.13 (2015-02-07) Bugfixes: - Look up installed gems in remote sources (#3300, #3368, #3377, #3380, #3381, @indirect) - Look up gems across all sources to satisfy dependencies (#3365, @keiths-osc) - Request dependencies for no more than 100 gems at a time (#3367, @segiddins)
2015-03-13 15:34:12 +01:00
${GEM_LIBDIR}/lib/bundler/templates/newgem/bin/console.tt
${GEM_LIBDIR}/lib/bundler/templates/newgem/bin/setup.tt
${GEM_LIBDIR}/lib/bundler/templates/newgem/exe/newgem.tt
Update ruby-bundler to 1.7.3, including security fix for CVE-2013-0334. ## 1.7.3 (2014-09-14) Bugfixes: - `extconf.rb` is now generated with the right path for `create_makefile` (@andremedeiros) - Fix various Ruby warnings (@piotrsanarki, @indirect) ## 1.7.2 (2014-08-23) Bugfixes: - Revert gem source sorting in lock files (@indirect) ## 1.7.1 (2014-08-20) Bugfixes: - Install gems from one source needed by gems in another source (@indirect) - Install the same gem versions even after some are installed (@tmoore) - Download specs only when installing from servers (@indirect) ## 1.7.0 (2014-08-13) Security: - Fix for CVE-2013-0334, installing gems from an unexpected source (@tmoore) Features: - Gemfile `source` calls now take a block containing gems from that source (@tmoore) - added the `:source` option to `gem` to specify a source (@tmoore) Bugfixes: - warn on ambiguous gems available from more than one source (@tmoore) ## 1.6.5 (2014-07-23) Bugfixes: - require openssl explicitly to fix rare HTTPS request failures (@indirect, #3107) ## 1.6.4 (2014-07-17) Bugfixes: - fix undefined constant error when can't find gem during binstubs (#3095, @jetaggart) - work when installed git gems are not writable (#3092, @pmahoney) - don't store configured source credentials in Gemfile.lock (#3045, @lhz) - don't include config source credentials in the lockfile (Lars Haugseth) - use threads for jobs on Rubinius (@YorickPeterse) - skip dependencies from other platforms (@mvz) - work when Rubygems was built without SSL (@andremedeiros) ## 1.6.3 (2014-06-16) Bugfixes: - fix regression when resolving many conflicts (#2994, @Who828) - use local gemspec for builtin gems during install --local (#3041, @Who828) - don't warn about sudo when installing on Windows (#2984, @indirect) - shell escape `bundle open` arguments (@indirect) ## 1.6.2 (2014-04-13) Bugfixes: - fix an exception when using builtin gems (#2915, #2963, @gnufied) - cache gems that are built in to the running ruby (#2975, @indirect) - re-allow deploying cached git gems without git installed (#2968, @aughr) - keep standalone working even with builtin gems (@indirect) - don't update vendor/cache in deployment mode (#2921, @indirect) Features: - warn informatively when `bundle install` is run as root (#2936, @1337807) ## 1.6.1 (2014-04-02) Bugfixes: - update C extensions when git gem versions change (#2948, @dylanahsmith) Features: - add support for C extensions in sudo mode on Rubygems 2.2 ## 1.6.0 (2014-03-28) Bugfixes: - many Gemfiles that caused incorrect errors now resolve correctly (@Who828) - redirects across hosts now work on rubies without OpenSSL (#2686, @grddev) - gemspecs now handle filenames with newlines (#2634, @jasonmp85) - support escaped characters in usernames and passwords (@punkie) - no more exception on `update GEM` without lock file (@simi) - allow long config values (#2823, @kgrz) - cache successfully even locked to gems shipped with Ruby (#2869, @aughr) - respect NO_PROXY even if a proxy is configured (#2878, @stlay) - only retry git commands that hit the network (#2899, @timmoore) - fix NameError regression when OpenSSL is not available (#2898, @timmoore) - handle exception installing when build_info owned by root (@Who828) - skip HTTP redirects from rubygems.org, huge speed boost (@Who828) Features: - resolver rewritten to avoid recursion (@Who828) - add `git_source` for custom options like :github and :gist (@strzalek) - HTTP auth may now be stored in `bundle config` (@smashwilson) - some complex Gemfiles are resolved up to 10x faster (@Who828) - add support for IRB alternatives such as Pry and Ripl (@joallard, @postmodern) - highlight installed or updated gems (#2722, #2741, @yaotti, @simi) - display the `post_install_message` for gems installed via :git (@phallstrom) - `bundle outdated --strict` now only reports allowed updates (@davidblondeau) - `bundle show --verbose` Add gem summary to the output (@lardcanoe) - `bundle gem GEM --ext` now generates a skeleton for a C extension (@superdealloc) - Avoid using threequals operator where possible (@as-cii) Documentation: - Add missing switches for bundle-install(1) and bundle-update(1) (@as-cii)
2014-09-30 01:35:14 +02:00
${GEM_LIBDIR}/lib/bundler/templates/newgem/ext/newgem/extconf.rb.tt
${GEM_LIBDIR}/lib/bundler/templates/newgem/ext/newgem/newgem.c.tt
${GEM_LIBDIR}/lib/bundler/templates/newgem/ext/newgem/newgem.h.tt
${GEM_LIBDIR}/lib/bundler/templates/newgem/gitignore.tt
${GEM_LIBDIR}/lib/bundler/templates/newgem/lib/newgem.rb.tt
${GEM_LIBDIR}/lib/bundler/templates/newgem/lib/newgem/version.rb.tt
${GEM_LIBDIR}/lib/bundler/templates/newgem/newgem.gemspec.tt
${GEM_LIBDIR}/lib/bundler/templates/newgem/rspec.tt
${GEM_LIBDIR}/lib/bundler/templates/newgem/spec/newgem_spec.rb.tt
${GEM_LIBDIR}/lib/bundler/templates/newgem/spec/spec_helper.rb.tt
Update ruby-bundler to 1.10.3. ## 1.10.2 (2015-05-29) Bugfixes: - fix regression in `bundle update GEM` performance introduced in 1.10.0 (#3687, @segiddins) ## 1.10.1 (2015-05-28) Bugfixes: - silence ruby warning when running CLI commands (@segiddins) - validate gemspecs in non-packaging mode (#3681, @segiddins) - ensure the same chdir mutex as RubyGems is used (#3680, @segiddins) ## 1.10.0 (2015-05-28) (this space intentionally left blank) ## 1.10.0.rc (2015-05-16) Features: - dramatically speed up resolving some slow Gemfiles (#3635, @segiddins) - track CI platforms running Bundler (#3646, @fotanus) Bugfixes: - allow `viz` to work with prereleases (#3621, #3217, @aprescott) - validate gemspecs used in path and git gems (#3639, @segiddins, @indirect) - stop printing config warnings when config is unchanged (#3649, @fotanus, @indirect) ## 1.10.0.pre.2 (2015-05-07) Bugfixes: - make BUNDLED WITH backwards compatible (#3623, @segiddins) ## 1.10.0.pre.1 (2015-05-05) Bugfixes: - always clean up tmp dirs (#3277, @hone, @indirect, @segiddins) ## 1.10.0.pre (2015-05-03) Features: - support gem extensions built into any directory on RubyGems 2.2+ (#3582, @voxik) - add 'bundler/inline' which provides a `gemfile` method (#3440, @segiddins) - improved error reports for Gemfile errors (#3480, @segiddins) - `lock` command (#3437, @segiddins) - add `ignore_messages` config to suppress post-install text (#3510, @pducks32) - improve `gem` minitest template (#3513, #3515, @arthurnn) - add `install --force` to re-install installed gems (#3519, @segiddins) - show more `outdated` information, including groups (@smlance, @indirect) - add optional groups to the Gemfile (#3531, @jhass) - accept glob argument to `gemspec` in Gemfile (#3464, @pjump) - make timeouts and retries configurable via `config` (#3601, @pducks32) - add `install_if` Gemfile method for conditional installs (#3611, @segiddins) Bugfixes: - standalone mode now uses builtin gems correctly (#3610, @segiddins) - fix `rake spec:deps` on MinGW Ruby 2.0+ (#3487, @marutosi) - remember all y/n answers when generating gems (#3579, @pducks32) Performance: - use RubyGems stub specifications when possible (#3580, @segiddins) Deprecations: - deprecated the (never enabled) `bundle_ruby` binary (@smlance) ## 1.9.9 (2015-05-16) Bugfixes: - read mirror and credential settings from older versions (#3557, @Strech) ## 1.9.8 (2015-05-12) Bugfixes: - fix regression in sudo mode introduced by 1.9.7 (#3642, @segiddins) ## 1.9.7 (2015-05-11) Bugfixes: - always clean up tmp dirs (#3277, @hone, @indirect, @segiddins) ## 1.9.6 (2015-05-02) Bugfixes: - support RubyGems versions above 2.4.6 (@tenderlove, @segiddins, @indirect) - allow creating gems with names containing two dashes (#3483, @janlelis) - allow creating gems with names extending constants (#3603, @amatsuda) ## 1.9.5 (2015-04-29) Bugfixes: - respect Gemfile sources when installing a gem present in two sources (#3585, @tmoore) ## 1.9.4 (2015-04-13) Bugfixes: - fix regression in installing x86 and universal gems (#3565, @jdmundrawala) - improve error when gems are missing (#3564, @sealocal) ## 1.9.3 (2015-04-12) Bugfixes: - handle removal of `specs` from rubygems/rubygems@620910 (#3558, @indirect) - install 'universal' gems on Windows (#3066, @jdmundrawala) - stop passing --local during `rake install` task (#3236, @indirect) - guard against all possible accidental public gem pushes (#3533, @indirect) ## 1.9.2 (2015-03-30) Bugfixes: - ensure gem executables are executable (#3517, #3511, @indirect) - fix warnings in Molinillo (#3516, @segiddins) - ensure duplicate dependencies do not propagate (#3522, @segiddins) - keep gems locked when updating another gem from the same source (#3520, @indirect) - resolve race that could build gems without saved arguments (#3404, @indirect) ## 1.9.1 (2015-03-21) Bugfixes: - avoid exception in 'bundler/gem_tasks' (#3492, @segiddins) ## 1.9.0 (2015-03-20) ## 1.9.0.rc (2015-03-13) Bugfixes: - make Bundler.which stop finding directories (@nohoho) - handle Bundler prereleases correctly (#3470, @segiddins) ## 1.9.0.pre.1 (2015-03-11) Bugfixes: - make `gem` command work again (@arthurnn) ## 1.9.0.pre (2015-03-11) Features: - prefer gemspecs closest to the directory root (#3428, @segiddins) - debug log for API request limits (#3452, @neerfri) "Features": - Molinillo resolver, shared with CocoaPods (@segiddins) - updated Thor to v0.19.1 (@segiddins)
2015-06-07 17:52:28 +02:00
${GEM_LIBDIR}/lib/bundler/templates/newgem/test/newgem_test.rb.tt
${GEM_LIBDIR}/lib/bundler/templates/newgem/test/test_helper.rb.tt
${GEM_LIBDIR}/lib/bundler/ui.rb
Update ruby-bundler to 1.7.3, including security fix for CVE-2013-0334. ## 1.7.3 (2014-09-14) Bugfixes: - `extconf.rb` is now generated with the right path for `create_makefile` (@andremedeiros) - Fix various Ruby warnings (@piotrsanarki, @indirect) ## 1.7.2 (2014-08-23) Bugfixes: - Revert gem source sorting in lock files (@indirect) ## 1.7.1 (2014-08-20) Bugfixes: - Install gems from one source needed by gems in another source (@indirect) - Install the same gem versions even after some are installed (@tmoore) - Download specs only when installing from servers (@indirect) ## 1.7.0 (2014-08-13) Security: - Fix for CVE-2013-0334, installing gems from an unexpected source (@tmoore) Features: - Gemfile `source` calls now take a block containing gems from that source (@tmoore) - added the `:source` option to `gem` to specify a source (@tmoore) Bugfixes: - warn on ambiguous gems available from more than one source (@tmoore) ## 1.6.5 (2014-07-23) Bugfixes: - require openssl explicitly to fix rare HTTPS request failures (@indirect, #3107) ## 1.6.4 (2014-07-17) Bugfixes: - fix undefined constant error when can't find gem during binstubs (#3095, @jetaggart) - work when installed git gems are not writable (#3092, @pmahoney) - don't store configured source credentials in Gemfile.lock (#3045, @lhz) - don't include config source credentials in the lockfile (Lars Haugseth) - use threads for jobs on Rubinius (@YorickPeterse) - skip dependencies from other platforms (@mvz) - work when Rubygems was built without SSL (@andremedeiros) ## 1.6.3 (2014-06-16) Bugfixes: - fix regression when resolving many conflicts (#2994, @Who828) - use local gemspec for builtin gems during install --local (#3041, @Who828) - don't warn about sudo when installing on Windows (#2984, @indirect) - shell escape `bundle open` arguments (@indirect) ## 1.6.2 (2014-04-13) Bugfixes: - fix an exception when using builtin gems (#2915, #2963, @gnufied) - cache gems that are built in to the running ruby (#2975, @indirect) - re-allow deploying cached git gems without git installed (#2968, @aughr) - keep standalone working even with builtin gems (@indirect) - don't update vendor/cache in deployment mode (#2921, @indirect) Features: - warn informatively when `bundle install` is run as root (#2936, @1337807) ## 1.6.1 (2014-04-02) Bugfixes: - update C extensions when git gem versions change (#2948, @dylanahsmith) Features: - add support for C extensions in sudo mode on Rubygems 2.2 ## 1.6.0 (2014-03-28) Bugfixes: - many Gemfiles that caused incorrect errors now resolve correctly (@Who828) - redirects across hosts now work on rubies without OpenSSL (#2686, @grddev) - gemspecs now handle filenames with newlines (#2634, @jasonmp85) - support escaped characters in usernames and passwords (@punkie) - no more exception on `update GEM` without lock file (@simi) - allow long config values (#2823, @kgrz) - cache successfully even locked to gems shipped with Ruby (#2869, @aughr) - respect NO_PROXY even if a proxy is configured (#2878, @stlay) - only retry git commands that hit the network (#2899, @timmoore) - fix NameError regression when OpenSSL is not available (#2898, @timmoore) - handle exception installing when build_info owned by root (@Who828) - skip HTTP redirects from rubygems.org, huge speed boost (@Who828) Features: - resolver rewritten to avoid recursion (@Who828) - add `git_source` for custom options like :github and :gist (@strzalek) - HTTP auth may now be stored in `bundle config` (@smashwilson) - some complex Gemfiles are resolved up to 10x faster (@Who828) - add support for IRB alternatives such as Pry and Ripl (@joallard, @postmodern) - highlight installed or updated gems (#2722, #2741, @yaotti, @simi) - display the `post_install_message` for gems installed via :git (@phallstrom) - `bundle outdated --strict` now only reports allowed updates (@davidblondeau) - `bundle show --verbose` Add gem summary to the output (@lardcanoe) - `bundle gem GEM --ext` now generates a skeleton for a C extension (@superdealloc) - Avoid using threequals operator where possible (@as-cii) Documentation: - Add missing switches for bundle-install(1) and bundle-update(1) (@as-cii)
2014-09-30 01:35:14 +02:00
${GEM_LIBDIR}/lib/bundler/ui/rg_proxy.rb
${GEM_LIBDIR}/lib/bundler/ui/shell.rb
${GEM_LIBDIR}/lib/bundler/ui/silent.rb
${GEM_LIBDIR}/lib/bundler/uri_credentials_filter.rb
Update ruby-bundler to 1.10.3. ## 1.10.2 (2015-05-29) Bugfixes: - fix regression in `bundle update GEM` performance introduced in 1.10.0 (#3687, @segiddins) ## 1.10.1 (2015-05-28) Bugfixes: - silence ruby warning when running CLI commands (@segiddins) - validate gemspecs in non-packaging mode (#3681, @segiddins) - ensure the same chdir mutex as RubyGems is used (#3680, @segiddins) ## 1.10.0 (2015-05-28) (this space intentionally left blank) ## 1.10.0.rc (2015-05-16) Features: - dramatically speed up resolving some slow Gemfiles (#3635, @segiddins) - track CI platforms running Bundler (#3646, @fotanus) Bugfixes: - allow `viz` to work with prereleases (#3621, #3217, @aprescott) - validate gemspecs used in path and git gems (#3639, @segiddins, @indirect) - stop printing config warnings when config is unchanged (#3649, @fotanus, @indirect) ## 1.10.0.pre.2 (2015-05-07) Bugfixes: - make BUNDLED WITH backwards compatible (#3623, @segiddins) ## 1.10.0.pre.1 (2015-05-05) Bugfixes: - always clean up tmp dirs (#3277, @hone, @indirect, @segiddins) ## 1.10.0.pre (2015-05-03) Features: - support gem extensions built into any directory on RubyGems 2.2+ (#3582, @voxik) - add 'bundler/inline' which provides a `gemfile` method (#3440, @segiddins) - improved error reports for Gemfile errors (#3480, @segiddins) - `lock` command (#3437, @segiddins) - add `ignore_messages` config to suppress post-install text (#3510, @pducks32) - improve `gem` minitest template (#3513, #3515, @arthurnn) - add `install --force` to re-install installed gems (#3519, @segiddins) - show more `outdated` information, including groups (@smlance, @indirect) - add optional groups to the Gemfile (#3531, @jhass) - accept glob argument to `gemspec` in Gemfile (#3464, @pjump) - make timeouts and retries configurable via `config` (#3601, @pducks32) - add `install_if` Gemfile method for conditional installs (#3611, @segiddins) Bugfixes: - standalone mode now uses builtin gems correctly (#3610, @segiddins) - fix `rake spec:deps` on MinGW Ruby 2.0+ (#3487, @marutosi) - remember all y/n answers when generating gems (#3579, @pducks32) Performance: - use RubyGems stub specifications when possible (#3580, @segiddins) Deprecations: - deprecated the (never enabled) `bundle_ruby` binary (@smlance) ## 1.9.9 (2015-05-16) Bugfixes: - read mirror and credential settings from older versions (#3557, @Strech) ## 1.9.8 (2015-05-12) Bugfixes: - fix regression in sudo mode introduced by 1.9.7 (#3642, @segiddins) ## 1.9.7 (2015-05-11) Bugfixes: - always clean up tmp dirs (#3277, @hone, @indirect, @segiddins) ## 1.9.6 (2015-05-02) Bugfixes: - support RubyGems versions above 2.4.6 (@tenderlove, @segiddins, @indirect) - allow creating gems with names containing two dashes (#3483, @janlelis) - allow creating gems with names extending constants (#3603, @amatsuda) ## 1.9.5 (2015-04-29) Bugfixes: - respect Gemfile sources when installing a gem present in two sources (#3585, @tmoore) ## 1.9.4 (2015-04-13) Bugfixes: - fix regression in installing x86 and universal gems (#3565, @jdmundrawala) - improve error when gems are missing (#3564, @sealocal) ## 1.9.3 (2015-04-12) Bugfixes: - handle removal of `specs` from rubygems/rubygems@620910 (#3558, @indirect) - install 'universal' gems on Windows (#3066, @jdmundrawala) - stop passing --local during `rake install` task (#3236, @indirect) - guard against all possible accidental public gem pushes (#3533, @indirect) ## 1.9.2 (2015-03-30) Bugfixes: - ensure gem executables are executable (#3517, #3511, @indirect) - fix warnings in Molinillo (#3516, @segiddins) - ensure duplicate dependencies do not propagate (#3522, @segiddins) - keep gems locked when updating another gem from the same source (#3520, @indirect) - resolve race that could build gems without saved arguments (#3404, @indirect) ## 1.9.1 (2015-03-21) Bugfixes: - avoid exception in 'bundler/gem_tasks' (#3492, @segiddins) ## 1.9.0 (2015-03-20) ## 1.9.0.rc (2015-03-13) Bugfixes: - make Bundler.which stop finding directories (@nohoho) - handle Bundler prereleases correctly (#3470, @segiddins) ## 1.9.0.pre.1 (2015-03-11) Bugfixes: - make `gem` command work again (@arthurnn) ## 1.9.0.pre (2015-03-11) Features: - prefer gemspecs closest to the directory root (#3428, @segiddins) - debug log for API request limits (#3452, @neerfri) "Features": - Molinillo resolver, shared with CocoaPods (@segiddins) - updated Thor to v0.19.1 (@segiddins)
2015-06-07 17:52:28 +02:00
${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo.rb
${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb
${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb
Update ruby-bundler to 1.10.3. ## 1.10.2 (2015-05-29) Bugfixes: - fix regression in `bundle update GEM` performance introduced in 1.10.0 (#3687, @segiddins) ## 1.10.1 (2015-05-28) Bugfixes: - silence ruby warning when running CLI commands (@segiddins) - validate gemspecs in non-packaging mode (#3681, @segiddins) - ensure the same chdir mutex as RubyGems is used (#3680, @segiddins) ## 1.10.0 (2015-05-28) (this space intentionally left blank) ## 1.10.0.rc (2015-05-16) Features: - dramatically speed up resolving some slow Gemfiles (#3635, @segiddins) - track CI platforms running Bundler (#3646, @fotanus) Bugfixes: - allow `viz` to work with prereleases (#3621, #3217, @aprescott) - validate gemspecs used in path and git gems (#3639, @segiddins, @indirect) - stop printing config warnings when config is unchanged (#3649, @fotanus, @indirect) ## 1.10.0.pre.2 (2015-05-07) Bugfixes: - make BUNDLED WITH backwards compatible (#3623, @segiddins) ## 1.10.0.pre.1 (2015-05-05) Bugfixes: - always clean up tmp dirs (#3277, @hone, @indirect, @segiddins) ## 1.10.0.pre (2015-05-03) Features: - support gem extensions built into any directory on RubyGems 2.2+ (#3582, @voxik) - add 'bundler/inline' which provides a `gemfile` method (#3440, @segiddins) - improved error reports for Gemfile errors (#3480, @segiddins) - `lock` command (#3437, @segiddins) - add `ignore_messages` config to suppress post-install text (#3510, @pducks32) - improve `gem` minitest template (#3513, #3515, @arthurnn) - add `install --force` to re-install installed gems (#3519, @segiddins) - show more `outdated` information, including groups (@smlance, @indirect) - add optional groups to the Gemfile (#3531, @jhass) - accept glob argument to `gemspec` in Gemfile (#3464, @pjump) - make timeouts and retries configurable via `config` (#3601, @pducks32) - add `install_if` Gemfile method for conditional installs (#3611, @segiddins) Bugfixes: - standalone mode now uses builtin gems correctly (#3610, @segiddins) - fix `rake spec:deps` on MinGW Ruby 2.0+ (#3487, @marutosi) - remember all y/n answers when generating gems (#3579, @pducks32) Performance: - use RubyGems stub specifications when possible (#3580, @segiddins) Deprecations: - deprecated the (never enabled) `bundle_ruby` binary (@smlance) ## 1.9.9 (2015-05-16) Bugfixes: - read mirror and credential settings from older versions (#3557, @Strech) ## 1.9.8 (2015-05-12) Bugfixes: - fix regression in sudo mode introduced by 1.9.7 (#3642, @segiddins) ## 1.9.7 (2015-05-11) Bugfixes: - always clean up tmp dirs (#3277, @hone, @indirect, @segiddins) ## 1.9.6 (2015-05-02) Bugfixes: - support RubyGems versions above 2.4.6 (@tenderlove, @segiddins, @indirect) - allow creating gems with names containing two dashes (#3483, @janlelis) - allow creating gems with names extending constants (#3603, @amatsuda) ## 1.9.5 (2015-04-29) Bugfixes: - respect Gemfile sources when installing a gem present in two sources (#3585, @tmoore) ## 1.9.4 (2015-04-13) Bugfixes: - fix regression in installing x86 and universal gems (#3565, @jdmundrawala) - improve error when gems are missing (#3564, @sealocal) ## 1.9.3 (2015-04-12) Bugfixes: - handle removal of `specs` from rubygems/rubygems@620910 (#3558, @indirect) - install 'universal' gems on Windows (#3066, @jdmundrawala) - stop passing --local during `rake install` task (#3236, @indirect) - guard against all possible accidental public gem pushes (#3533, @indirect) ## 1.9.2 (2015-03-30) Bugfixes: - ensure gem executables are executable (#3517, #3511, @indirect) - fix warnings in Molinillo (#3516, @segiddins) - ensure duplicate dependencies do not propagate (#3522, @segiddins) - keep gems locked when updating another gem from the same source (#3520, @indirect) - resolve race that could build gems without saved arguments (#3404, @indirect) ## 1.9.1 (2015-03-21) Bugfixes: - avoid exception in 'bundler/gem_tasks' (#3492, @segiddins) ## 1.9.0 (2015-03-20) ## 1.9.0.rc (2015-03-13) Bugfixes: - make Bundler.which stop finding directories (@nohoho) - handle Bundler prereleases correctly (#3470, @segiddins) ## 1.9.0.pre.1 (2015-03-11) Bugfixes: - make `gem` command work again (@arthurnn) ## 1.9.0.pre (2015-03-11) Features: - prefer gemspecs closest to the directory root (#3428, @segiddins) - debug log for API request limits (#3452, @neerfri) "Features": - Molinillo resolver, shared with CocoaPods (@segiddins) - updated Thor to v0.19.1 (@segiddins)
2015-06-07 17:52:28 +02:00
${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph.rb
${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/action.rb
${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb
${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb
${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb
${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb
${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/log.rb
${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb
${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb
${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb
Update ruby-bundler to 1.10.3. ## 1.10.2 (2015-05-29) Bugfixes: - fix regression in `bundle update GEM` performance introduced in 1.10.0 (#3687, @segiddins) ## 1.10.1 (2015-05-28) Bugfixes: - silence ruby warning when running CLI commands (@segiddins) - validate gemspecs in non-packaging mode (#3681, @segiddins) - ensure the same chdir mutex as RubyGems is used (#3680, @segiddins) ## 1.10.0 (2015-05-28) (this space intentionally left blank) ## 1.10.0.rc (2015-05-16) Features: - dramatically speed up resolving some slow Gemfiles (#3635, @segiddins) - track CI platforms running Bundler (#3646, @fotanus) Bugfixes: - allow `viz` to work with prereleases (#3621, #3217, @aprescott) - validate gemspecs used in path and git gems (#3639, @segiddins, @indirect) - stop printing config warnings when config is unchanged (#3649, @fotanus, @indirect) ## 1.10.0.pre.2 (2015-05-07) Bugfixes: - make BUNDLED WITH backwards compatible (#3623, @segiddins) ## 1.10.0.pre.1 (2015-05-05) Bugfixes: - always clean up tmp dirs (#3277, @hone, @indirect, @segiddins) ## 1.10.0.pre (2015-05-03) Features: - support gem extensions built into any directory on RubyGems 2.2+ (#3582, @voxik) - add 'bundler/inline' which provides a `gemfile` method (#3440, @segiddins) - improved error reports for Gemfile errors (#3480, @segiddins) - `lock` command (#3437, @segiddins) - add `ignore_messages` config to suppress post-install text (#3510, @pducks32) - improve `gem` minitest template (#3513, #3515, @arthurnn) - add `install --force` to re-install installed gems (#3519, @segiddins) - show more `outdated` information, including groups (@smlance, @indirect) - add optional groups to the Gemfile (#3531, @jhass) - accept glob argument to `gemspec` in Gemfile (#3464, @pjump) - make timeouts and retries configurable via `config` (#3601, @pducks32) - add `install_if` Gemfile method for conditional installs (#3611, @segiddins) Bugfixes: - standalone mode now uses builtin gems correctly (#3610, @segiddins) - fix `rake spec:deps` on MinGW Ruby 2.0+ (#3487, @marutosi) - remember all y/n answers when generating gems (#3579, @pducks32) Performance: - use RubyGems stub specifications when possible (#3580, @segiddins) Deprecations: - deprecated the (never enabled) `bundle_ruby` binary (@smlance) ## 1.9.9 (2015-05-16) Bugfixes: - read mirror and credential settings from older versions (#3557, @Strech) ## 1.9.8 (2015-05-12) Bugfixes: - fix regression in sudo mode introduced by 1.9.7 (#3642, @segiddins) ## 1.9.7 (2015-05-11) Bugfixes: - always clean up tmp dirs (#3277, @hone, @indirect, @segiddins) ## 1.9.6 (2015-05-02) Bugfixes: - support RubyGems versions above 2.4.6 (@tenderlove, @segiddins, @indirect) - allow creating gems with names containing two dashes (#3483, @janlelis) - allow creating gems with names extending constants (#3603, @amatsuda) ## 1.9.5 (2015-04-29) Bugfixes: - respect Gemfile sources when installing a gem present in two sources (#3585, @tmoore) ## 1.9.4 (2015-04-13) Bugfixes: - fix regression in installing x86 and universal gems (#3565, @jdmundrawala) - improve error when gems are missing (#3564, @sealocal) ## 1.9.3 (2015-04-12) Bugfixes: - handle removal of `specs` from rubygems/rubygems@620910 (#3558, @indirect) - install 'universal' gems on Windows (#3066, @jdmundrawala) - stop passing --local during `rake install` task (#3236, @indirect) - guard against all possible accidental public gem pushes (#3533, @indirect) ## 1.9.2 (2015-03-30) Bugfixes: - ensure gem executables are executable (#3517, #3511, @indirect) - fix warnings in Molinillo (#3516, @segiddins) - ensure duplicate dependencies do not propagate (#3522, @segiddins) - keep gems locked when updating another gem from the same source (#3520, @indirect) - resolve race that could build gems without saved arguments (#3404, @indirect) ## 1.9.1 (2015-03-21) Bugfixes: - avoid exception in 'bundler/gem_tasks' (#3492, @segiddins) ## 1.9.0 (2015-03-20) ## 1.9.0.rc (2015-03-13) Bugfixes: - make Bundler.which stop finding directories (@nohoho) - handle Bundler prereleases correctly (#3470, @segiddins) ## 1.9.0.pre.1 (2015-03-11) Bugfixes: - make `gem` command work again (@arthurnn) ## 1.9.0.pre (2015-03-11) Features: - prefer gemspecs closest to the directory root (#3428, @segiddins) - debug log for API request limits (#3452, @neerfri) "Features": - Molinillo resolver, shared with CocoaPods (@segiddins) - updated Thor to v0.19.1 (@segiddins)
2015-06-07 17:52:28 +02:00
${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/errors.rb
${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/gem_metadata.rb
${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/modules/specification_provider.rb
${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/modules/ui.rb
${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/resolution.rb
${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/resolver.rb
${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/state.rb
${GEM_LIBDIR}/lib/bundler/vendor/net-http-persistent/lib/net/http/faster.rb
${GEM_LIBDIR}/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent.rb
${GEM_LIBDIR}/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent/ssl_reuse.rb
Update ruby-bundler to 1.10.3. ## 1.10.2 (2015-05-29) Bugfixes: - fix regression in `bundle update GEM` performance introduced in 1.10.0 (#3687, @segiddins) ## 1.10.1 (2015-05-28) Bugfixes: - silence ruby warning when running CLI commands (@segiddins) - validate gemspecs in non-packaging mode (#3681, @segiddins) - ensure the same chdir mutex as RubyGems is used (#3680, @segiddins) ## 1.10.0 (2015-05-28) (this space intentionally left blank) ## 1.10.0.rc (2015-05-16) Features: - dramatically speed up resolving some slow Gemfiles (#3635, @segiddins) - track CI platforms running Bundler (#3646, @fotanus) Bugfixes: - allow `viz` to work with prereleases (#3621, #3217, @aprescott) - validate gemspecs used in path and git gems (#3639, @segiddins, @indirect) - stop printing config warnings when config is unchanged (#3649, @fotanus, @indirect) ## 1.10.0.pre.2 (2015-05-07) Bugfixes: - make BUNDLED WITH backwards compatible (#3623, @segiddins) ## 1.10.0.pre.1 (2015-05-05) Bugfixes: - always clean up tmp dirs (#3277, @hone, @indirect, @segiddins) ## 1.10.0.pre (2015-05-03) Features: - support gem extensions built into any directory on RubyGems 2.2+ (#3582, @voxik) - add 'bundler/inline' which provides a `gemfile` method (#3440, @segiddins) - improved error reports for Gemfile errors (#3480, @segiddins) - `lock` command (#3437, @segiddins) - add `ignore_messages` config to suppress post-install text (#3510, @pducks32) - improve `gem` minitest template (#3513, #3515, @arthurnn) - add `install --force` to re-install installed gems (#3519, @segiddins) - show more `outdated` information, including groups (@smlance, @indirect) - add optional groups to the Gemfile (#3531, @jhass) - accept glob argument to `gemspec` in Gemfile (#3464, @pjump) - make timeouts and retries configurable via `config` (#3601, @pducks32) - add `install_if` Gemfile method for conditional installs (#3611, @segiddins) Bugfixes: - standalone mode now uses builtin gems correctly (#3610, @segiddins) - fix `rake spec:deps` on MinGW Ruby 2.0+ (#3487, @marutosi) - remember all y/n answers when generating gems (#3579, @pducks32) Performance: - use RubyGems stub specifications when possible (#3580, @segiddins) Deprecations: - deprecated the (never enabled) `bundle_ruby` binary (@smlance) ## 1.9.9 (2015-05-16) Bugfixes: - read mirror and credential settings from older versions (#3557, @Strech) ## 1.9.8 (2015-05-12) Bugfixes: - fix regression in sudo mode introduced by 1.9.7 (#3642, @segiddins) ## 1.9.7 (2015-05-11) Bugfixes: - always clean up tmp dirs (#3277, @hone, @indirect, @segiddins) ## 1.9.6 (2015-05-02) Bugfixes: - support RubyGems versions above 2.4.6 (@tenderlove, @segiddins, @indirect) - allow creating gems with names containing two dashes (#3483, @janlelis) - allow creating gems with names extending constants (#3603, @amatsuda) ## 1.9.5 (2015-04-29) Bugfixes: - respect Gemfile sources when installing a gem present in two sources (#3585, @tmoore) ## 1.9.4 (2015-04-13) Bugfixes: - fix regression in installing x86 and universal gems (#3565, @jdmundrawala) - improve error when gems are missing (#3564, @sealocal) ## 1.9.3 (2015-04-12) Bugfixes: - handle removal of `specs` from rubygems/rubygems@620910 (#3558, @indirect) - install 'universal' gems on Windows (#3066, @jdmundrawala) - stop passing --local during `rake install` task (#3236, @indirect) - guard against all possible accidental public gem pushes (#3533, @indirect) ## 1.9.2 (2015-03-30) Bugfixes: - ensure gem executables are executable (#3517, #3511, @indirect) - fix warnings in Molinillo (#3516, @segiddins) - ensure duplicate dependencies do not propagate (#3522, @segiddins) - keep gems locked when updating another gem from the same source (#3520, @indirect) - resolve race that could build gems without saved arguments (#3404, @indirect) ## 1.9.1 (2015-03-21) Bugfixes: - avoid exception in 'bundler/gem_tasks' (#3492, @segiddins) ## 1.9.0 (2015-03-20) ## 1.9.0.rc (2015-03-13) Bugfixes: - make Bundler.which stop finding directories (@nohoho) - handle Bundler prereleases correctly (#3470, @segiddins) ## 1.9.0.pre.1 (2015-03-11) Bugfixes: - make `gem` command work again (@arthurnn) ## 1.9.0.pre (2015-03-11) Features: - prefer gemspecs closest to the directory root (#3428, @segiddins) - debug log for API request limits (#3452, @neerfri) "Features": - Molinillo resolver, shared with CocoaPods (@segiddins) - updated Thor to v0.19.1 (@segiddins)
2015-06-07 17:52:28 +02:00
${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor.rb
${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/actions.rb
${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/actions/create_file.rb
${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/actions/create_link.rb
${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/actions/directory.rb
${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/actions/empty_directory.rb
${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/actions/file_manipulation.rb
${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/actions/inject_into_file.rb
${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/base.rb
${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/command.rb
${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb
${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/core_ext/io_binary_read.rb
${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/core_ext/ordered_hash.rb
${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/error.rb
${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/group.rb
${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/invocation.rb
${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/line_editor.rb
${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb
${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb
${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/parser.rb
${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/parser/argument.rb
${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb
${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/parser/option.rb
${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/parser/options.rb
${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/rake_compat.rb
${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/runner.rb
${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/shell.rb
${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/shell/basic.rb
${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/shell/color.rb
${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/shell/html.rb
${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/util.rb
${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/version.rb
${GEM_LIBDIR}/lib/bundler/vendored_molinillo.rb
${GEM_LIBDIR}/lib/bundler/vendored_persistent.rb
${GEM_LIBDIR}/lib/bundler/vendored_thor.rb
${GEM_LIBDIR}/lib/bundler/version.rb
Update ruby-bundler to 1.15.1. ## 1.15.1 (2017-06-02) Bugfixes: - `bundle lock --update GEM` will fail gracefully when the gem is not in the lockfile (#5693, @segiddins) - `bundle init --gemspec` will fail gracefully when the gemspec is invalid (@colby-swandale) - `bundle install --force` works when the gemfile contains git gems (#5678, @segiddins) - `bundle env` will print well-formed markdown when there are no settings (#5677, @segiddins) ## 1.15.0 (2017-05-19) This space intentionally left blank. ## 1.15.0.pre.4 (2017-05-10) Bugfixes: - avoid conflicts when `Gem.finish_resolve` is called after the bundle has been set up (@segiddins) - ensure that `Gem::Specification.find_by_name` always returns an object that can have `#to_spec` called on it (#5592, @jules2689) ## 1.15.0.pre.3 (2017-04-30) Bugfixes: - avoid redundant blank lines in the readme generated by `bundle gem` (@koic) - ensure that `open-uri` is not loaded after `bundle exec` (@segiddins) - print a helpful error message when an activated default gem conflicts with a gem in the gemfile (@segiddins) - only shorten `ref` option for git gems when it is a SHA (#5620, @segiddins) ## 1.15.0.pre.2 (2017-04-23) Bugfixes: - ensure pre-existing fit caches are updated from remote sources (#5423, @alextaylor000) - avoid duplicating specs in the lockfile after updating with the gem uninstalled (#5599, @segiddins) - ensure git gems have their extensions available at runtime (#5594, @jules2689, @segiddins) ## 1.15.0.pre.1 (2017-04-16) Features: - print a notification when a newer version of bundler is available (#4683, @segiddins) - add man pages for all bundler commands (#4988, @feministy) - add the `bundle info` command (@fredrb, @colby-swandale) - all files created with `bundle gem` comply with the bundler style guide (@zachahn) - if installing a gem fails, print out the reason the gem needed to be installed (#5078, @segiddins) - allow setting `gem.push_key` to set the key used when running `rake release` (@DTrierweiler) - print gem versions that are regressing during `bundle update` in yellow (#5506, @brchristian) - avoid printing extraneous dependencies when the resolver encounters a conflict (@segiddins) - add the `bundle issue` command that prints instructions for reporting issues (#4871, @jonathanpike) - add `--source` and `--group` options to the `bundle inject` command (#5452, @Shekharrajak) - add the `bundle add` command to add a gem to the gemfile (@denniss) - add the `bundle pristine` command to re-install gems from cached `.gem` files (#4509, @denniss) - add a `--parseable` option for `bundle config` (@JuanitoFatas, @colby-swandale) Performance: - speed up gemfile initialization by storing locked dependencies as a hash (@jules2689) - speed up gemfile initialization by making locked dependency comparison lazy, avoiding object allocation (@jules2689) - only validate git gems when they are downloaded, instead of every time `Bundler.setup` is run (@segiddins) - avoid regenerating the lockfile when nothing has changed (@segiddins) - avoid diffing large arrays when no sources in the gemfile have changed (@segiddins) - avoid evaluating full gemspecs when running with RubyGems 2.5+ (@segiddins) Bugfixes: - fix cases where `bundle update` would print a resolver conflict instead of updating the selected gems (#5031, #5095, @segiddins) - print out a stack trace after an interrupt when running in debug mode (@segiddins) - print out when bundler starts fetching a gem from a remote server (@segiddins) - fix `bundle gem` failing when `git` is unavailable (#5458, @Shekharrajak, @colby-swandale) - suggest the appropriate command to unfreeze a bundle (#5009, @denniss) - ensure nested calls to `bundle exec` resolve default gems correctly (#5500, @segiddins) - ensure that a plugin failing to install doesn't uninstall other plugins (@kerrizor, @roseaboveit) - ensure `socket` is required before being referenced (#5533, @rafaelfranca) - allow running `bundle outdated` when gems aren't installed locally (#5553, @segiddins) - print a helpful error when `bundle exec`ing to a gem that isn't included in the bundle (#5487, @segiddins) - print an error message when a non-git gem is given a `branch` option (#5530, @colby-swandale) - allow interrupts to exit the process after gems have been installed (@segiddins) - print the underlying error when downloading gem metadata fails (#5579, @segiddins) - avoid deadlocking when installing with a lockfile that is missing dependencies (#5378, #5480, #5519, #5526, #5529, #5549, #5572, @segiddins)
2017-06-05 16:32:24 +02:00
${GEM_LIBDIR}/lib/bundler/version_ranges.rb
Update ruby-bundler package to 1.0.7. ## 1.0.7 (November 17, 2010) Bugfixes: - Remove Bundler version from the lockfile because it broke backwards compatibility with 1.0.0-1.0.5. Sorry. :( ## 1.0.6 (November 16, 2010) Bugfixes: - Fix regression in `update` that caused long/wrong results - Allow git gems on other platforms while installing (#579) Features: - Speed up `install` command using various optimizations - Significantly increase performance of resolver - Use upcoming Rubygems performance improvements (@tmm1) - Warn if the lockfile was generated by a newer version - Set generated gems' homepage to "", so Rubygems will warn ## 1.0.5 (November 13, 2010) Bugfixes: - Fix regression disabling all operations that employ sudo ## 1.0.4 (November 12, 2010) Bugfixes: - Expand relative :paths from Bundler.root (eg ./foogem) - Allow git gems in --without groups while --frozen - Allow gem :ref to be a symbol as well as a string - Fix exception when Gemfile needs a newer Bundler version - Explanation when the current Bundler version conflicts - Explicit error message if Gemfile needs newer Bundler - Ignore an empty string BUNDLE_GEMFILE - Skeleton gemspec now works with older versions of git - Fix shell quoting and ref fetching in GemHelper - Disable colored output in --deployment - Preserve line endings in lock file Features: - Add support for 'mingw32' platform (aka RubyInstaller) - Large speed increase when Gemfile.lock is already present - Huge speed increase when many (100+) system gems are present - Significant expansion of ISSUES, man pages, and docs site - Remove Open3 from GemHelper (now it works on Windows™®©© - Allow setting roles in built-in cap and vlad tasks ## 1.0.3 (October 15, 2010) Bugfixes: - Use bitwise or in #hash to reduce the chance of overflow - `bundle update` now works with :git + :tag updates - Record relative :path options in the Gemfile.lock - :groups option on gem method in Gemfile now works - Add #platform method and :platform option to Gemfile DSL - --without now accepts a quoted, space-separated list - Installing after --deployment with no lock is now possible - Binstubs can now be symlinked - Print warning if cache for --local install is missing gems - Improve output when installing to a path - The tests all pass! Yay! ## 1.0.2 (October 2, 2010) Bugfix: - Actually include the man pages in the gem, so help works
2010-12-04 05:10:55 +01:00
${GEM_LIBDIR}/lib/bundler/vlad.rb
Update ruby-bundler to 1.8.5. * pkgsrc change: add support for pkg_alternatives. ## 1.8.5 (2015-03-11) Bugfixes: - remove MIT license from gemspec when removing license file (@indirect) - respect 'no' immediately as well as saving it in `gem` config (@kirs) ## 1.8.4 (2015-03-05) Bugfixes: - document --all-platforms option (#3449, @moeffju) - find gems from all sources on exec after install (#3450, @TimMoore) ## 1.8.3 (2015-02-24) Bugfixes: - handle boolean values for gem settings (@EduardoBautista) - stop always looking for updated `path` gems (#3414, #3417, #3429, @TimMoore) ## 1.8.2 (2015-02-14) Bugfixes: - allow config settings for gems with 'http' in the name again (#3398, @tmoore) ## 1.8.1 (2015-02-13) Bugfixes: - synchronize building git gem native extensions (#3385, @antifuchs & @indirect) - set gemspec bindir correctly (#3392, @tmoore) - request lockfile deletion when it is malformed (#3396, @indirect) - explain problem when mirror config is missing (#3386, @indirect) - explain problem when caching causes permission error (#3390, @indirect) - normalize URLs in config keys (#3391, @indirect) ## 1.8.0 (2015-02-10) Bugfixes: - Gemfile `github` blocks now work (#3379, @indirect) Bugfixes from v1.7.13: - Look up installed gems in remote sources (#3300, #3368, #3377, #3380, #3381, @indirect) - Look up gems across all sources to satisfy dependencies (#3365, @keiths-osc) - Request dependencies for no more than 100 gems at a time (#3367, @segiddins) ## 1.8.0.rc (2015-01-26) Features: - add `config disable_multisource` option to ensure sources can't compete (@indirect) Bugfixes: - don't add extra quotes around long, quoted config values (@aroben, #3338) Security: - warn when more than one top-level source is present (@indirect) ## 1.8.0.pre (2015-01-26) Features: - add metadata allowed_push_host to new gem template (#3002, @juanitofatas) - adds a `--no-install` flag to `bundle package` (@d-reinhold) - add `bundle config auto_install true` to install automatically (@smashwilson) - add `bundle viz --without` to exclude gem groups from resulting graph (@fnichol) - prevent whitespace in gem declarations with clear messaging (@benlakey) - tries to find a `bundler-<command>` executable on your path for non-bundler commands (@andremedeiros) - tries to find `gems.rb` and it's new counterpart, `gems.locked` (@andremedeiros) - change the initial version of new gems from `0.0.1` to `0.1.0` (@petedmarsh) - add `package --all-platforms` to cache gems for each known platform (@ccutrer) - speed up `exec` when running commands on the $PATH (@kirs) - add gem code of conduct file and option (@kirs) - add config settings for gem license and tests (@kirs) - add `bin/setup` and `bin/console` to new gems (@indirect) - include configured user-agent in network requests (@indirect) - support `github`, `gist`, and `bitbucket` options on git gems (@indirect) - add `package --cache-path` and `config cache_path` for cache location (@jnraine) - allow `config` to work even when a Gemfile is not present (@dholdren) - add `config gemfile /path` for other Gemfile locations (@dholdren) Bugfixes: - reduce memory usage with threaded parallel workers (@Who828) - support read-only git gems (@pmahoney) - various resolver performance improvements (@dubek) - untaint git gem paths for Rubygems compatibility (@tdtds) Documentation: - add missing Gemfile global `path` explanation (@agenteo) ## 1.7.13 (2015-02-07) Bugfixes: - Look up installed gems in remote sources (#3300, #3368, #3377, #3380, #3381, @indirect) - Look up gems across all sources to satisfy dependencies (#3365, @keiths-osc) - Request dependencies for no more than 100 gems at a time (#3367, @segiddins)
2015-03-13 15:34:12 +01:00
${GEM_LIBDIR}/lib/bundler/worker.rb
${GEM_LIBDIR}/lib/bundler/yaml_serializer.rb
Update ruby-bundler to 1.15.1. ## 1.15.1 (2017-06-02) Bugfixes: - `bundle lock --update GEM` will fail gracefully when the gem is not in the lockfile (#5693, @segiddins) - `bundle init --gemspec` will fail gracefully when the gemspec is invalid (@colby-swandale) - `bundle install --force` works when the gemfile contains git gems (#5678, @segiddins) - `bundle env` will print well-formed markdown when there are no settings (#5677, @segiddins) ## 1.15.0 (2017-05-19) This space intentionally left blank. ## 1.15.0.pre.4 (2017-05-10) Bugfixes: - avoid conflicts when `Gem.finish_resolve` is called after the bundle has been set up (@segiddins) - ensure that `Gem::Specification.find_by_name` always returns an object that can have `#to_spec` called on it (#5592, @jules2689) ## 1.15.0.pre.3 (2017-04-30) Bugfixes: - avoid redundant blank lines in the readme generated by `bundle gem` (@koic) - ensure that `open-uri` is not loaded after `bundle exec` (@segiddins) - print a helpful error message when an activated default gem conflicts with a gem in the gemfile (@segiddins) - only shorten `ref` option for git gems when it is a SHA (#5620, @segiddins) ## 1.15.0.pre.2 (2017-04-23) Bugfixes: - ensure pre-existing fit caches are updated from remote sources (#5423, @alextaylor000) - avoid duplicating specs in the lockfile after updating with the gem uninstalled (#5599, @segiddins) - ensure git gems have their extensions available at runtime (#5594, @jules2689, @segiddins) ## 1.15.0.pre.1 (2017-04-16) Features: - print a notification when a newer version of bundler is available (#4683, @segiddins) - add man pages for all bundler commands (#4988, @feministy) - add the `bundle info` command (@fredrb, @colby-swandale) - all files created with `bundle gem` comply with the bundler style guide (@zachahn) - if installing a gem fails, print out the reason the gem needed to be installed (#5078, @segiddins) - allow setting `gem.push_key` to set the key used when running `rake release` (@DTrierweiler) - print gem versions that are regressing during `bundle update` in yellow (#5506, @brchristian) - avoid printing extraneous dependencies when the resolver encounters a conflict (@segiddins) - add the `bundle issue` command that prints instructions for reporting issues (#4871, @jonathanpike) - add `--source` and `--group` options to the `bundle inject` command (#5452, @Shekharrajak) - add the `bundle add` command to add a gem to the gemfile (@denniss) - add the `bundle pristine` command to re-install gems from cached `.gem` files (#4509, @denniss) - add a `--parseable` option for `bundle config` (@JuanitoFatas, @colby-swandale) Performance: - speed up gemfile initialization by storing locked dependencies as a hash (@jules2689) - speed up gemfile initialization by making locked dependency comparison lazy, avoiding object allocation (@jules2689) - only validate git gems when they are downloaded, instead of every time `Bundler.setup` is run (@segiddins) - avoid regenerating the lockfile when nothing has changed (@segiddins) - avoid diffing large arrays when no sources in the gemfile have changed (@segiddins) - avoid evaluating full gemspecs when running with RubyGems 2.5+ (@segiddins) Bugfixes: - fix cases where `bundle update` would print a resolver conflict instead of updating the selected gems (#5031, #5095, @segiddins) - print out a stack trace after an interrupt when running in debug mode (@segiddins) - print out when bundler starts fetching a gem from a remote server (@segiddins) - fix `bundle gem` failing when `git` is unavailable (#5458, @Shekharrajak, @colby-swandale) - suggest the appropriate command to unfreeze a bundle (#5009, @denniss) - ensure nested calls to `bundle exec` resolve default gems correctly (#5500, @segiddins) - ensure that a plugin failing to install doesn't uninstall other plugins (@kerrizor, @roseaboveit) - ensure `socket` is required before being referenced (#5533, @rafaelfranca) - allow running `bundle outdated` when gems aren't installed locally (#5553, @segiddins) - print a helpful error when `bundle exec`ing to a gem that isn't included in the bundle (#5487, @segiddins) - print an error message when a non-git gem is given a `branch` option (#5530, @colby-swandale) - allow interrupts to exit the process after gems have been installed (@segiddins) - print the underlying error when downloading gem metadata fails (#5579, @segiddins) - avoid deadlocking when installing with a lockfile that is missing dependencies (#5378, #5480, #5519, #5526, #5529, #5549, #5572, @segiddins)
2017-06-05 16:32:24 +02:00
${GEM_LIBDIR}/man/bundle-add.1
${GEM_LIBDIR}/man/bundle-add.1.txt
${GEM_LIBDIR}/man/bundle-add.ronn
${GEM_LIBDIR}/man/bundle-binstubs.1
${GEM_LIBDIR}/man/bundle-binstubs.1.txt
${GEM_LIBDIR}/man/bundle-binstubs.ronn
Update ruby-bundler to 1.15.1. ## 1.15.1 (2017-06-02) Bugfixes: - `bundle lock --update GEM` will fail gracefully when the gem is not in the lockfile (#5693, @segiddins) - `bundle init --gemspec` will fail gracefully when the gemspec is invalid (@colby-swandale) - `bundle install --force` works when the gemfile contains git gems (#5678, @segiddins) - `bundle env` will print well-formed markdown when there are no settings (#5677, @segiddins) ## 1.15.0 (2017-05-19) This space intentionally left blank. ## 1.15.0.pre.4 (2017-05-10) Bugfixes: - avoid conflicts when `Gem.finish_resolve` is called after the bundle has been set up (@segiddins) - ensure that `Gem::Specification.find_by_name` always returns an object that can have `#to_spec` called on it (#5592, @jules2689) ## 1.15.0.pre.3 (2017-04-30) Bugfixes: - avoid redundant blank lines in the readme generated by `bundle gem` (@koic) - ensure that `open-uri` is not loaded after `bundle exec` (@segiddins) - print a helpful error message when an activated default gem conflicts with a gem in the gemfile (@segiddins) - only shorten `ref` option for git gems when it is a SHA (#5620, @segiddins) ## 1.15.0.pre.2 (2017-04-23) Bugfixes: - ensure pre-existing fit caches are updated from remote sources (#5423, @alextaylor000) - avoid duplicating specs in the lockfile after updating with the gem uninstalled (#5599, @segiddins) - ensure git gems have their extensions available at runtime (#5594, @jules2689, @segiddins) ## 1.15.0.pre.1 (2017-04-16) Features: - print a notification when a newer version of bundler is available (#4683, @segiddins) - add man pages for all bundler commands (#4988, @feministy) - add the `bundle info` command (@fredrb, @colby-swandale) - all files created with `bundle gem` comply with the bundler style guide (@zachahn) - if installing a gem fails, print out the reason the gem needed to be installed (#5078, @segiddins) - allow setting `gem.push_key` to set the key used when running `rake release` (@DTrierweiler) - print gem versions that are regressing during `bundle update` in yellow (#5506, @brchristian) - avoid printing extraneous dependencies when the resolver encounters a conflict (@segiddins) - add the `bundle issue` command that prints instructions for reporting issues (#4871, @jonathanpike) - add `--source` and `--group` options to the `bundle inject` command (#5452, @Shekharrajak) - add the `bundle add` command to add a gem to the gemfile (@denniss) - add the `bundle pristine` command to re-install gems from cached `.gem` files (#4509, @denniss) - add a `--parseable` option for `bundle config` (@JuanitoFatas, @colby-swandale) Performance: - speed up gemfile initialization by storing locked dependencies as a hash (@jules2689) - speed up gemfile initialization by making locked dependency comparison lazy, avoiding object allocation (@jules2689) - only validate git gems when they are downloaded, instead of every time `Bundler.setup` is run (@segiddins) - avoid regenerating the lockfile when nothing has changed (@segiddins) - avoid diffing large arrays when no sources in the gemfile have changed (@segiddins) - avoid evaluating full gemspecs when running with RubyGems 2.5+ (@segiddins) Bugfixes: - fix cases where `bundle update` would print a resolver conflict instead of updating the selected gems (#5031, #5095, @segiddins) - print out a stack trace after an interrupt when running in debug mode (@segiddins) - print out when bundler starts fetching a gem from a remote server (@segiddins) - fix `bundle gem` failing when `git` is unavailable (#5458, @Shekharrajak, @colby-swandale) - suggest the appropriate command to unfreeze a bundle (#5009, @denniss) - ensure nested calls to `bundle exec` resolve default gems correctly (#5500, @segiddins) - ensure that a plugin failing to install doesn't uninstall other plugins (@kerrizor, @roseaboveit) - ensure `socket` is required before being referenced (#5533, @rafaelfranca) - allow running `bundle outdated` when gems aren't installed locally (#5553, @segiddins) - print a helpful error when `bundle exec`ing to a gem that isn't included in the bundle (#5487, @segiddins) - print an error message when a non-git gem is given a `branch` option (#5530, @colby-swandale) - allow interrupts to exit the process after gems have been installed (@segiddins) - print the underlying error when downloading gem metadata fails (#5579, @segiddins) - avoid deadlocking when installing with a lockfile that is missing dependencies (#5378, #5480, #5519, #5526, #5529, #5549, #5572, @segiddins)
2017-06-05 16:32:24 +02:00
${GEM_LIBDIR}/man/bundle-check.1
${GEM_LIBDIR}/man/bundle-check.1.txt
${GEM_LIBDIR}/man/bundle-check.ronn
${GEM_LIBDIR}/man/bundle-clean.1
${GEM_LIBDIR}/man/bundle-clean.1.txt
${GEM_LIBDIR}/man/bundle-clean.ronn
${GEM_LIBDIR}/man/bundle-config.1
${GEM_LIBDIR}/man/bundle-config.1.txt
Update ruby-bundler package to 1.0.7. ## 1.0.7 (November 17, 2010) Bugfixes: - Remove Bundler version from the lockfile because it broke backwards compatibility with 1.0.0-1.0.5. Sorry. :( ## 1.0.6 (November 16, 2010) Bugfixes: - Fix regression in `update` that caused long/wrong results - Allow git gems on other platforms while installing (#579) Features: - Speed up `install` command using various optimizations - Significantly increase performance of resolver - Use upcoming Rubygems performance improvements (@tmm1) - Warn if the lockfile was generated by a newer version - Set generated gems' homepage to "", so Rubygems will warn ## 1.0.5 (November 13, 2010) Bugfixes: - Fix regression disabling all operations that employ sudo ## 1.0.4 (November 12, 2010) Bugfixes: - Expand relative :paths from Bundler.root (eg ./foogem) - Allow git gems in --without groups while --frozen - Allow gem :ref to be a symbol as well as a string - Fix exception when Gemfile needs a newer Bundler version - Explanation when the current Bundler version conflicts - Explicit error message if Gemfile needs newer Bundler - Ignore an empty string BUNDLE_GEMFILE - Skeleton gemspec now works with older versions of git - Fix shell quoting and ref fetching in GemHelper - Disable colored output in --deployment - Preserve line endings in lock file Features: - Add support for 'mingw32' platform (aka RubyInstaller) - Large speed increase when Gemfile.lock is already present - Huge speed increase when many (100+) system gems are present - Significant expansion of ISSUES, man pages, and docs site - Remove Open3 from GemHelper (now it works on Windows™®©© - Allow setting roles in built-in cap and vlad tasks ## 1.0.3 (October 15, 2010) Bugfixes: - Use bitwise or in #hash to reduce the chance of overflow - `bundle update` now works with :git + :tag updates - Record relative :path options in the Gemfile.lock - :groups option on gem method in Gemfile now works - Add #platform method and :platform option to Gemfile DSL - --without now accepts a quoted, space-separated list - Installing after --deployment with no lock is now possible - Binstubs can now be symlinked - Print warning if cache for --local install is missing gems - Improve output when installing to a path - The tests all pass! Yay! ## 1.0.2 (October 2, 2010) Bugfix: - Actually include the man pages in the gem, so help works
2010-12-04 05:10:55 +01:00
${GEM_LIBDIR}/man/bundle-config.ronn
${GEM_LIBDIR}/man/bundle-exec.1
${GEM_LIBDIR}/man/bundle-exec.1.txt
Update ruby-bundler package to 1.0.7. ## 1.0.7 (November 17, 2010) Bugfixes: - Remove Bundler version from the lockfile because it broke backwards compatibility with 1.0.0-1.0.5. Sorry. :( ## 1.0.6 (November 16, 2010) Bugfixes: - Fix regression in `update` that caused long/wrong results - Allow git gems on other platforms while installing (#579) Features: - Speed up `install` command using various optimizations - Significantly increase performance of resolver - Use upcoming Rubygems performance improvements (@tmm1) - Warn if the lockfile was generated by a newer version - Set generated gems' homepage to "", so Rubygems will warn ## 1.0.5 (November 13, 2010) Bugfixes: - Fix regression disabling all operations that employ sudo ## 1.0.4 (November 12, 2010) Bugfixes: - Expand relative :paths from Bundler.root (eg ./foogem) - Allow git gems in --without groups while --frozen - Allow gem :ref to be a symbol as well as a string - Fix exception when Gemfile needs a newer Bundler version - Explanation when the current Bundler version conflicts - Explicit error message if Gemfile needs newer Bundler - Ignore an empty string BUNDLE_GEMFILE - Skeleton gemspec now works with older versions of git - Fix shell quoting and ref fetching in GemHelper - Disable colored output in --deployment - Preserve line endings in lock file Features: - Add support for 'mingw32' platform (aka RubyInstaller) - Large speed increase when Gemfile.lock is already present - Huge speed increase when many (100+) system gems are present - Significant expansion of ISSUES, man pages, and docs site - Remove Open3 from GemHelper (now it works on Windows™®©© - Allow setting roles in built-in cap and vlad tasks ## 1.0.3 (October 15, 2010) Bugfixes: - Use bitwise or in #hash to reduce the chance of overflow - `bundle update` now works with :git + :tag updates - Record relative :path options in the Gemfile.lock - :groups option on gem method in Gemfile now works - Add #platform method and :platform option to Gemfile DSL - --without now accepts a quoted, space-separated list - Installing after --deployment with no lock is now possible - Binstubs can now be symlinked - Print warning if cache for --local install is missing gems - Improve output when installing to a path - The tests all pass! Yay! ## 1.0.2 (October 2, 2010) Bugfix: - Actually include the man pages in the gem, so help works
2010-12-04 05:10:55 +01:00
${GEM_LIBDIR}/man/bundle-exec.ronn
${GEM_LIBDIR}/man/bundle-gem.1
${GEM_LIBDIR}/man/bundle-gem.1.txt
${GEM_LIBDIR}/man/bundle-gem.ronn
Update ruby-bundler to 1.15.1. ## 1.15.1 (2017-06-02) Bugfixes: - `bundle lock --update GEM` will fail gracefully when the gem is not in the lockfile (#5693, @segiddins) - `bundle init --gemspec` will fail gracefully when the gemspec is invalid (@colby-swandale) - `bundle install --force` works when the gemfile contains git gems (#5678, @segiddins) - `bundle env` will print well-formed markdown when there are no settings (#5677, @segiddins) ## 1.15.0 (2017-05-19) This space intentionally left blank. ## 1.15.0.pre.4 (2017-05-10) Bugfixes: - avoid conflicts when `Gem.finish_resolve` is called after the bundle has been set up (@segiddins) - ensure that `Gem::Specification.find_by_name` always returns an object that can have `#to_spec` called on it (#5592, @jules2689) ## 1.15.0.pre.3 (2017-04-30) Bugfixes: - avoid redundant blank lines in the readme generated by `bundle gem` (@koic) - ensure that `open-uri` is not loaded after `bundle exec` (@segiddins) - print a helpful error message when an activated default gem conflicts with a gem in the gemfile (@segiddins) - only shorten `ref` option for git gems when it is a SHA (#5620, @segiddins) ## 1.15.0.pre.2 (2017-04-23) Bugfixes: - ensure pre-existing fit caches are updated from remote sources (#5423, @alextaylor000) - avoid duplicating specs in the lockfile after updating with the gem uninstalled (#5599, @segiddins) - ensure git gems have their extensions available at runtime (#5594, @jules2689, @segiddins) ## 1.15.0.pre.1 (2017-04-16) Features: - print a notification when a newer version of bundler is available (#4683, @segiddins) - add man pages for all bundler commands (#4988, @feministy) - add the `bundle info` command (@fredrb, @colby-swandale) - all files created with `bundle gem` comply with the bundler style guide (@zachahn) - if installing a gem fails, print out the reason the gem needed to be installed (#5078, @segiddins) - allow setting `gem.push_key` to set the key used when running `rake release` (@DTrierweiler) - print gem versions that are regressing during `bundle update` in yellow (#5506, @brchristian) - avoid printing extraneous dependencies when the resolver encounters a conflict (@segiddins) - add the `bundle issue` command that prints instructions for reporting issues (#4871, @jonathanpike) - add `--source` and `--group` options to the `bundle inject` command (#5452, @Shekharrajak) - add the `bundle add` command to add a gem to the gemfile (@denniss) - add the `bundle pristine` command to re-install gems from cached `.gem` files (#4509, @denniss) - add a `--parseable` option for `bundle config` (@JuanitoFatas, @colby-swandale) Performance: - speed up gemfile initialization by storing locked dependencies as a hash (@jules2689) - speed up gemfile initialization by making locked dependency comparison lazy, avoiding object allocation (@jules2689) - only validate git gems when they are downloaded, instead of every time `Bundler.setup` is run (@segiddins) - avoid regenerating the lockfile when nothing has changed (@segiddins) - avoid diffing large arrays when no sources in the gemfile have changed (@segiddins) - avoid evaluating full gemspecs when running with RubyGems 2.5+ (@segiddins) Bugfixes: - fix cases where `bundle update` would print a resolver conflict instead of updating the selected gems (#5031, #5095, @segiddins) - print out a stack trace after an interrupt when running in debug mode (@segiddins) - print out when bundler starts fetching a gem from a remote server (@segiddins) - fix `bundle gem` failing when `git` is unavailable (#5458, @Shekharrajak, @colby-swandale) - suggest the appropriate command to unfreeze a bundle (#5009, @denniss) - ensure nested calls to `bundle exec` resolve default gems correctly (#5500, @segiddins) - ensure that a plugin failing to install doesn't uninstall other plugins (@kerrizor, @roseaboveit) - ensure `socket` is required before being referenced (#5533, @rafaelfranca) - allow running `bundle outdated` when gems aren't installed locally (#5553, @segiddins) - print a helpful error when `bundle exec`ing to a gem that isn't included in the bundle (#5487, @segiddins) - print an error message when a non-git gem is given a `branch` option (#5530, @colby-swandale) - allow interrupts to exit the process after gems have been installed (@segiddins) - print the underlying error when downloading gem metadata fails (#5579, @segiddins) - avoid deadlocking when installing with a lockfile that is missing dependencies (#5378, #5480, #5519, #5526, #5529, #5549, #5572, @segiddins)
2017-06-05 16:32:24 +02:00
${GEM_LIBDIR}/man/bundle-info.1
${GEM_LIBDIR}/man/bundle-info.1.txt
${GEM_LIBDIR}/man/bundle-info.ronn
${GEM_LIBDIR}/man/bundle-init.1
${GEM_LIBDIR}/man/bundle-init.1.txt
${GEM_LIBDIR}/man/bundle-init.ronn
${GEM_LIBDIR}/man/bundle-inject.1
${GEM_LIBDIR}/man/bundle-inject.1.txt
${GEM_LIBDIR}/man/bundle-inject.ronn
${GEM_LIBDIR}/man/bundle-install.1
${GEM_LIBDIR}/man/bundle-install.1.txt
Update ruby-bundler package to 1.0.7. ## 1.0.7 (November 17, 2010) Bugfixes: - Remove Bundler version from the lockfile because it broke backwards compatibility with 1.0.0-1.0.5. Sorry. :( ## 1.0.6 (November 16, 2010) Bugfixes: - Fix regression in `update` that caused long/wrong results - Allow git gems on other platforms while installing (#579) Features: - Speed up `install` command using various optimizations - Significantly increase performance of resolver - Use upcoming Rubygems performance improvements (@tmm1) - Warn if the lockfile was generated by a newer version - Set generated gems' homepage to "", so Rubygems will warn ## 1.0.5 (November 13, 2010) Bugfixes: - Fix regression disabling all operations that employ sudo ## 1.0.4 (November 12, 2010) Bugfixes: - Expand relative :paths from Bundler.root (eg ./foogem) - Allow git gems in --without groups while --frozen - Allow gem :ref to be a symbol as well as a string - Fix exception when Gemfile needs a newer Bundler version - Explanation when the current Bundler version conflicts - Explicit error message if Gemfile needs newer Bundler - Ignore an empty string BUNDLE_GEMFILE - Skeleton gemspec now works with older versions of git - Fix shell quoting and ref fetching in GemHelper - Disable colored output in --deployment - Preserve line endings in lock file Features: - Add support for 'mingw32' platform (aka RubyInstaller) - Large speed increase when Gemfile.lock is already present - Huge speed increase when many (100+) system gems are present - Significant expansion of ISSUES, man pages, and docs site - Remove Open3 from GemHelper (now it works on Windows™®©© - Allow setting roles in built-in cap and vlad tasks ## 1.0.3 (October 15, 2010) Bugfixes: - Use bitwise or in #hash to reduce the chance of overflow - `bundle update` now works with :git + :tag updates - Record relative :path options in the Gemfile.lock - :groups option on gem method in Gemfile now works - Add #platform method and :platform option to Gemfile DSL - --without now accepts a quoted, space-separated list - Installing after --deployment with no lock is now possible - Binstubs can now be symlinked - Print warning if cache for --local install is missing gems - Improve output when installing to a path - The tests all pass! Yay! ## 1.0.2 (October 2, 2010) Bugfix: - Actually include the man pages in the gem, so help works
2010-12-04 05:10:55 +01:00
${GEM_LIBDIR}/man/bundle-install.ronn
${GEM_LIBDIR}/man/bundle-lock.1
${GEM_LIBDIR}/man/bundle-lock.1.txt
${GEM_LIBDIR}/man/bundle-lock.ronn
Update ruby-bundler to 1.15.1. ## 1.15.1 (2017-06-02) Bugfixes: - `bundle lock --update GEM` will fail gracefully when the gem is not in the lockfile (#5693, @segiddins) - `bundle init --gemspec` will fail gracefully when the gemspec is invalid (@colby-swandale) - `bundle install --force` works when the gemfile contains git gems (#5678, @segiddins) - `bundle env` will print well-formed markdown when there are no settings (#5677, @segiddins) ## 1.15.0 (2017-05-19) This space intentionally left blank. ## 1.15.0.pre.4 (2017-05-10) Bugfixes: - avoid conflicts when `Gem.finish_resolve` is called after the bundle has been set up (@segiddins) - ensure that `Gem::Specification.find_by_name` always returns an object that can have `#to_spec` called on it (#5592, @jules2689) ## 1.15.0.pre.3 (2017-04-30) Bugfixes: - avoid redundant blank lines in the readme generated by `bundle gem` (@koic) - ensure that `open-uri` is not loaded after `bundle exec` (@segiddins) - print a helpful error message when an activated default gem conflicts with a gem in the gemfile (@segiddins) - only shorten `ref` option for git gems when it is a SHA (#5620, @segiddins) ## 1.15.0.pre.2 (2017-04-23) Bugfixes: - ensure pre-existing fit caches are updated from remote sources (#5423, @alextaylor000) - avoid duplicating specs in the lockfile after updating with the gem uninstalled (#5599, @segiddins) - ensure git gems have their extensions available at runtime (#5594, @jules2689, @segiddins) ## 1.15.0.pre.1 (2017-04-16) Features: - print a notification when a newer version of bundler is available (#4683, @segiddins) - add man pages for all bundler commands (#4988, @feministy) - add the `bundle info` command (@fredrb, @colby-swandale) - all files created with `bundle gem` comply with the bundler style guide (@zachahn) - if installing a gem fails, print out the reason the gem needed to be installed (#5078, @segiddins) - allow setting `gem.push_key` to set the key used when running `rake release` (@DTrierweiler) - print gem versions that are regressing during `bundle update` in yellow (#5506, @brchristian) - avoid printing extraneous dependencies when the resolver encounters a conflict (@segiddins) - add the `bundle issue` command that prints instructions for reporting issues (#4871, @jonathanpike) - add `--source` and `--group` options to the `bundle inject` command (#5452, @Shekharrajak) - add the `bundle add` command to add a gem to the gemfile (@denniss) - add the `bundle pristine` command to re-install gems from cached `.gem` files (#4509, @denniss) - add a `--parseable` option for `bundle config` (@JuanitoFatas, @colby-swandale) Performance: - speed up gemfile initialization by storing locked dependencies as a hash (@jules2689) - speed up gemfile initialization by making locked dependency comparison lazy, avoiding object allocation (@jules2689) - only validate git gems when they are downloaded, instead of every time `Bundler.setup` is run (@segiddins) - avoid regenerating the lockfile when nothing has changed (@segiddins) - avoid diffing large arrays when no sources in the gemfile have changed (@segiddins) - avoid evaluating full gemspecs when running with RubyGems 2.5+ (@segiddins) Bugfixes: - fix cases where `bundle update` would print a resolver conflict instead of updating the selected gems (#5031, #5095, @segiddins) - print out a stack trace after an interrupt when running in debug mode (@segiddins) - print out when bundler starts fetching a gem from a remote server (@segiddins) - fix `bundle gem` failing when `git` is unavailable (#5458, @Shekharrajak, @colby-swandale) - suggest the appropriate command to unfreeze a bundle (#5009, @denniss) - ensure nested calls to `bundle exec` resolve default gems correctly (#5500, @segiddins) - ensure that a plugin failing to install doesn't uninstall other plugins (@kerrizor, @roseaboveit) - ensure `socket` is required before being referenced (#5533, @rafaelfranca) - allow running `bundle outdated` when gems aren't installed locally (#5553, @segiddins) - print a helpful error when `bundle exec`ing to a gem that isn't included in the bundle (#5487, @segiddins) - print an error message when a non-git gem is given a `branch` option (#5530, @colby-swandale) - allow interrupts to exit the process after gems have been installed (@segiddins) - print the underlying error when downloading gem metadata fails (#5579, @segiddins) - avoid deadlocking when installing with a lockfile that is missing dependencies (#5378, #5480, #5519, #5526, #5529, #5549, #5572, @segiddins)
2017-06-05 16:32:24 +02:00
${GEM_LIBDIR}/man/bundle-open.1
${GEM_LIBDIR}/man/bundle-open.1.txt
${GEM_LIBDIR}/man/bundle-open.ronn
${GEM_LIBDIR}/man/bundle-outdated.1
${GEM_LIBDIR}/man/bundle-outdated.1.txt
${GEM_LIBDIR}/man/bundle-outdated.ronn
${GEM_LIBDIR}/man/bundle-package.1
${GEM_LIBDIR}/man/bundle-package.1.txt
Update ruby-bundler package to 1.0.7. ## 1.0.7 (November 17, 2010) Bugfixes: - Remove Bundler version from the lockfile because it broke backwards compatibility with 1.0.0-1.0.5. Sorry. :( ## 1.0.6 (November 16, 2010) Bugfixes: - Fix regression in `update` that caused long/wrong results - Allow git gems on other platforms while installing (#579) Features: - Speed up `install` command using various optimizations - Significantly increase performance of resolver - Use upcoming Rubygems performance improvements (@tmm1) - Warn if the lockfile was generated by a newer version - Set generated gems' homepage to "", so Rubygems will warn ## 1.0.5 (November 13, 2010) Bugfixes: - Fix regression disabling all operations that employ sudo ## 1.0.4 (November 12, 2010) Bugfixes: - Expand relative :paths from Bundler.root (eg ./foogem) - Allow git gems in --without groups while --frozen - Allow gem :ref to be a symbol as well as a string - Fix exception when Gemfile needs a newer Bundler version - Explanation when the current Bundler version conflicts - Explicit error message if Gemfile needs newer Bundler - Ignore an empty string BUNDLE_GEMFILE - Skeleton gemspec now works with older versions of git - Fix shell quoting and ref fetching in GemHelper - Disable colored output in --deployment - Preserve line endings in lock file Features: - Add support for 'mingw32' platform (aka RubyInstaller) - Large speed increase when Gemfile.lock is already present - Huge speed increase when many (100+) system gems are present - Significant expansion of ISSUES, man pages, and docs site - Remove Open3 from GemHelper (now it works on Windows™®©© - Allow setting roles in built-in cap and vlad tasks ## 1.0.3 (October 15, 2010) Bugfixes: - Use bitwise or in #hash to reduce the chance of overflow - `bundle update` now works with :git + :tag updates - Record relative :path options in the Gemfile.lock - :groups option on gem method in Gemfile now works - Add #platform method and :platform option to Gemfile DSL - --without now accepts a quoted, space-separated list - Installing after --deployment with no lock is now possible - Binstubs can now be symlinked - Print warning if cache for --local install is missing gems - Improve output when installing to a path - The tests all pass! Yay! ## 1.0.2 (October 2, 2010) Bugfix: - Actually include the man pages in the gem, so help works
2010-12-04 05:10:55 +01:00
${GEM_LIBDIR}/man/bundle-package.ronn
${GEM_LIBDIR}/man/bundle-platform.1
${GEM_LIBDIR}/man/bundle-platform.1.txt
Update ruby-bundler to 1.2.0. ## 1.2.0 (Aug 30, 2012) Bugfixes: - raise original error message from LoadError's Documentation: - `platform` man pages ## 1.2.0.rc.2 (Aug 8, 2012) Bugfixes: - `clean` doesn't remove gems that are included in the lockfile ## 1.2.0.rc (Jul 17, 2012) Features: - `check` now has a `--dry-run` option (@svenfuchs, #1811) - loosen ruby directive for engines - prune git/path directories inside vendor/cache (@josevalim, #1988) - update vendored thor to 0.15.2 (@sferik) - add .txt to LICENSE (@postmodern, #2001) - add `config disable_local_branch_check` (@josevalim, #1985) - fall back on the full index when experiencing syck errors (#1419) - handle syntax errors in Ruby gemspecs (#1974) Bugfixes: - fix `pack`/`cache` with `--all` (@josevalim, #1989) - don't display warning message when `cache_all` is set - check for `nil` PATH (#2006) - Always try to keep original GEM_PATH (@drogus, #1920) ## 1.2.0.pre.1 (May 27, 2012) Features: - Git gems import submodules of submodules recursively (@nwwatson, #1935) Bugfixes: - Exit from `check` with a non-zero status when frozen with no lock - Use `latest_release` in Capistrano and Vlad integration (#1264) - Work around a Ruby 1.9.3p194 bug in Psych when config files are empty Documentation: - Add instructions for local git repos to the `config` manpage - Update the `Gemfile` manpage to include ruby versions (@stevenh512) - When OpenSSL is missing, provide instructions for fixing (#1776 etc.) - Unknown exceptions now link to ISSUES for help instead of a new ticket - Correct inline help for `clean --force` (@dougbarth, #1911) ## 1.2.0.pre (May 4, 2012) Features: - bundle package now accepts --all to package git and path dependencies - bundle config now accepts --local, --global and --delete options - It is possible to override a git repository via configuration. For instance, if you have a git dependency on rack, you can force it to use a local repo with `bundle config local.rack ~/path/to/rack` - Cache gemspec loads for performance (@dekellum, #1635) - add --full-index flag to `bundle update` (@fluxx, #1829) - add --quiet flag to `bundle update` (@nashby, #1654) - Add Bundler::GemHelper.gemspec (@knu, #1637) - Graceful handling of Gemfile syntax errors (@koraktor, #1661) - `bundle platform` command - add ruby to DSL, to specify version of ruby - error out if the ruby version doesn't match Performance: - bundle exec shouldn't run Bundler.setup just setting the right rubyopts options is enough (@spastorino, #1598) Bugfixes: - Avoid passing RUBYOPT changes in with_clean_env block (@eric1234, #1604) - Use the same ruby to run subprocesses as is running rake (@brixen) Documentation: - Add :github documentation in DSL (@zofrex, #1848, #1851, #1852) - Add docs for the --no-cache option (@fluxx, #1796) - Add basic documentation for bin_path and bundle_path (@radar) - Add documentation for the run method in Bundler::Installer ## 1.1.5 (Jul 17, 2012) Features: - Special case `ruby` directive from 1.2.0, so you can install Gemfiles that use it
2012-09-16 08:44:45 +02:00
${GEM_LIBDIR}/man/bundle-platform.ronn
Update ruby-bundler to 1.15.1. ## 1.15.1 (2017-06-02) Bugfixes: - `bundle lock --update GEM` will fail gracefully when the gem is not in the lockfile (#5693, @segiddins) - `bundle init --gemspec` will fail gracefully when the gemspec is invalid (@colby-swandale) - `bundle install --force` works when the gemfile contains git gems (#5678, @segiddins) - `bundle env` will print well-formed markdown when there are no settings (#5677, @segiddins) ## 1.15.0 (2017-05-19) This space intentionally left blank. ## 1.15.0.pre.4 (2017-05-10) Bugfixes: - avoid conflicts when `Gem.finish_resolve` is called after the bundle has been set up (@segiddins) - ensure that `Gem::Specification.find_by_name` always returns an object that can have `#to_spec` called on it (#5592, @jules2689) ## 1.15.0.pre.3 (2017-04-30) Bugfixes: - avoid redundant blank lines in the readme generated by `bundle gem` (@koic) - ensure that `open-uri` is not loaded after `bundle exec` (@segiddins) - print a helpful error message when an activated default gem conflicts with a gem in the gemfile (@segiddins) - only shorten `ref` option for git gems when it is a SHA (#5620, @segiddins) ## 1.15.0.pre.2 (2017-04-23) Bugfixes: - ensure pre-existing fit caches are updated from remote sources (#5423, @alextaylor000) - avoid duplicating specs in the lockfile after updating with the gem uninstalled (#5599, @segiddins) - ensure git gems have their extensions available at runtime (#5594, @jules2689, @segiddins) ## 1.15.0.pre.1 (2017-04-16) Features: - print a notification when a newer version of bundler is available (#4683, @segiddins) - add man pages for all bundler commands (#4988, @feministy) - add the `bundle info` command (@fredrb, @colby-swandale) - all files created with `bundle gem` comply with the bundler style guide (@zachahn) - if installing a gem fails, print out the reason the gem needed to be installed (#5078, @segiddins) - allow setting `gem.push_key` to set the key used when running `rake release` (@DTrierweiler) - print gem versions that are regressing during `bundle update` in yellow (#5506, @brchristian) - avoid printing extraneous dependencies when the resolver encounters a conflict (@segiddins) - add the `bundle issue` command that prints instructions for reporting issues (#4871, @jonathanpike) - add `--source` and `--group` options to the `bundle inject` command (#5452, @Shekharrajak) - add the `bundle add` command to add a gem to the gemfile (@denniss) - add the `bundle pristine` command to re-install gems from cached `.gem` files (#4509, @denniss) - add a `--parseable` option for `bundle config` (@JuanitoFatas, @colby-swandale) Performance: - speed up gemfile initialization by storing locked dependencies as a hash (@jules2689) - speed up gemfile initialization by making locked dependency comparison lazy, avoiding object allocation (@jules2689) - only validate git gems when they are downloaded, instead of every time `Bundler.setup` is run (@segiddins) - avoid regenerating the lockfile when nothing has changed (@segiddins) - avoid diffing large arrays when no sources in the gemfile have changed (@segiddins) - avoid evaluating full gemspecs when running with RubyGems 2.5+ (@segiddins) Bugfixes: - fix cases where `bundle update` would print a resolver conflict instead of updating the selected gems (#5031, #5095, @segiddins) - print out a stack trace after an interrupt when running in debug mode (@segiddins) - print out when bundler starts fetching a gem from a remote server (@segiddins) - fix `bundle gem` failing when `git` is unavailable (#5458, @Shekharrajak, @colby-swandale) - suggest the appropriate command to unfreeze a bundle (#5009, @denniss) - ensure nested calls to `bundle exec` resolve default gems correctly (#5500, @segiddins) - ensure that a plugin failing to install doesn't uninstall other plugins (@kerrizor, @roseaboveit) - ensure `socket` is required before being referenced (#5533, @rafaelfranca) - allow running `bundle outdated` when gems aren't installed locally (#5553, @segiddins) - print a helpful error when `bundle exec`ing to a gem that isn't included in the bundle (#5487, @segiddins) - print an error message when a non-git gem is given a `branch` option (#5530, @colby-swandale) - allow interrupts to exit the process after gems have been installed (@segiddins) - print the underlying error when downloading gem metadata fails (#5579, @segiddins) - avoid deadlocking when installing with a lockfile that is missing dependencies (#5378, #5480, #5519, #5526, #5529, #5549, #5572, @segiddins)
2017-06-05 16:32:24 +02:00
${GEM_LIBDIR}/man/bundle-pristine.1
${GEM_LIBDIR}/man/bundle-pristine.1.txt
${GEM_LIBDIR}/man/bundle-pristine.ronn
${GEM_LIBDIR}/man/bundle-show.1
${GEM_LIBDIR}/man/bundle-show.1.txt
${GEM_LIBDIR}/man/bundle-show.ronn
${GEM_LIBDIR}/man/bundle-update.1
${GEM_LIBDIR}/man/bundle-update.1.txt
Update ruby-bundler package to 1.0.7. ## 1.0.7 (November 17, 2010) Bugfixes: - Remove Bundler version from the lockfile because it broke backwards compatibility with 1.0.0-1.0.5. Sorry. :( ## 1.0.6 (November 16, 2010) Bugfixes: - Fix regression in `update` that caused long/wrong results - Allow git gems on other platforms while installing (#579) Features: - Speed up `install` command using various optimizations - Significantly increase performance of resolver - Use upcoming Rubygems performance improvements (@tmm1) - Warn if the lockfile was generated by a newer version - Set generated gems' homepage to "", so Rubygems will warn ## 1.0.5 (November 13, 2010) Bugfixes: - Fix regression disabling all operations that employ sudo ## 1.0.4 (November 12, 2010) Bugfixes: - Expand relative :paths from Bundler.root (eg ./foogem) - Allow git gems in --without groups while --frozen - Allow gem :ref to be a symbol as well as a string - Fix exception when Gemfile needs a newer Bundler version - Explanation when the current Bundler version conflicts - Explicit error message if Gemfile needs newer Bundler - Ignore an empty string BUNDLE_GEMFILE - Skeleton gemspec now works with older versions of git - Fix shell quoting and ref fetching in GemHelper - Disable colored output in --deployment - Preserve line endings in lock file Features: - Add support for 'mingw32' platform (aka RubyInstaller) - Large speed increase when Gemfile.lock is already present - Huge speed increase when many (100+) system gems are present - Significant expansion of ISSUES, man pages, and docs site - Remove Open3 from GemHelper (now it works on Windows™®©© - Allow setting roles in built-in cap and vlad tasks ## 1.0.3 (October 15, 2010) Bugfixes: - Use bitwise or in #hash to reduce the chance of overflow - `bundle update` now works with :git + :tag updates - Record relative :path options in the Gemfile.lock - :groups option on gem method in Gemfile now works - Add #platform method and :platform option to Gemfile DSL - --without now accepts a quoted, space-separated list - Installing after --deployment with no lock is now possible - Binstubs can now be symlinked - Print warning if cache for --local install is missing gems - Improve output when installing to a path - The tests all pass! Yay! ## 1.0.2 (October 2, 2010) Bugfix: - Actually include the man pages in the gem, so help works
2010-12-04 05:10:55 +01:00
${GEM_LIBDIR}/man/bundle-update.ronn
Update ruby-bundler to 1.15.1. ## 1.15.1 (2017-06-02) Bugfixes: - `bundle lock --update GEM` will fail gracefully when the gem is not in the lockfile (#5693, @segiddins) - `bundle init --gemspec` will fail gracefully when the gemspec is invalid (@colby-swandale) - `bundle install --force` works when the gemfile contains git gems (#5678, @segiddins) - `bundle env` will print well-formed markdown when there are no settings (#5677, @segiddins) ## 1.15.0 (2017-05-19) This space intentionally left blank. ## 1.15.0.pre.4 (2017-05-10) Bugfixes: - avoid conflicts when `Gem.finish_resolve` is called after the bundle has been set up (@segiddins) - ensure that `Gem::Specification.find_by_name` always returns an object that can have `#to_spec` called on it (#5592, @jules2689) ## 1.15.0.pre.3 (2017-04-30) Bugfixes: - avoid redundant blank lines in the readme generated by `bundle gem` (@koic) - ensure that `open-uri` is not loaded after `bundle exec` (@segiddins) - print a helpful error message when an activated default gem conflicts with a gem in the gemfile (@segiddins) - only shorten `ref` option for git gems when it is a SHA (#5620, @segiddins) ## 1.15.0.pre.2 (2017-04-23) Bugfixes: - ensure pre-existing fit caches are updated from remote sources (#5423, @alextaylor000) - avoid duplicating specs in the lockfile after updating with the gem uninstalled (#5599, @segiddins) - ensure git gems have their extensions available at runtime (#5594, @jules2689, @segiddins) ## 1.15.0.pre.1 (2017-04-16) Features: - print a notification when a newer version of bundler is available (#4683, @segiddins) - add man pages for all bundler commands (#4988, @feministy) - add the `bundle info` command (@fredrb, @colby-swandale) - all files created with `bundle gem` comply with the bundler style guide (@zachahn) - if installing a gem fails, print out the reason the gem needed to be installed (#5078, @segiddins) - allow setting `gem.push_key` to set the key used when running `rake release` (@DTrierweiler) - print gem versions that are regressing during `bundle update` in yellow (#5506, @brchristian) - avoid printing extraneous dependencies when the resolver encounters a conflict (@segiddins) - add the `bundle issue` command that prints instructions for reporting issues (#4871, @jonathanpike) - add `--source` and `--group` options to the `bundle inject` command (#5452, @Shekharrajak) - add the `bundle add` command to add a gem to the gemfile (@denniss) - add the `bundle pristine` command to re-install gems from cached `.gem` files (#4509, @denniss) - add a `--parseable` option for `bundle config` (@JuanitoFatas, @colby-swandale) Performance: - speed up gemfile initialization by storing locked dependencies as a hash (@jules2689) - speed up gemfile initialization by making locked dependency comparison lazy, avoiding object allocation (@jules2689) - only validate git gems when they are downloaded, instead of every time `Bundler.setup` is run (@segiddins) - avoid regenerating the lockfile when nothing has changed (@segiddins) - avoid diffing large arrays when no sources in the gemfile have changed (@segiddins) - avoid evaluating full gemspecs when running with RubyGems 2.5+ (@segiddins) Bugfixes: - fix cases where `bundle update` would print a resolver conflict instead of updating the selected gems (#5031, #5095, @segiddins) - print out a stack trace after an interrupt when running in debug mode (@segiddins) - print out when bundler starts fetching a gem from a remote server (@segiddins) - fix `bundle gem` failing when `git` is unavailable (#5458, @Shekharrajak, @colby-swandale) - suggest the appropriate command to unfreeze a bundle (#5009, @denniss) - ensure nested calls to `bundle exec` resolve default gems correctly (#5500, @segiddins) - ensure that a plugin failing to install doesn't uninstall other plugins (@kerrizor, @roseaboveit) - ensure `socket` is required before being referenced (#5533, @rafaelfranca) - allow running `bundle outdated` when gems aren't installed locally (#5553, @segiddins) - print a helpful error when `bundle exec`ing to a gem that isn't included in the bundle (#5487, @segiddins) - print an error message when a non-git gem is given a `branch` option (#5530, @colby-swandale) - allow interrupts to exit the process after gems have been installed (@segiddins) - print the underlying error when downloading gem metadata fails (#5579, @segiddins) - avoid deadlocking when installing with a lockfile that is missing dependencies (#5378, #5480, #5519, #5526, #5529, #5549, #5572, @segiddins)
2017-06-05 16:32:24 +02:00
${GEM_LIBDIR}/man/bundle-viz.1
${GEM_LIBDIR}/man/bundle-viz.1.txt
${GEM_LIBDIR}/man/bundle-viz.ronn
${GEM_LIBDIR}/man/bundle.1
${GEM_LIBDIR}/man/bundle.1.txt
Update ruby-bundler package to 1.0.7. ## 1.0.7 (November 17, 2010) Bugfixes: - Remove Bundler version from the lockfile because it broke backwards compatibility with 1.0.0-1.0.5. Sorry. :( ## 1.0.6 (November 16, 2010) Bugfixes: - Fix regression in `update` that caused long/wrong results - Allow git gems on other platforms while installing (#579) Features: - Speed up `install` command using various optimizations - Significantly increase performance of resolver - Use upcoming Rubygems performance improvements (@tmm1) - Warn if the lockfile was generated by a newer version - Set generated gems' homepage to "", so Rubygems will warn ## 1.0.5 (November 13, 2010) Bugfixes: - Fix regression disabling all operations that employ sudo ## 1.0.4 (November 12, 2010) Bugfixes: - Expand relative :paths from Bundler.root (eg ./foogem) - Allow git gems in --without groups while --frozen - Allow gem :ref to be a symbol as well as a string - Fix exception when Gemfile needs a newer Bundler version - Explanation when the current Bundler version conflicts - Explicit error message if Gemfile needs newer Bundler - Ignore an empty string BUNDLE_GEMFILE - Skeleton gemspec now works with older versions of git - Fix shell quoting and ref fetching in GemHelper - Disable colored output in --deployment - Preserve line endings in lock file Features: - Add support for 'mingw32' platform (aka RubyInstaller) - Large speed increase when Gemfile.lock is already present - Huge speed increase when many (100+) system gems are present - Significant expansion of ISSUES, man pages, and docs site - Remove Open3 from GemHelper (now it works on Windows™®©© - Allow setting roles in built-in cap and vlad tasks ## 1.0.3 (October 15, 2010) Bugfixes: - Use bitwise or in #hash to reduce the chance of overflow - `bundle update` now works with :git + :tag updates - Record relative :path options in the Gemfile.lock - :groups option on gem method in Gemfile now works - Add #platform method and :platform option to Gemfile DSL - --without now accepts a quoted, space-separated list - Installing after --deployment with no lock is now possible - Binstubs can now be symlinked - Print warning if cache for --local install is missing gems - Improve output when installing to a path - The tests all pass! Yay! ## 1.0.2 (October 2, 2010) Bugfix: - Actually include the man pages in the gem, so help works
2010-12-04 05:10:55 +01:00
${GEM_LIBDIR}/man/bundle.ronn
${GEM_LIBDIR}/man/gemfile.5
Update ruby-bundler package to 1.0.7. ## 1.0.7 (November 17, 2010) Bugfixes: - Remove Bundler version from the lockfile because it broke backwards compatibility with 1.0.0-1.0.5. Sorry. :( ## 1.0.6 (November 16, 2010) Bugfixes: - Fix regression in `update` that caused long/wrong results - Allow git gems on other platforms while installing (#579) Features: - Speed up `install` command using various optimizations - Significantly increase performance of resolver - Use upcoming Rubygems performance improvements (@tmm1) - Warn if the lockfile was generated by a newer version - Set generated gems' homepage to "", so Rubygems will warn ## 1.0.5 (November 13, 2010) Bugfixes: - Fix regression disabling all operations that employ sudo ## 1.0.4 (November 12, 2010) Bugfixes: - Expand relative :paths from Bundler.root (eg ./foogem) - Allow git gems in --without groups while --frozen - Allow gem :ref to be a symbol as well as a string - Fix exception when Gemfile needs a newer Bundler version - Explanation when the current Bundler version conflicts - Explicit error message if Gemfile needs newer Bundler - Ignore an empty string BUNDLE_GEMFILE - Skeleton gemspec now works with older versions of git - Fix shell quoting and ref fetching in GemHelper - Disable colored output in --deployment - Preserve line endings in lock file Features: - Add support for 'mingw32' platform (aka RubyInstaller) - Large speed increase when Gemfile.lock is already present - Huge speed increase when many (100+) system gems are present - Significant expansion of ISSUES, man pages, and docs site - Remove Open3 from GemHelper (now it works on Windows™®©© - Allow setting roles in built-in cap and vlad tasks ## 1.0.3 (October 15, 2010) Bugfixes: - Use bitwise or in #hash to reduce the chance of overflow - `bundle update` now works with :git + :tag updates - Record relative :path options in the Gemfile.lock - :groups option on gem method in Gemfile now works - Add #platform method and :platform option to Gemfile DSL - --without now accepts a quoted, space-separated list - Installing after --deployment with no lock is now possible - Binstubs can now be symlinked - Print warning if cache for --local install is missing gems - Improve output when installing to a path - The tests all pass! Yay! ## 1.0.2 (October 2, 2010) Bugfix: - Actually include the man pages in the gem, so help works
2010-12-04 05:10:55 +01:00
${GEM_LIBDIR}/man/gemfile.5.ronn
${GEM_LIBDIR}/man/gemfile.5.txt
Update ruby-bundler package to 1.0.7. ## 1.0.7 (November 17, 2010) Bugfixes: - Remove Bundler version from the lockfile because it broke backwards compatibility with 1.0.0-1.0.5. Sorry. :( ## 1.0.6 (November 16, 2010) Bugfixes: - Fix regression in `update` that caused long/wrong results - Allow git gems on other platforms while installing (#579) Features: - Speed up `install` command using various optimizations - Significantly increase performance of resolver - Use upcoming Rubygems performance improvements (@tmm1) - Warn if the lockfile was generated by a newer version - Set generated gems' homepage to "", so Rubygems will warn ## 1.0.5 (November 13, 2010) Bugfixes: - Fix regression disabling all operations that employ sudo ## 1.0.4 (November 12, 2010) Bugfixes: - Expand relative :paths from Bundler.root (eg ./foogem) - Allow git gems in --without groups while --frozen - Allow gem :ref to be a symbol as well as a string - Fix exception when Gemfile needs a newer Bundler version - Explanation when the current Bundler version conflicts - Explicit error message if Gemfile needs newer Bundler - Ignore an empty string BUNDLE_GEMFILE - Skeleton gemspec now works with older versions of git - Fix shell quoting and ref fetching in GemHelper - Disable colored output in --deployment - Preserve line endings in lock file Features: - Add support for 'mingw32' platform (aka RubyInstaller) - Large speed increase when Gemfile.lock is already present - Huge speed increase when many (100+) system gems are present - Significant expansion of ISSUES, man pages, and docs site - Remove Open3 from GemHelper (now it works on Windows™®©© - Allow setting roles in built-in cap and vlad tasks ## 1.0.3 (October 15, 2010) Bugfixes: - Use bitwise or in #hash to reduce the chance of overflow - `bundle update` now works with :git + :tag updates - Record relative :path options in the Gemfile.lock - :groups option on gem method in Gemfile now works - Add #platform method and :platform option to Gemfile DSL - --without now accepts a quoted, space-separated list - Installing after --deployment with no lock is now possible - Binstubs can now be symlinked - Print warning if cache for --local install is missing gems - Improve output when installing to a path - The tests all pass! Yay! ## 1.0.2 (October 2, 2010) Bugfix: - Actually include the man pages in the gem, so help works
2010-12-04 05:10:55 +01:00
${GEM_LIBDIR}/man/index.txt
Update ruby-bundler to 1.15.1. ## 1.15.1 (2017-06-02) Bugfixes: - `bundle lock --update GEM` will fail gracefully when the gem is not in the lockfile (#5693, @segiddins) - `bundle init --gemspec` will fail gracefully when the gemspec is invalid (@colby-swandale) - `bundle install --force` works when the gemfile contains git gems (#5678, @segiddins) - `bundle env` will print well-formed markdown when there are no settings (#5677, @segiddins) ## 1.15.0 (2017-05-19) This space intentionally left blank. ## 1.15.0.pre.4 (2017-05-10) Bugfixes: - avoid conflicts when `Gem.finish_resolve` is called after the bundle has been set up (@segiddins) - ensure that `Gem::Specification.find_by_name` always returns an object that can have `#to_spec` called on it (#5592, @jules2689) ## 1.15.0.pre.3 (2017-04-30) Bugfixes: - avoid redundant blank lines in the readme generated by `bundle gem` (@koic) - ensure that `open-uri` is not loaded after `bundle exec` (@segiddins) - print a helpful error message when an activated default gem conflicts with a gem in the gemfile (@segiddins) - only shorten `ref` option for git gems when it is a SHA (#5620, @segiddins) ## 1.15.0.pre.2 (2017-04-23) Bugfixes: - ensure pre-existing fit caches are updated from remote sources (#5423, @alextaylor000) - avoid duplicating specs in the lockfile after updating with the gem uninstalled (#5599, @segiddins) - ensure git gems have their extensions available at runtime (#5594, @jules2689, @segiddins) ## 1.15.0.pre.1 (2017-04-16) Features: - print a notification when a newer version of bundler is available (#4683, @segiddins) - add man pages for all bundler commands (#4988, @feministy) - add the `bundle info` command (@fredrb, @colby-swandale) - all files created with `bundle gem` comply with the bundler style guide (@zachahn) - if installing a gem fails, print out the reason the gem needed to be installed (#5078, @segiddins) - allow setting `gem.push_key` to set the key used when running `rake release` (@DTrierweiler) - print gem versions that are regressing during `bundle update` in yellow (#5506, @brchristian) - avoid printing extraneous dependencies when the resolver encounters a conflict (@segiddins) - add the `bundle issue` command that prints instructions for reporting issues (#4871, @jonathanpike) - add `--source` and `--group` options to the `bundle inject` command (#5452, @Shekharrajak) - add the `bundle add` command to add a gem to the gemfile (@denniss) - add the `bundle pristine` command to re-install gems from cached `.gem` files (#4509, @denniss) - add a `--parseable` option for `bundle config` (@JuanitoFatas, @colby-swandale) Performance: - speed up gemfile initialization by storing locked dependencies as a hash (@jules2689) - speed up gemfile initialization by making locked dependency comparison lazy, avoiding object allocation (@jules2689) - only validate git gems when they are downloaded, instead of every time `Bundler.setup` is run (@segiddins) - avoid regenerating the lockfile when nothing has changed (@segiddins) - avoid diffing large arrays when no sources in the gemfile have changed (@segiddins) - avoid evaluating full gemspecs when running with RubyGems 2.5+ (@segiddins) Bugfixes: - fix cases where `bundle update` would print a resolver conflict instead of updating the selected gems (#5031, #5095, @segiddins) - print out a stack trace after an interrupt when running in debug mode (@segiddins) - print out when bundler starts fetching a gem from a remote server (@segiddins) - fix `bundle gem` failing when `git` is unavailable (#5458, @Shekharrajak, @colby-swandale) - suggest the appropriate command to unfreeze a bundle (#5009, @denniss) - ensure nested calls to `bundle exec` resolve default gems correctly (#5500, @segiddins) - ensure that a plugin failing to install doesn't uninstall other plugins (@kerrizor, @roseaboveit) - ensure `socket` is required before being referenced (#5533, @rafaelfranca) - allow running `bundle outdated` when gems aren't installed locally (#5553, @segiddins) - print a helpful error when `bundle exec`ing to a gem that isn't included in the bundle (#5487, @segiddins) - print an error message when a non-git gem is given a `branch` option (#5530, @colby-swandale) - allow interrupts to exit the process after gems have been installed (@segiddins) - print the underlying error when downloading gem metadata fails (#5579, @segiddins) - avoid deadlocking when installing with a lockfile that is missing dependencies (#5378, #5480, #5519, #5526, #5529, #5549, #5572, @segiddins)
2017-06-05 16:32:24 +02:00
${GEM_LIBDIR}/task/release.rake
${GEM_HOME}/specifications/${GEM_NAME}.gemspec