diff options
author | taca <taca@pkgsrc.org> | 2010-12-04 04:10:55 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-12-04 04:10:55 +0000 |
commit | be74f8376a2866b8d2881b4727e0102df3a50268 (patch) | |
tree | e46d7c642aeeaee1ff4a892886cbf1cac99e9ba1 /misc/ruby-bundler | |
parent | f327a8881e7ffb80676b6d66d032ac8469dc55ed (diff) | |
download | pkgsrc-be74f8376a2866b8d2881b4727e0102df3a50268.tar.gz |
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
Diffstat (limited to 'misc/ruby-bundler')
-rw-r--r-- | misc/ruby-bundler/Makefile | 5 | ||||
-rw-r--r-- | misc/ruby-bundler/PLIST | 76 | ||||
-rw-r--r-- | misc/ruby-bundler/distinfo | 8 |
3 files changed, 80 insertions, 9 deletions
diff --git a/misc/ruby-bundler/Makefile b/misc/ruby-bundler/Makefile index 3da8ad08333..3da51877b62 100644 --- a/misc/ruby-bundler/Makefile +++ b/misc/ruby-bundler/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2010/09/16 12:05:41 taca Exp $ +# $NetBSD: Makefile,v 1.3 2010/12/04 04:10:55 taca Exp $ -DISTNAME= bundler-1.0.0 -PKGREVISION= 1 +DISTNAME= bundler-1.0.7 CATEGORIES= misc MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/misc/ruby-bundler/PLIST b/misc/ruby-bundler/PLIST index b720f8493d7..8f9f3acf584 100644 --- a/misc/ruby-bundler/PLIST +++ b/misc/ruby-bundler/PLIST @@ -1,17 +1,21 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2010/09/12 01:51:10 taca Exp $ +@comment $NetBSD: PLIST,v 1.2 2010/12/04 04:10:55 taca Exp $ bin/bundle ${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_LIBDIR}/.gitignore ${GEM_LIBDIR}/CHANGELOG.md ${GEM_LIBDIR}/ISSUES.md ${GEM_LIBDIR}/LICENSE ${GEM_LIBDIR}/README.md -${GEM_LIBDIR}/ROADMAP.md +${GEM_LIBDIR}/Rakefile +${GEM_LIBDIR}/UPGRADING.md ${GEM_LIBDIR}/bin/bundle +${GEM_LIBDIR}/bundler.gemspec ${GEM_LIBDIR}/lib/bundler.rb ${GEM_LIBDIR}/lib/bundler/capistrano.rb ${GEM_LIBDIR}/lib/bundler/cli.rb ${GEM_LIBDIR}/lib/bundler/definition.rb ${GEM_LIBDIR}/lib/bundler/dependency.rb +${GEM_LIBDIR}/lib/bundler/deployment.rb ${GEM_LIBDIR}/lib/bundler/dsl.rb ${GEM_LIBDIR}/lib/bundler/environment.rb ${GEM_LIBDIR}/lib/bundler/gem_helper.rb @@ -47,6 +51,7 @@ ${GEM_LIBDIR}/lib/bundler/templates/Executable ${GEM_LIBDIR}/lib/bundler/templates/Gemfile ${GEM_LIBDIR}/lib/bundler/templates/newgem/Gemfile.tt ${GEM_LIBDIR}/lib/bundler/templates/newgem/Rakefile.tt +${GEM_LIBDIR}/lib/bundler/templates/newgem/bin/newgem.tt ${GEM_LIBDIR}/lib/bundler/templates/newgem/gitignore.tt ${GEM_LIBDIR}/lib/bundler/templates/newgem/lib/newgem.rb.tt ${GEM_LIBDIR}/lib/bundler/templates/newgem/lib/newgem/version.rb.tt @@ -78,4 +83,71 @@ ${GEM_LIBDIR}/lib/bundler/vendor/thor/task.rb ${GEM_LIBDIR}/lib/bundler/vendor/thor/util.rb ${GEM_LIBDIR}/lib/bundler/vendor/thor/version.rb ${GEM_LIBDIR}/lib/bundler/version.rb +${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 +${GEM_LIBDIR}/man/bundle-update.ronn +${GEM_LIBDIR}/man/bundle.ronn +${GEM_LIBDIR}/man/gemfile.5.ronn +${GEM_LIBDIR}/man/index.txt +${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 +${GEM_LIBDIR}/spec/install/deploy_spec.rb +${GEM_LIBDIR}/spec/install/deprecated_spec.rb +${GEM_LIBDIR}/spec/install/gems/c_ext_spec.rb +${GEM_LIBDIR}/spec/install/gems/env_spec.rb +${GEM_LIBDIR}/spec/install/gems/flex_spec.rb +${GEM_LIBDIR}/spec/install/gems/groups_spec.rb +${GEM_LIBDIR}/spec/install/gems/packed_spec.rb +${GEM_LIBDIR}/spec/install/gems/platform_spec.rb +${GEM_LIBDIR}/spec/install/gems/resolving_spec.rb +${GEM_LIBDIR}/spec/install/gems/simple_case_spec.rb +${GEM_LIBDIR}/spec/install/gems/sudo_spec.rb +${GEM_LIBDIR}/spec/install/gems/win32_spec.rb +${GEM_LIBDIR}/spec/install/gemspec_spec.rb +${GEM_LIBDIR}/spec/install/git_spec.rb +${GEM_LIBDIR}/spec/install/invalid_spec.rb +${GEM_LIBDIR}/spec/install/path_spec.rb +${GEM_LIBDIR}/spec/install/upgrade_spec.rb +${GEM_LIBDIR}/spec/lock/git_spec.rb +${GEM_LIBDIR}/spec/lock/lockfile_spec.rb +${GEM_LIBDIR}/spec/other/check_spec.rb +${GEM_LIBDIR}/spec/other/config_spec.rb +${GEM_LIBDIR}/spec/other/console_spec.rb +${GEM_LIBDIR}/spec/other/exec_spec.rb +${GEM_LIBDIR}/spec/other/ext_spec.rb +${GEM_LIBDIR}/spec/other/gem_helper_spec.rb +${GEM_LIBDIR}/spec/other/help_spec.rb +${GEM_LIBDIR}/spec/other/init_spec.rb +${GEM_LIBDIR}/spec/other/newgem_spec.rb +${GEM_LIBDIR}/spec/other/open_spec.rb +${GEM_LIBDIR}/spec/other/show_spec.rb +${GEM_LIBDIR}/spec/pack/gems_spec.rb +${GEM_LIBDIR}/spec/quality_spec.rb +${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 +${GEM_LIBDIR}/spec/support/builders.rb +${GEM_LIBDIR}/spec/support/helpers.rb +${GEM_LIBDIR}/spec/support/indexes.rb +${GEM_LIBDIR}/spec/support/matchers.rb +${GEM_LIBDIR}/spec/support/path.rb +${GEM_LIBDIR}/spec/support/platforms.rb +${GEM_LIBDIR}/spec/support/ruby_ext.rb +${GEM_LIBDIR}/spec/support/rubygems_ext.rb +${GEM_LIBDIR}/spec/support/rubygems_hax/rubygems_plugin.rb +${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 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/misc/ruby-bundler/distinfo b/misc/ruby-bundler/distinfo index 8080e8a1be4..adbf2c99fda 100644 --- a/misc/ruby-bundler/distinfo +++ b/misc/ruby-bundler/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2010/09/16 12:05:41 taca Exp $ +$NetBSD: distinfo,v 1.3 2010/12/04 04:10:55 taca Exp $ -SHA1 (bundler-1.0.0.gem) = ef1ad2d89bfed347aaebe5374e2a6df6304145e4 -RMD160 (bundler-1.0.0.gem) = e949938e18b98273313633591d7b7fec570ead15 -Size (bundler-1.0.0.gem) = 97792 bytes +SHA1 (bundler-1.0.7.gem) = 2a63a89878c6e68c54ae103ddf3cc5d34ddc1655 +RMD160 (bundler-1.0.7.gem) = 9c3cdcba13004bddfe8a6f293ca6eba60b12c966 +Size (bundler-1.0.7.gem) = 158208 bytes |