2014-03-14 18:23:20 +01:00
|
|
|
@comment $NetBSD: PLIST,v 1.14 2014/03/14 17:23:20 taca Exp $
|
2010-09-12 03:51:10 +02:00
|
|
|
bin/bundle
|
2014-03-14 18:23:20 +01:00
|
|
|
bin/bundler
|
2010-09-12 03:51:10 +02:00
|
|
|
${GEM_HOME}/cache/${GEM_NAME}.gem
|
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
|
2013-03-11 16:12:45 +01:00
|
|
|
${GEM_LIBDIR}/.rspec
|
Update ruby-bundler pacakge to 1.0.21.
## 1.0.21 (September 30, 2011)
- No changes from RC
## 1.0.21.rc (September 29, 2011)
Bugfixes:
- Load Psych unless Syck is defined, because 1.9.2 defines YAML
## 1.0.20 (September 27, 2011)
Features:
- Add platform :maglev (@timfel, #1444)
Bugfixes:
- Ensure YAML is required even if Psych is found
- Handle directory names that contain invalid regex characters
## 1.0.20.rc (September 18, 2011)
Features:
- Rescue interrupts to `bundle` while loading bundler.rb (#1395)
- Allow clearing without groups by passing `--without ''` (#1259)
Bugfixes:
- Manually sort requirements in the lockfile (#1375)
- Remove several warnings generated by ruby -w (@stephencelis)
- Handle trailing slashes on names passed to `gem` (#1372)
- Name modules for gems like 'test-foo_bar' correctly (#1303)
- Don't require Psych if Syck is already loaded (#1239)
## 1.0.19.rc (September 13, 2011)
Features:
- Compatability with Rubygems 1.8.10 installer changes
- Report gem installation failures clearly (@rwilcox, #1380)
- Useful error for cap and vlad on first deploy (@nexmat, @kirs)
Bugfixes:
- `exec` now works when the command contains 'exec'
- Only touch lock after changes on Windows (@robertwahler, #1358)
- Keep load paths when #setup is called multiple times (@radsaq, #1379)
2011-12-15 16:40:14 +01:00
|
|
|
${GEM_LIBDIR}/.travis.yml
|
2010-09-12 03:51:10 +02:00
|
|
|
${GEM_LIBDIR}/CHANGELOG.md
|
2013-03-11 16:12:45 +01:00
|
|
|
${GEM_LIBDIR}/CONTRIBUTING.md
|
2014-03-14 18:23:20 +01:00
|
|
|
${GEM_LIBDIR}/DEVELOPMENT.md
|
2010-09-12 03:51:10 +02:00
|
|
|
${GEM_LIBDIR}/ISSUES.md
|
2013-03-11 16:12:45 +01:00
|
|
|
${GEM_LIBDIR}/LICENSE.md
|
2010-09-12 03:51:10 +02:00
|
|
|
${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}/UPGRADING.md
|
2010-09-12 03:51:10 +02:00
|
|
|
${GEM_LIBDIR}/bin/bundle
|
2013-03-11 16:12:45 +01:00
|
|
|
${GEM_LIBDIR}/bin/bundle_ruby
|
2014-03-14 18:23:20 +01:00
|
|
|
${GEM_LIBDIR}/bin/bundler
|
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
|
2010-09-12 03:51:10 +02:00
|
|
|
${GEM_LIBDIR}/lib/bundler.rb
|
|
|
|
${GEM_LIBDIR}/lib/bundler/capistrano.rb
|
|
|
|
${GEM_LIBDIR}/lib/bundler/cli.rb
|
2014-03-14 18:23:20 +01:00
|
|
|
${GEM_LIBDIR}/lib/bundler/constants.rb
|
|
|
|
${GEM_LIBDIR}/lib/bundler/current_ruby.rb
|
2010-09-12 03:51:10 +02:00
|
|
|
${GEM_LIBDIR}/lib/bundler/definition.rb
|
2012-03-17 17:13:32 +01:00
|
|
|
${GEM_LIBDIR}/lib/bundler/dep_proxy.rb
|
2010-09-12 03:51:10 +02:00
|
|
|
${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
|
2013-03-11 16:12:45 +01:00
|
|
|
${GEM_LIBDIR}/lib/bundler/deprecate.rb
|
2010-09-12 03:51:10 +02:00
|
|
|
${GEM_LIBDIR}/lib/bundler/dsl.rb
|
2012-03-17 17:13:32 +01:00
|
|
|
${GEM_LIBDIR}/lib/bundler/endpoint_specification.rb
|
2013-03-11 16:12:45 +01:00
|
|
|
${GEM_LIBDIR}/lib/bundler/env.rb
|
2010-09-12 03:51:10 +02:00
|
|
|
${GEM_LIBDIR}/lib/bundler/environment.rb
|
2012-03-17 17:13:32 +01:00
|
|
|
${GEM_LIBDIR}/lib/bundler/fetcher.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
|
2010-09-12 03:51:10 +02:00
|
|
|
${GEM_LIBDIR}/lib/bundler/gem_helper.rb
|
2012-03-17 17:13:32 +01:00
|
|
|
${GEM_LIBDIR}/lib/bundler/gem_helpers.rb
|
Update ruby-bundler pacakge to 1.0.21.
## 1.0.21 (September 30, 2011)
- No changes from RC
## 1.0.21.rc (September 29, 2011)
Bugfixes:
- Load Psych unless Syck is defined, because 1.9.2 defines YAML
## 1.0.20 (September 27, 2011)
Features:
- Add platform :maglev (@timfel, #1444)
Bugfixes:
- Ensure YAML is required even if Psych is found
- Handle directory names that contain invalid regex characters
## 1.0.20.rc (September 18, 2011)
Features:
- Rescue interrupts to `bundle` while loading bundler.rb (#1395)
- Allow clearing without groups by passing `--without ''` (#1259)
Bugfixes:
- Manually sort requirements in the lockfile (#1375)
- Remove several warnings generated by ruby -w (@stephencelis)
- Handle trailing slashes on names passed to `gem` (#1372)
- Name modules for gems like 'test-foo_bar' correctly (#1303)
- Don't require Psych if Syck is already loaded (#1239)
## 1.0.19.rc (September 13, 2011)
Features:
- Compatability with Rubygems 1.8.10 installer changes
- Report gem installation failures clearly (@rwilcox, #1380)
- Useful error for cap and vlad on first deploy (@nexmat, @kirs)
Bugfixes:
- `exec` now works when the command contains 'exec'
- Only touch lock after changes on Windows (@robertwahler, #1358)
- Keep load paths when #setup is called multiple times (@radsaq, #1379)
2011-12-15 16:40:14 +01:00
|
|
|
${GEM_LIBDIR}/lib/bundler/gem_installer.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/gem_path_manipulation.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
|
2010-09-12 03:51:10 +02:00
|
|
|
${GEM_LIBDIR}/lib/bundler/graph.rb
|
|
|
|
${GEM_LIBDIR}/lib/bundler/index.rb
|
2013-03-11 16:12:45 +01:00
|
|
|
${GEM_LIBDIR}/lib/bundler/injector.rb
|
2010-09-12 03:51:10 +02:00
|
|
|
${GEM_LIBDIR}/lib/bundler/installer.rb
|
|
|
|
${GEM_LIBDIR}/lib/bundler/lazy_specification.rb
|
|
|
|
${GEM_LIBDIR}/lib/bundler/lockfile_parser.rb
|
|
|
|
${GEM_LIBDIR}/lib/bundler/man/bundle
|
|
|
|
${GEM_LIBDIR}/lib/bundler/man/bundle-config
|
|
|
|
${GEM_LIBDIR}/lib/bundler/man/bundle-config.txt
|
|
|
|
${GEM_LIBDIR}/lib/bundler/man/bundle-exec
|
|
|
|
${GEM_LIBDIR}/lib/bundler/man/bundle-exec.txt
|
|
|
|
${GEM_LIBDIR}/lib/bundler/man/bundle-install
|
|
|
|
${GEM_LIBDIR}/lib/bundler/man/bundle-install.txt
|
|
|
|
${GEM_LIBDIR}/lib/bundler/man/bundle-package
|
|
|
|
${GEM_LIBDIR}/lib/bundler/man/bundle-package.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}/lib/bundler/man/bundle-platform
|
|
|
|
${GEM_LIBDIR}/lib/bundler/man/bundle-platform.txt
|
2010-09-12 03:51:10 +02:00
|
|
|
${GEM_LIBDIR}/lib/bundler/man/bundle-update
|
|
|
|
${GEM_LIBDIR}/lib/bundler/man/bundle-update.txt
|
|
|
|
${GEM_LIBDIR}/lib/bundler/man/bundle.txt
|
|
|
|
${GEM_LIBDIR}/lib/bundler/man/gemfile.5
|
|
|
|
${GEM_LIBDIR}/lib/bundler/man/gemfile.5.txt
|
2012-03-17 17:13:32 +01:00
|
|
|
${GEM_LIBDIR}/lib/bundler/match_platform.rb
|
2014-03-14 18:23:20 +01:00
|
|
|
${GEM_LIBDIR}/lib/bundler/parallel_workers.rb
|
|
|
|
${GEM_LIBDIR}/lib/bundler/parallel_workers/thread_worker.rb
|
|
|
|
${GEM_LIBDIR}/lib/bundler/parallel_workers/unix_worker.rb
|
|
|
|
${GEM_LIBDIR}/lib/bundler/parallel_workers/worker.rb
|
2012-03-17 17:13:32 +01:00
|
|
|
${GEM_LIBDIR}/lib/bundler/psyched_yaml.rb
|
2010-09-12 03:51:10 +02:00
|
|
|
${GEM_LIBDIR}/lib/bundler/remote_specification.rb
|
|
|
|
${GEM_LIBDIR}/lib/bundler/resolver.rb
|
2014-03-14 18:23:20 +01:00
|
|
|
${GEM_LIBDIR}/lib/bundler/retry.rb
|
2013-03-11 16:12:45 +01:00
|
|
|
${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
|
2010-09-12 03:51:10 +02:00
|
|
|
${GEM_LIBDIR}/lib/bundler/rubygems_ext.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
|
2010-09-12 03:51:10 +02:00
|
|
|
${GEM_LIBDIR}/lib/bundler/runtime.rb
|
2014-03-14 18:23:20 +01:00
|
|
|
${GEM_LIBDIR}/lib/bundler/safe_catch.rb
|
2010-09-12 03:51:10 +02:00
|
|
|
${GEM_LIBDIR}/lib/bundler/settings.rb
|
|
|
|
${GEM_LIBDIR}/lib/bundler/setup.rb
|
|
|
|
${GEM_LIBDIR}/lib/bundler/shared_helpers.rb
|
2013-03-11 16:12:45 +01:00
|
|
|
${GEM_LIBDIR}/lib/bundler/similarity_detector.rb
|
2010-09-12 03:51:10 +02:00
|
|
|
${GEM_LIBDIR}/lib/bundler/source.rb
|
2013-03-11 16:12:45 +01:00
|
|
|
${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
|
2010-09-12 03:51:10 +02:00
|
|
|
${GEM_LIBDIR}/lib/bundler/spec_set.rb
|
2013-03-11 16:12:45 +01:00
|
|
|
${GEM_LIBDIR}/lib/bundler/ssl_certs/.document
|
2014-03-14 18:23:20 +01:00
|
|
|
${GEM_LIBDIR}/lib/bundler/ssl_certs/Class3PublicPrimaryCertificationAuthority.pem
|
|
|
|
${GEM_LIBDIR}/lib/bundler/ssl_certs/DigiCertHighAssuranceEVRootCA.pem
|
|
|
|
${GEM_LIBDIR}/lib/bundler/ssl_certs/EntrustnetSecureServerCertificationAuthority.pem
|
|
|
|
${GEM_LIBDIR}/lib/bundler/ssl_certs/GeoTrustGlobalCA.pem
|
2010-09-12 03:51:10 +02:00
|
|
|
${GEM_LIBDIR}/lib/bundler/templates/Executable
|
2012-03-17 17:13:32 +01:00
|
|
|
${GEM_LIBDIR}/lib/bundler/templates/Executable.standalone
|
2010-09-12 03:51:10 +02:00
|
|
|
${GEM_LIBDIR}/lib/bundler/templates/Gemfile
|
2013-03-11 16:12:45 +01:00
|
|
|
${GEM_LIBDIR}/lib/bundler/templates/newgem/.travis.yml.tt
|
2010-09-12 03:51:10 +02:00
|
|
|
${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
|
2012-03-17 17:13:32 +01:00
|
|
|
${GEM_LIBDIR}/lib/bundler/templates/newgem/README.md.tt
|
2010-09-12 03:51:10 +02:00
|
|
|
${GEM_LIBDIR}/lib/bundler/templates/newgem/Rakefile.tt
|
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/templates/newgem/bin/newgem.tt
|
2010-09-12 03:51:10 +02:00
|
|
|
${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
|
2013-03-11 16:12:45 +01:00
|
|
|
${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
|
|
|
|
${GEM_LIBDIR}/lib/bundler/templates/newgem/test/minitest_helper.rb.tt
|
|
|
|
${GEM_LIBDIR}/lib/bundler/templates/newgem/test/test_newgem.rb.tt
|
2010-09-12 03:51:10 +02:00
|
|
|
${GEM_LIBDIR}/lib/bundler/ui.rb
|
2013-03-11 16:12:45 +01:00
|
|
|
${GEM_LIBDIR}/lib/bundler/vendor/.document
|
2012-03-17 17:13:32 +01:00
|
|
|
${GEM_LIBDIR}/lib/bundler/vendor/net/http/faster.rb
|
|
|
|
${GEM_LIBDIR}/lib/bundler/vendor/net/http/persistent.rb
|
2013-03-11 16:12:45 +01:00
|
|
|
${GEM_LIBDIR}/lib/bundler/vendor/net/http/persistent/ssl_reuse.rb
|
2010-09-12 03:51:10 +02:00
|
|
|
${GEM_LIBDIR}/lib/bundler/vendor/thor.rb
|
|
|
|
${GEM_LIBDIR}/lib/bundler/vendor/thor/actions.rb
|
|
|
|
${GEM_LIBDIR}/lib/bundler/vendor/thor/actions/create_file.rb
|
Update misc/ruby-bundler package to 1.0.17.
## 1.0.17 (Aug 8, 2011)
Bugfixes:
- Fix rake issues with rubygems 1.3.x (#1342)
- Fixed invalid byte sequence error while installing gem on Ruby 1.9 (#1341)
## 1.0.16 (Aug 8, 2011)
Features:
- Performance fix for MRI 1.9 (@efficientcloud, #1288)
- Shortcuts (like `bundle i`) for all commands (@amatsuda)
- Correcly identify missing child dependency in error message
Bugfixes:
- Allow Windows network share paths with forward slashes (@mtscout6, #1253)
- Check for rubygems.org credentials so `rake release` doesn't hang (#980)
- Find cached prerelease gems on rubygems 1.3.x (@dburt, #1202)
- Fix `bundle install --without` on kiji (@tmm1, #1287)
- Get rid of warning in ruby 1.9.3 (@smartinez87, #1231)
Documentation:
- Documentation for `gem ..., :require => false` (@kmayer, #1292)
- Gems provide "executables", they are rarely also binaries (@fxn, #1242)
2011-08-12 18:53:37 +02:00
|
|
|
${GEM_LIBDIR}/lib/bundler/vendor/thor/actions/create_link.rb
|
2010-09-12 03:51:10 +02:00
|
|
|
${GEM_LIBDIR}/lib/bundler/vendor/thor/actions/directory.rb
|
|
|
|
${GEM_LIBDIR}/lib/bundler/vendor/thor/actions/empty_directory.rb
|
|
|
|
${GEM_LIBDIR}/lib/bundler/vendor/thor/actions/file_manipulation.rb
|
|
|
|
${GEM_LIBDIR}/lib/bundler/vendor/thor/actions/inject_into_file.rb
|
|
|
|
${GEM_LIBDIR}/lib/bundler/vendor/thor/base.rb
|
2014-03-14 18:23:20 +01:00
|
|
|
${GEM_LIBDIR}/lib/bundler/vendor/thor/command.rb
|
2010-09-12 03:51:10 +02:00
|
|
|
${GEM_LIBDIR}/lib/bundler/vendor/thor/core_ext/hash_with_indifferent_access.rb
|
2014-03-14 18:23:20 +01:00
|
|
|
${GEM_LIBDIR}/lib/bundler/vendor/thor/core_ext/io_binary_read.rb
|
2010-09-12 03:51:10 +02:00
|
|
|
${GEM_LIBDIR}/lib/bundler/vendor/thor/core_ext/ordered_hash.rb
|
|
|
|
${GEM_LIBDIR}/lib/bundler/vendor/thor/error.rb
|
Update misc/ruby-bundler package to 1.0.17.
## 1.0.17 (Aug 8, 2011)
Bugfixes:
- Fix rake issues with rubygems 1.3.x (#1342)
- Fixed invalid byte sequence error while installing gem on Ruby 1.9 (#1341)
## 1.0.16 (Aug 8, 2011)
Features:
- Performance fix for MRI 1.9 (@efficientcloud, #1288)
- Shortcuts (like `bundle i`) for all commands (@amatsuda)
- Correcly identify missing child dependency in error message
Bugfixes:
- Allow Windows network share paths with forward slashes (@mtscout6, #1253)
- Check for rubygems.org credentials so `rake release` doesn't hang (#980)
- Find cached prerelease gems on rubygems 1.3.x (@dburt, #1202)
- Fix `bundle install --without` on kiji (@tmm1, #1287)
- Get rid of warning in ruby 1.9.3 (@smartinez87, #1231)
Documentation:
- Documentation for `gem ..., :require => false` (@kmayer, #1292)
- Gems provide "executables", they are rarely also binaries (@fxn, #1242)
2011-08-12 18:53:37 +02:00
|
|
|
${GEM_LIBDIR}/lib/bundler/vendor/thor/group.rb
|
2010-09-12 03:51:10 +02:00
|
|
|
${GEM_LIBDIR}/lib/bundler/vendor/thor/invocation.rb
|
2014-03-14 18:23:20 +01:00
|
|
|
${GEM_LIBDIR}/lib/bundler/vendor/thor/line_editor.rb
|
|
|
|
${GEM_LIBDIR}/lib/bundler/vendor/thor/line_editor/basic.rb
|
|
|
|
${GEM_LIBDIR}/lib/bundler/vendor/thor/line_editor/readline.rb
|
2010-09-12 03:51:10 +02:00
|
|
|
${GEM_LIBDIR}/lib/bundler/vendor/thor/parser.rb
|
|
|
|
${GEM_LIBDIR}/lib/bundler/vendor/thor/parser/argument.rb
|
|
|
|
${GEM_LIBDIR}/lib/bundler/vendor/thor/parser/arguments.rb
|
|
|
|
${GEM_LIBDIR}/lib/bundler/vendor/thor/parser/option.rb
|
|
|
|
${GEM_LIBDIR}/lib/bundler/vendor/thor/parser/options.rb
|
Update misc/ruby-bundler package to 1.0.17.
## 1.0.17 (Aug 8, 2011)
Bugfixes:
- Fix rake issues with rubygems 1.3.x (#1342)
- Fixed invalid byte sequence error while installing gem on Ruby 1.9 (#1341)
## 1.0.16 (Aug 8, 2011)
Features:
- Performance fix for MRI 1.9 (@efficientcloud, #1288)
- Shortcuts (like `bundle i`) for all commands (@amatsuda)
- Correcly identify missing child dependency in error message
Bugfixes:
- Allow Windows network share paths with forward slashes (@mtscout6, #1253)
- Check for rubygems.org credentials so `rake release` doesn't hang (#980)
- Find cached prerelease gems on rubygems 1.3.x (@dburt, #1202)
- Fix `bundle install --without` on kiji (@tmm1, #1287)
- Get rid of warning in ruby 1.9.3 (@smartinez87, #1231)
Documentation:
- Documentation for `gem ..., :require => false` (@kmayer, #1292)
- Gems provide "executables", they are rarely also binaries (@fxn, #1242)
2011-08-12 18:53:37 +02:00
|
|
|
${GEM_LIBDIR}/lib/bundler/vendor/thor/rake_compat.rb
|
|
|
|
${GEM_LIBDIR}/lib/bundler/vendor/thor/runner.rb
|
2010-09-12 03:51:10 +02:00
|
|
|
${GEM_LIBDIR}/lib/bundler/vendor/thor/shell.rb
|
|
|
|
${GEM_LIBDIR}/lib/bundler/vendor/thor/shell/basic.rb
|
|
|
|
${GEM_LIBDIR}/lib/bundler/vendor/thor/shell/color.rb
|
|
|
|
${GEM_LIBDIR}/lib/bundler/vendor/thor/shell/html.rb
|
|
|
|
${GEM_LIBDIR}/lib/bundler/vendor/thor/util.rb
|
|
|
|
${GEM_LIBDIR}/lib/bundler/vendor/thor/version.rb
|
2012-06-02 02:56:53 +02:00
|
|
|
${GEM_LIBDIR}/lib/bundler/vendored_persistent.rb
|
Update misc/ruby-bundler package to 1.0.17.
## 1.0.17 (Aug 8, 2011)
Bugfixes:
- Fix rake issues with rubygems 1.3.x (#1342)
- Fixed invalid byte sequence error while installing gem on Ruby 1.9 (#1341)
## 1.0.16 (Aug 8, 2011)
Features:
- Performance fix for MRI 1.9 (@efficientcloud, #1288)
- Shortcuts (like `bundle i`) for all commands (@amatsuda)
- Correcly identify missing child dependency in error message
Bugfixes:
- Allow Windows network share paths with forward slashes (@mtscout6, #1253)
- Check for rubygems.org credentials so `rake release` doesn't hang (#980)
- Find cached prerelease gems on rubygems 1.3.x (@dburt, #1202)
- Fix `bundle install --without` on kiji (@tmm1, #1287)
- Get rid of warning in ruby 1.9.3 (@smartinez87, #1231)
Documentation:
- Documentation for `gem ..., :require => false` (@kmayer, #1292)
- Gems provide "executables", they are rarely also binaries (@fxn, #1242)
2011-08-12 18:53:37 +02:00
|
|
|
${GEM_LIBDIR}/lib/bundler/vendored_thor.rb
|
2010-09-12 03:51:10 +02:00
|
|
|
${GEM_LIBDIR}/lib/bundler/version.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
|
|
|
|
${GEM_LIBDIR}/man/bundle-config.ronn
|
|
|
|
${GEM_LIBDIR}/man/bundle-exec.ronn
|
|
|
|
${GEM_LIBDIR}/man/bundle-install.ronn
|
|
|
|
${GEM_LIBDIR}/man/bundle-package.ronn
|
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 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
|
|
|
|
${GEM_LIBDIR}/man/bundle.ronn
|
|
|
|
${GEM_LIBDIR}/man/gemfile.5.ronn
|
|
|
|
${GEM_LIBDIR}/man/index.txt
|
2012-12-17 13:34:38 +01:00
|
|
|
${GEM_LIBDIR}/spec/bundler/bundler_spec.rb
|
2013-03-11 16:12:45 +01:00
|
|
|
${GEM_LIBDIR}/spec/bundler/cli_rspec.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}/spec/bundler/definition_spec.rb
|
2012-03-17 17:13:32 +01:00
|
|
|
${GEM_LIBDIR}/spec/bundler/dsl_spec.rb
|
2014-03-14 18:23:20 +01:00
|
|
|
${GEM_LIBDIR}/spec/bundler/friendly_errors_spec.rb
|
Update ruby-bundler pacakge to 1.0.21.
## 1.0.21 (September 30, 2011)
- No changes from RC
## 1.0.21.rc (September 29, 2011)
Bugfixes:
- Load Psych unless Syck is defined, because 1.9.2 defines YAML
## 1.0.20 (September 27, 2011)
Features:
- Add platform :maglev (@timfel, #1444)
Bugfixes:
- Ensure YAML is required even if Psych is found
- Handle directory names that contain invalid regex characters
## 1.0.20.rc (September 18, 2011)
Features:
- Rescue interrupts to `bundle` while loading bundler.rb (#1395)
- Allow clearing without groups by passing `--without ''` (#1259)
Bugfixes:
- Manually sort requirements in the lockfile (#1375)
- Remove several warnings generated by ruby -w (@stephencelis)
- Handle trailing slashes on names passed to `gem` (#1372)
- Name modules for gems like 'test-foo_bar' correctly (#1303)
- Don't require Psych if Syck is already loaded (#1239)
## 1.0.19.rc (September 13, 2011)
Features:
- Compatability with Rubygems 1.8.10 installer changes
- Report gem installation failures clearly (@rwilcox, #1380)
- Useful error for cap and vlad on first deploy (@nexmat, @kirs)
Bugfixes:
- `exec` now works when the command contains 'exec'
- Only touch lock after changes on Windows (@robertwahler, #1358)
- Keep load paths when #setup is called multiple times (@radsaq, #1379)
2011-12-15 16:40:14 +01:00
|
|
|
${GEM_LIBDIR}/spec/bundler/gem_helper_spec.rb
|
2012-12-17 13:34:38 +01:00
|
|
|
${GEM_LIBDIR}/spec/bundler/psyched_yaml_spec.rb
|
2014-03-14 18:23:20 +01:00
|
|
|
${GEM_LIBDIR}/spec/bundler/retry_spec.rb
|
|
|
|
${GEM_LIBDIR}/spec/bundler/safe_catch_spec.rb
|
2012-03-17 17:13:32 +01:00
|
|
|
${GEM_LIBDIR}/spec/bundler/source_spec.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}/spec/cache/gems_spec.rb
|
|
|
|
${GEM_LIBDIR}/spec/cache/git_spec.rb
|
|
|
|
${GEM_LIBDIR}/spec/cache/path_spec.rb
|
|
|
|
${GEM_LIBDIR}/spec/cache/platform_spec.rb
|
2014-03-14 18:23:20 +01:00
|
|
|
${GEM_LIBDIR}/spec/commands/binstubs_spec.rb
|
|
|
|
${GEM_LIBDIR}/spec/commands/check_spec.rb
|
|
|
|
${GEM_LIBDIR}/spec/commands/clean_spec.rb
|
|
|
|
${GEM_LIBDIR}/spec/commands/config_spec.rb
|
|
|
|
${GEM_LIBDIR}/spec/commands/console_spec.rb
|
|
|
|
${GEM_LIBDIR}/spec/commands/exec_spec.rb
|
|
|
|
${GEM_LIBDIR}/spec/commands/help_spec.rb
|
|
|
|
${GEM_LIBDIR}/spec/commands/init_spec.rb
|
|
|
|
${GEM_LIBDIR}/spec/commands/inject_spec.rb
|
|
|
|
${GEM_LIBDIR}/spec/commands/licenses_spec.rb
|
|
|
|
${GEM_LIBDIR}/spec/commands/newgem_spec.rb
|
|
|
|
${GEM_LIBDIR}/spec/commands/open_spec.rb
|
|
|
|
${GEM_LIBDIR}/spec/commands/outdated_spec.rb
|
|
|
|
${GEM_LIBDIR}/spec/commands/show_spec.rb
|
|
|
|
${GEM_LIBDIR}/spec/install/binstubs_spec.rb
|
|
|
|
${GEM_LIBDIR}/spec/install/bundler_spec.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}/spec/install/deploy_spec.rb
|
2014-03-14 18:23:20 +01:00
|
|
|
${GEM_LIBDIR}/spec/install/gemfile/gemspec_spec.rb
|
|
|
|
${GEM_LIBDIR}/spec/install/gemfile/git_spec.rb
|
|
|
|
${GEM_LIBDIR}/spec/install/gemfile/path_spec.rb
|
|
|
|
${GEM_LIBDIR}/spec/install/gemfile_spec.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}/spec/install/gems/c_ext_spec.rb
|
2012-03-17 17:13:32 +01:00
|
|
|
${GEM_LIBDIR}/spec/install/gems/dependency_api_spec.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}/spec/install/gems/env_spec.rb
|
|
|
|
${GEM_LIBDIR}/spec/install/gems/flex_spec.rb
|
|
|
|
${GEM_LIBDIR}/spec/install/gems/groups_spec.rb
|
2014-03-14 18:23:20 +01:00
|
|
|
${GEM_LIBDIR}/spec/install/gems/mirror_spec.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}/spec/install/gems/packed_spec.rb
|
|
|
|
${GEM_LIBDIR}/spec/install/gems/platform_spec.rb
|
2012-03-17 17:13:32 +01:00
|
|
|
${GEM_LIBDIR}/spec/install/gems/post_install_spec.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}/spec/install/gems/resolving_spec.rb
|
|
|
|
${GEM_LIBDIR}/spec/install/gems/simple_case_spec.rb
|
2012-03-17 17:13:32 +01:00
|
|
|
${GEM_LIBDIR}/spec/install/gems/standalone_spec.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}/spec/install/gems/sudo_spec.rb
|
|
|
|
${GEM_LIBDIR}/spec/install/gems/win32_spec.rb
|
2014-03-14 18:23:20 +01:00
|
|
|
${GEM_LIBDIR}/spec/install/gemspecs_spec.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}/spec/install/path_spec.rb
|
2013-03-17 17:04:37 +01:00
|
|
|
${GEM_LIBDIR}/spec/install/post_bundle_message_spec.rb
|
2014-03-14 18:23:20 +01:00
|
|
|
${GEM_LIBDIR}/spec/install/prereleases_spec.rb
|
2013-03-11 16:12:45 +01:00
|
|
|
${GEM_LIBDIR}/spec/install/security_policy_spec.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}/spec/install/upgrade_spec.rb
|
|
|
|
${GEM_LIBDIR}/spec/lock/git_spec.rb
|
|
|
|
${GEM_LIBDIR}/spec/lock/lockfile_spec.rb
|
2013-03-11 16:12:45 +01:00
|
|
|
${GEM_LIBDIR}/spec/other/bundle_ruby_spec.rb
|
2014-03-14 18:23:20 +01:00
|
|
|
${GEM_LIBDIR}/spec/other/cli_dispatch_spec.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}/spec/other/ext_spec.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}/spec/other/platform_spec.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}/spec/quality_spec.rb
|
2013-03-11 16:12:45 +01:00
|
|
|
${GEM_LIBDIR}/spec/realworld/dependency_api_spec.rb
|
2012-03-17 17:13:32 +01:00
|
|
|
${GEM_LIBDIR}/spec/realworld/edgecases_spec.rb
|
2014-03-14 18:23:20 +01:00
|
|
|
${GEM_LIBDIR}/spec/realworld/parallel_spec.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}/spec/resolver/basic_spec.rb
|
|
|
|
${GEM_LIBDIR}/spec/resolver/platform_spec.rb
|
|
|
|
${GEM_LIBDIR}/spec/runtime/executable_spec.rb
|
|
|
|
${GEM_LIBDIR}/spec/runtime/load_spec.rb
|
|
|
|
${GEM_LIBDIR}/spec/runtime/platform_spec.rb
|
|
|
|
${GEM_LIBDIR}/spec/runtime/require_spec.rb
|
|
|
|
${GEM_LIBDIR}/spec/runtime/setup_spec.rb
|
|
|
|
${GEM_LIBDIR}/spec/runtime/with_clean_env_spec.rb
|
|
|
|
${GEM_LIBDIR}/spec/spec_helper.rb
|
2012-03-17 17:13:32 +01:00
|
|
|
${GEM_LIBDIR}/spec/support/artifice/endopint_marshal_fail_basic_authentication.rb
|
|
|
|
${GEM_LIBDIR}/spec/support/artifice/endpoint.rb
|
|
|
|
${GEM_LIBDIR}/spec/support/artifice/endpoint_500.rb
|
|
|
|
${GEM_LIBDIR}/spec/support/artifice/endpoint_api_missing.rb
|
|
|
|
${GEM_LIBDIR}/spec/support/artifice/endpoint_basic_authentication.rb
|
2013-03-11 16:12:45 +01:00
|
|
|
${GEM_LIBDIR}/spec/support/artifice/endpoint_creds_diff_host.rb
|
2012-03-17 17:13:32 +01:00
|
|
|
${GEM_LIBDIR}/spec/support/artifice/endpoint_extra.rb
|
|
|
|
${GEM_LIBDIR}/spec/support/artifice/endpoint_extra_missing.rb
|
|
|
|
${GEM_LIBDIR}/spec/support/artifice/endpoint_fallback.rb
|
2014-03-14 18:23:20 +01:00
|
|
|
${GEM_LIBDIR}/spec/support/artifice/endpoint_host_redirect.rb
|
2012-03-17 17:13:32 +01:00
|
|
|
${GEM_LIBDIR}/spec/support/artifice/endpoint_marshal_fail.rb
|
|
|
|
${GEM_LIBDIR}/spec/support/artifice/endpoint_redirect.rb
|
2012-12-17 13:34:38 +01:00
|
|
|
${GEM_LIBDIR}/spec/support/artifice/endpoint_timeout.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}/spec/support/builders.rb
|
2012-03-17 17:13:32 +01:00
|
|
|
${GEM_LIBDIR}/spec/support/fakeweb/rack-1.0.0.marshal
|
|
|
|
${GEM_LIBDIR}/spec/support/fakeweb/windows.rb
|
2014-03-14 18:23:20 +01:00
|
|
|
${GEM_LIBDIR}/spec/support/hax.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}/spec/support/helpers.rb
|
|
|
|
${GEM_LIBDIR}/spec/support/indexes.rb
|
|
|
|
${GEM_LIBDIR}/spec/support/matchers.rb
|
|
|
|
${GEM_LIBDIR}/spec/support/path.rb
|
2014-03-14 18:23:20 +01:00
|
|
|
${GEM_LIBDIR}/spec/support/permissions.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}/spec/support/platforms.rb
|
|
|
|
${GEM_LIBDIR}/spec/support/ruby_ext.rb
|
|
|
|
${GEM_LIBDIR}/spec/support/rubygems_ext.rb
|
2014-03-14 18:23:20 +01:00
|
|
|
${GEM_LIBDIR}/spec/support/streams.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}/spec/support/sudo.rb
|
|
|
|
${GEM_LIBDIR}/spec/update/gems_spec.rb
|
|
|
|
${GEM_LIBDIR}/spec/update/git_spec.rb
|
|
|
|
${GEM_LIBDIR}/spec/update/source_spec.rb
|
2010-09-12 03:51:10 +02:00
|
|
|
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|