SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for ruby2.1-rubygem-bundler-1.7.3-1.2.x86_64.rpm :
Wed Sep 24 14:00:00 2014 mrueckertAATTsuse.de
- update to 1.7.3 (bnc# 898205) CVE-2013-0334
- `extconf.rb` is now generated with the right path for
`create_makefile` (AATTandremedeiros)
- Fix various Ruby warnings (AATTpiotrsanarki, AATTindirect)
- changes in 1.7.2
- Revert gem source sorting in lock files (AATTindirect)
- changes in 1.7.1
- Install gems from one source needed by gems in another source
(AATTindirect)
- Install the same gem versions even after some are installed
(AATTtmoore)
- Download specs only when installing from servers (AATTindirect)
- changes in 1.7.0
- Fix for CVE-2013-0334, installing gems from an unexpected
source (AATTtmoore)
- Gemfile `source` calls now take a block containing gems from
that source (AATTtmoore)
- added the `:source` option to `gem` to specify a source
(AATTtmoore)
- warn on ambiguous gems available from more than one source
(AATTtmoore)

Fri Jul 25 14:00:00 2014 mrueckertAATTsuse.de
- update to 1.6.5
- require openssl explicitly to fix rare HTTPS request failures
(AATTindirect, #3107)
- additional changes in 1.6.4
- fix undefined constant error when can\'t find gem during
binstubs (#3095, AATTjetaggart)
- work when installed git gems are not writable (#3092,
AATTpmahoney)
- don\'t store configured source credentials in Gemfile.lock
(#3045, AATTlhz)
- don\'t include config source credentials in the lockfile (Lars
Haugseth)
- use threads for jobs on Rubinius (AATTYorickPeterse)
- skip dependencies from other platforms (AATTmvz)
- work when Rubygems was built without SSL (AATTandremedeiros)
- additional changes in 1.6.3
- fix regression when resolving many conflicts (#2994, AATTWho828)
- use local gemspec for builtin gems during install --local
(#3041, AATTWho828)
- don\'t warn about sudo when installing on Windows (#2984,
AATTindirect)
- shell escape `bundle open` arguments (AATTindirect)
- additional changes in 1.6.2
- fix an exception when using builtin gems (#2915, #2963,
AATTgnufied)
- cache gems that are built in to the running ruby (#2975,
AATTindirect)
- re-allow deploying cached git gems without git installed
(#2968, AATTaughr)
- keep standalone working even with builtin gems (AATTindirect)
- don\'t update vendor/cache in deployment mode (#2921, AATTindirect)
- warn informatively when `bundle install` is run as root (#2936,
AATT1337807)
- additional changes in 1.6.1
- update C extensions when git gem versions change (#2948,
AATTdylanahsmith)
- add support for C extensions in sudo mode on Rubygems 2.2
- additional changes in 1.6.0
- many Gemfiles that caused incorrect errors now resolve
correctly (AATTWho828)
- redirects across hosts now work on rubies without OpenSSL
(#2686, AATTgrddev)
- gemspecs now handle filenames with newlines (#2634, AATTjasonmp85)
- support escaped characters in usernames and passwords (AATTpunkie)
- no more exception on `update GEM` without lock file (AATTsimi)
- allow long config values (#2823, AATTkgrz)
- cache successfully even locked to gems shipped with Ruby
(#2869, AATTaughr)
- respect NO_PROXY even if a proxy is configured (#2878, AATTstlay)
- only retry git commands that hit the network (#2899, AATTtimmoore)
- fix NameError regression when OpenSSL is not available (#2898,
AATTtimmoore)
- handle exception installing when build_info owned by root
(AATTWho828)
- skip HTTP redirects from rubygems.org, huge speed boost
(AATTWho828)
- resolver rewritten to avoid recursion (AATTWho828)
- add `git_source` for custom options like :github and :gist
(AATTstrzalek)
- HTTP auth may now be stored in `bundle config` (AATTsmashwilson)
- some complex Gemfiles are resolved up to 10x faster (AATTWho828)
- add support for IRB alternatives such as Pry and Ripl
(AATTjoallard, AATTpostmodern)
- highlight installed or updated gems (#2722, #2741, AATTyaotti,
AATTsimi)
- display the `post_install_message` for gems installed via :git
(AATTphallstrom)
- `bundle outdated --strict` now only reports allowed updates
(AATTdavidblondeau)
- `bundle show --verbose` Add gem summary to the output
(AATTlardcanoe)
- `bundle gem GEM --ext` now generates a skeleton for a C
extension (AATTsuperdealloc)
- Avoid using threequals operator where possible (AATTas-cii)
- Add missing switches for bundle-install(1) and bundle-update(1)
(AATTas-cii)
- additional changes in 1.5.3
- find \"missing\" gems that are actually present (#2780, #2818,
[#2854])
- use n-1 cores when given n jobs for parallel install (AATTjdickey)
- additional changes in 1.5.2
- fix integration with Rubygems 1.8.0-1.8.19
- handle ENETDOWN exception during network requests
- gracefully shut down after interrupt during parallel install
(AATTWho828)
- allow Rails to run Thor without debug mode (AATTrafaelfranca)
- set git binstub permissions by umask (AATTv-yarotsky)
- remove parallel install debug log
- additional changes in 1.5.1
- correctly find gems installed with Ruby by default
- additional changes in 1.5.0
- install missing gems if their specs are present (AATThone)
- use print for \"Installing…\" so messages are thread-safe
(AATTTimMoore)
- additional changes 1.5.0.rc.2
- Support threaded installation on Rubygems 2.0.7+
- Debug installation logs in .bundle/install.log
- Try to catch gem installation race conditions
- additional changes in 1.5.0.rc.1
- bundle update also accepts --jobs (#2692, AATTmrkn)
- add fork URL to README for new `bundle gem` (#2665, AATTzzak)
- add `bundle outdated --strict` (#2685, AATTdavidblondeau)
- warn if same gem/version is added twice (#2679, AATTjendiamond)
- don\'t redownload installed specs for `bundle install` (#2680,
AATTcainlevy)
- override gem sources with mirrors (#2650, AATTdanielsdeleo,
AATTmkristian)
- fix sharing same SSL socket when forking workers for parallel
install (#2632)
- fix msg typo in GitNotAllowedError (#2654, AATTjoyicecloud)
- fix Bundler.which for directories (#2697, AATTrhysd)
- properly require `Capistrano::Version` (#2690, AATTsteveklabnik)
- search for git.exe and git
- fix the bug that downloads every spec when API fetcher
encouters an error
- only retry network requests
- additional changes in 1.4.0.rc.1
- add support for the x64-mingw32 platform (#2356, #2590,
AATTlarskanis)
- add :patchlevel option to ruby DSL
- add `bundler` bin (#2598, AATTkirs)
- friendly ambiguous error messages (#2581, #2550, AATTjlsuttles,
AATTjendiamond, AATTjoyicecloud)
- add `:jruby_18` and `:jruby_19` platform options (AATTmcfiredrill)
- add X.509 client certificates for auth without passwords
(AATTsnackbandit)
- add `exec --keep-file-descriptors` for Ruby 1.9-like behavior
on 2.0 (AATTsteved555)
- print a better error when git is not installed (AATTjoyicecloud)
- exit non-zero when `outdated` is run with an unknown gem
(AATTjoyicecloud)
- add `:ruby_21` platform option (AATTbrandonblack)
- add `--retry` to retry failed network and git commands
(AATTschneems)
- include command and versions in User-Agent (AATTindirect,
AATTjoyicecloud)
- allow passwordless Basic Auth (#2606, AATTrykov)
- don\'t suggest `gem install foo` when `foo` is a git gem that
fails (AATTkirs)
- revert #2569, staying compatible with git: instead of https:
for :github gems
- handle exceptions while installing gems in parallel (AATTgnufied)
- additional changes in 1.4.0.pre.1
- retry network requests while installing gems (#2561,
AATTascherger)
- faster installs using gemspecs from the local system cache
(#2497, AATTmipearson)
- add `bundle install -jN` for N parallel gem installations
(#2481, AATTeagletmt)
- add `ENV[\'DEBUG_RESOLVER_TREE\']` outputs resolver tree
(AATTdblock)
- set $MANPATH so `bundle exec man name` works (#1624, AATTsunaku)
- use `man` instead of `groff` (#2579, AATTixti, AATTsimi)
- add Gemfile dependency info to bundle outdated output (#2487,
AATTrahearn)
- allow `require: true` as an alias for `require: ` (#2538,
AATTndbroadbent)
- rescue and report Thor errors (#2478, AATTpjvds)
- detect cyclic dependencies (#2564, AATTgnufied)
- support multiple gems in `binstubs` (#2576, AATTlucasmazza)
- use https instead of git for :github gems (#2569, AATTfuadsaud)
- add quiet option to `bundle package` (#2573, AATTshtirlic)
- use RUBYLIB instead of RUBYOPT for better Windows support
(#2536, AATTequinux)
- reduce stack size while resolving to fix JRuby overflow (#2510,
AATTheadius)
- display GitErrors while loading specs in --verbose mode (#2461)
- allow the same options hash to be passed to multiple gems
(#2447)
- handle missing binaries without an exception (#2019,
AATTluismreis)
- additional changes in 1.3.6
- make gemspec path option preserve relative paths in lock file
(AATTbwillis)
- use umask when creating binstubs (#1618, AATTv-yarotsky)
- warn if graphviz is not installed (#2435, AATTAgis-)
- show git errors while loading gemspecs
- don\'t mutate gem method options hash (#2447)
- print Thor errors (#2478, AATTpjvds)
- print Rubygems system exit errors (James Cook)
- more Pathnames into Strings for MacRuby (AATTkml)
- preserve original gemspec path (AATTbwillis)
- remove warning about deps with :git (#1651, AATTixti)
- split git files on null (#2634, AATTjasonmp85)
- handle cross-host redirects without SSL (#2686, AATTgrddev)
- handle Rubygems 2 security exception (AATTzzak)
- reinstall gems if they are missing with spec present
- set binstub permissions using umask (#1618, AATTv-yarotsky)

Tue Jul 15 14:00:00 2014 mrueckertAATTsuse.de
- regenerated the spec file with new template

Wed Jun 25 14:00:00 2014 mrueckertAATTsuse.de
- move to SLE 12 packaging schema

Wed Jun 25 14:00:00 2014 mrueckertAATTsuse.de
- move to SLE 12 packaging schema

Fri Jul 12 14:00:00 2013 cooloAATTsuse.com
- fix update-alternatives usage

Fri Apr 12 14:00:00 2013 cooloAATTsuse.com
- updated to version 1.3.5
Features:
- progress indicator while resolver is running (AATTchief)
Bugfixes:
- update local overrides with orphaned revisions (AATTjamesferguson)
- revert to working quoting of RUBYOPT on Windows (AATTogra)
- use basic auth even when SSL is not available (AATTjayniz)
- installing git gems without dependencies in deployment now works

Mon Mar 18 13:00:00 2013 cooloAATTsuse.com
- updated to version 1.3.4
Bugfixes:
- load YAML on Rubygems version that define module YAML
- fix regression that broke --without on ruby 1.8.7
- additional changes in 1.3.3
Features:
- compatible with Rubygems 2.0.2 (higher and lower already work)
- mention skipped groups in bundle install and bundle update output (AATTsimi)
- `gem` creates rake tasks for minitest (AATTcoop) and rspec
Bugfixes:
- require rbconfig for standalone mode
- revert to working quoting of RUBYOPT on Windows (AATTogra)
- additional changes in 1.3.2
Features:
- include rubygems.org CA chain
Bugfixes:
- don\'t store --dry-run as a Bundler setting

Sun Mar 3 13:00:00 2013 cooloAATTsuse.com
- updated to version 1.3.1
Bugfixes:
- include manpages in gem, restoring many help pages
- handle more SSL certificate verification failures
- check for the full version of SSL, which we need (AATTalup)
- gem rake task \'install\' now depends on task \'build\' (AATTsunaku)

Sun Mar 3 13:00:00 2013 cooloAATTsuse.com
- updated to version 1.3.0
- long feature list, see CHANGELOG.md

Fri Nov 30 13:00:00 2012 cooloAATTsuse.com
- updated to version 1.2.3
- fix exceptions while loading some gemspecs

Thu Nov 15 13:00:00 2012 cooloAATTsuse.com
- updated to version 1.2.2
- support new Psych::SyntaxError for Ruby 2.0.0 (AATTtenderlove, AATTsol)
- `bundle viz` works with git gems again (AATThirochachacha)
- recognize more cases when OpenSSL is not present

Wed Sep 19 14:00:00 2012 cooloAATTsuse.com
- updated to version 1.2.1
Bugfixes:
- `bundle clean` now works with BUNDLE_WITHOUT groups again
- have a net/http read timeout around the Gemcutter API Endpoint

Fri Aug 31 14:00:00 2012 cooloAATTsuse.com
- updated to version 1.2.0
Bugfixes:
- raise original error message from LoadError\'s
Documentation:
- `platform` man pages
- additional changes in 1.2.0.rc.2
Bugfixes:
- `clean` doesn\'t remove gems that are included in the lockfile
- additional changes in 1.2.0.rc
Features:
- `check` now has a `--dry-run` option (AATTsvenfuchs, #1811)
- loosen ruby directive for engines
- prune git/path directories inside vendor/cache (AATTjosevalim, #1988)
- update vendored thor to 0.15.2 (AATTsferik)
- add .txt to LICENSE (AATTpostmodern, #2001)
- add `config disable_local_branch_check` (AATTjosevalim, #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` (AATTjosevalim, #1989)
- don\'t display warning message when `cache_all` is set
- check for `nil` PATH (#2006)
- Always try to keep original GEM_PATH (AATTdrogus, #1920)

Tue Jul 31 14:00:00 2012 jreidingerAATTsuse.com
- use new gem2rpm to get new provisions

Sun Jul 22 14:00:00 2012 cooloAATTsuse.com
- update to 1.1.5
- Special case `ruby` directive from 1.2.0, so you can install Gemfiles that use it

Mon Jun 25 14:00:00 2012 cooloAATTsuse.com
- update to 1.1.4
- Use `latest_release` in Capistrano and Vlad integration (#1264)
- Unknown exceptions now link to ISSUES for help instead of a new ticket
- When OpenSSL is missing, provide instructions for fixing (#1776 etc.)
- Correct inline help for `clean --force` (AATTdougbarth, #1911)
- Work around a Ruby 1.9.3p194 bug in Psych when config files are empty

Wed Apr 4 14:00:00 2012 cooloAATTsuse.com
- update to 1.1.3, see CHANGELOG.md

Fri Mar 23 13:00:00 2012 saschpeAATTsuse.de
- Spec file cleanup:

* Factory preparation

Thu Nov 3 13:00:00 2011 mrueckertAATTsuse.de
- update to 1.0.21 (bnc#727772)
- Load Psych unless Syck is defined, because 1.9.2 defines YAML
- Add platform :maglev (AATTtimfel, #1444)
- Ensure YAML is required even if Psych is found
- Handle directory names that contain invalid regex characters
- Rescue interrupts to `bundle` while loading bundler.rb (#1395)
- Allow clearing without groups by passing `--without \'\'` (#1259)
- Manually sort requirements in the lockfile (#1375)
- Remove several warnings generated by ruby -w (AATTstephencelis)
- 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)
- Compatability with Rubygems 1.8.10 installer changes
- Report gem installation failures clearly (AATTrwilcox, #1380)
- Useful error for cap and vlad on first deploy (AATTnexmat, AATTkirs)
- `exec` now works when the command contains \'exec\'
- Only touch lock after changes on Windows (AATTrobertwahler, #1358)
- Keep load paths when #setup is called multiple times (AATTradsaq,
[#1379])
- Fix typo in DEBUG_RESOLVER (AATTgeemus)
- Fixes rake 0.9.x warning (AATTmtylty, #1333)
- Fix `bundle cache` again for rubygems 1.3.x
- Run the bundle install earlier in a Capistrano deployment
(AATTcgriego, #1300)
- Support hidden gemspec (AATTtrans, AATTcldwalker, #827)
- Make fetch_specs faster (AATTzeha, #1294)
- Allow overriding development deps loaded by #gemspec (AATTlgierth,
[#1245])
- Fix rake issues with rubygems 1.3.x (#1342)
- Fixed invalid byte sequence error while installing gem on Ruby
1.9 (#1341)
- Performance fix for MRI 1.9 (AATTefficientcloud, #1288)
- Shortcuts (like `bundle i`) for all commands (AATTamatsuda)
- Correcly identify missing child dependency in error message
- Allow Windows network share paths with forward slashes
(AATTmtscout6, #1253)
- Check for rubygems.org credentials so `rake release` doesn\'t
hang (#980)
- Find cached prerelease gems on rubygems 1.3.x (AATTdburt, #1202)
- Fix `bundle install --without` on kiji (AATTtmm1, #1287)
- Get rid of warning in ruby 1.9.3 (AATTsmartinez87, #1231)
- Documentation for `gem ..., :require => false` (AATTkmayer, #1292)
- Gems provide \"executables\", they are rarely also binaries
(AATTfxn, #1242)

Tue Aug 16 14:00:00 2011 mrueckertAATTsuse.de
- change license header to list MIT and Ruby (bnc#712391)

Wed Jul 20 14:00:00 2011 mrueckertAATTsuse.de
- update to 1.0.15
- Improved Rubygems integration, removed many deprecation notices
- Escape URL arguments to git correctly on Windows (1.0.14
regression)
- additional changes from 1.0.14
- Rubinius platform :rbx (AATTrkbodenner)
- Include gem rake tasks with \"require \'bundler/gem_tasks\"
(AATTindirect)
- Include user name and email from git config in new gemspec
(AATTognevsky)
- Set file permissions after checking out git repos (AATTtissak)
- Remove deprecated call to Gem::SourceIndex#all_gems (AATTmpj)
- Require the version file in new gemspecs (AATTrubiii)
- Allow relative paths from the Gemfile in gems with no gemspec
(AATTmbirk)
- Install gems that contain \'bundler\', e.g. guard-bundler (AATThone)
- Display installed path correctly on Windows (AATTtadman)
- Escape quotes in git URIs (AATTmheffner)
- Improve Rake 0.9 support (AATTquix)
- Handle certain directories already existing (AATTraggi)
- Escape filenames containing regex characters (AATTindirect)
- additional changes from 1.0.13
- Compatibility with Rubygems master (soon to be v1.8) (AATTevanphx)
- Informative error when --path points to a broken symlink
- Support Rake 0.9 and greater (AATTe2)
- Output full errors for non-TTYs e.g. pow (AATTjosh)
- Allow spaces in gem path names for gem tasks (AATTrslifka)
- Have cap run bundle install from release_path (AATTmartinjagusch)
- Quote git refspec so zsh doesn\'t expand it (AATTgoneflyin)
- additional changes from 1.0.12
- Add --no-deployment option to `install` for disabling it on dev
machines
- Better error message when git fails and cache is present
(AATTparndt)
- Honor :bundle_cmd in cap `rake` command (AATTvoidlock, AATTcgriego)
- Compatibility with Rubygems 1.7 and Rails 2.3 and vendored gems
(AATTevanphx)
- Fix changing gem order in lock (AATTgucki)
- Remove color escape sequences when displaying man pages
(AATTbgreenlee)
- Fix creating GEM_HOME on both JRuby 1.5 and 1.6 (AATTnickseiger)
- Fix gems without a gemspec and directories in bin/ (AATTepall)
- Fix --no-prune option for `bundle install` (AATTcmeiklejohn)
- additional changes from 1.0.11
- Compatibility with Rubygems 1.6 and 1.7
- Better error messages when a git command fails
- Don\'t always update gemspec gems (AATTcarllerche)
- Remove ivar warnings (AATTjackdempsey)
- Fix occasional git failures in zsh (AATTjonah-carbonfive)
- Consistent lock for gems with double deps like Cap (AATTakahn)

Thu Feb 3 13:00:00 2011 dmacvicarAATTsuse.de
- update to 1.0.10
- Fix a regression loading YAML gemspecs from :git and :path gems
- Requires, namespaces, etc. to work with changes in Rubygems 1.5
- update to 1.0.9
- Fix a bug where Bundler.require could remove gems from the load
path.
In Rails apps with a default application.rb, this removed all
gems in groups other than :default and Rails.env.
- update to 1.0.8
- Allow overriding gemspec() deps with :git deps
- Add --local option to bundle update
- Ignore Gemfile.lock in newly generated gems
- Use less as help pager instead of more
- Run bundle exec rake instead of rake in Capistrano tasks
- Fix --no-cache option for bundle install
- Allow Vlad deploys to work without Capistrano gem installed
- Fix group arguments to bundle console
- Allow groups to be loaded even if other groups were loaded
- Evaluate gemspec() gemspecs in their directory not the cwd
- Count on Rake to chdir to the right place in GemHelper
- Change Pathnames to Strings for MacRuby
- Check git process exit status correctly
- Fix some warnings in 1.9.3-trunk (thanks tenderlove)

Thu Nov 18 13:00:00 2010 mrueckertAATTsuse.de
- update to 1.0.7
- Remove Bundler version from the lockfile because it broke
backwards compatibility with 1.0.0-1.0.5. Sorry. :(
- update to 1.0.6
- Fix regression in `update` that caused long/wrong results
- Allow git gems on other platforms while installing (#579)
- Speed up `install` command using various optimizations
- Significantly increase performance of resolver
- Use upcoming Rubygems performance improvements (AATTtmm1)
- Warn if the lockfile was generated by a newer version
- Set generated gems\' homepage to \"\", so Rubygems will warn
- update to 1.0.5
- Fix regression disabling all operations that employ sudo
- update to 1.0.4
- 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
- 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

Thu Nov 11 13:00:00 2010 mrueckertAATTsuse.de
- update to 1.0.3

Mon Aug 30 14:00:00 2010 dmacvicarAATTnovell.com
- update to 1.0.0

Tue Aug 3 14:00:00 2010 dmacvicarAATTnovell.com
- update to 1.0rc2

Thu Jun 10 14:00:00 2010 mrueckertAATTsuse.de
- update to version 0.9.26
- error nicely on incompatible 0.10 lockfiles

Fri May 14 14:00:00 2010 dmacvicarAATTnovell.com
- update to 0.9.25
- explicitly coerce Pathname objects to Strings for Ruby 1.9
- fix some newline weirdness in output from install command

Thu Feb 18 13:00:00 2010 mrueckertAATTsuse.de
- update to 0.9.7

Thu Feb 11 13:00:00 2010 dmacvicarAATTnovell.com
- update to 0.9.4

Thu Feb 4 13:00:00 2010 dmacvicarAATTnovell.com
- update to 0.9.1

Fri Jan 15 13:00:00 2010 mrueckertAATTsuse.de
- initial package. used for rails 3


 
ICM