[DRE-commits] [rbenv] 01/02: Merge tag 'upstream/1.0.0'

zeha at debian.org zeha at debian.org
Sun May 1 20:59:42 UTC 2016


This is an automated email from the git hooks/post-receive script.

zeha pushed a commit to branch master
in repository rbenv.

commit 1fbf09c98ecd0ff850809366564174a63e1e6558
Merge: 1fccd53 b972d1a
Author: Christian Hofstaedtler <zeha at debian.org>
Date:   Sun May 1 20:57:24 2016 +0000

    Merge tag 'upstream/1.0.0'
    
    Upstream version 1.0.0

 .agignore                                  |   2 +
 .gitignore                                 |   6 +
 .travis.yml                                |   7 +
 .vimrc                                     |   1 +
 README.md                                  | 353 ++++++++----------
 bin/ruby-local-exec                        |   2 +-
 completions/rbenv.fish                     |  22 ++
 completions/rbenv.zsh                      |   2 +-
 libexec/rbenv                              | 103 ++++--
 libexec/rbenv---version                    |  10 +-
 libexec/rbenv-commands                     |   4 +-
 libexec/rbenv-completions                  |  11 +-
 libexec/rbenv-exec                         |  10 +-
 libexec/rbenv-help                         |  14 +-
 libexec/rbenv-hooks                        |  34 +-
 libexec/rbenv-init                         | 118 ++++--
 libexec/rbenv-local                        |  14 +-
 libexec/rbenv-prefix                       |  12 +-
 libexec/rbenv-rehash                       |  75 ++--
 libexec/rbenv-sh-rehash                    |  12 +-
 libexec/rbenv-sh-shell                     |  21 +-
 libexec/rbenv-shims                        |   2 +
 libexec/rbenv-version-file                 |  38 +-
 libexec/rbenv-version-file-read            |  10 +-
 libexec/rbenv-version-name                 |  12 +-
 libexec/rbenv-version-origin               |  13 +-
 libexec/rbenv-versions                     |  76 +++-
 libexec/rbenv-whence                       |   2 +-
 libexec/rbenv-which                        |  50 +--
 rbenv.d/exec/gem-rehash.bash               |   1 +
 rbenv.d/exec/gem-rehash/rubygems_plugin.rb |  43 +++
 src/Makefile.in                            |  25 ++
 src/bash.h                                 |  31 ++
 src/configure                              |  46 +++
 src/realpath.c                             |  43 +++
 src/shobj-conf                             | 558 +++++++++++++++++++++++++++++
 test/--version.bats                        |  55 +++
 test/commands.bats                         |  39 ++
 test/completions.bats                      |  51 +++
 test/exec.bats                             | 122 +++++++
 test/global.bats                           |  31 ++
 test/help.bats                             | 115 ++++++
 test/hooks.bats                            |  71 ++++
 test/init.bats                             | 108 ++++++
 test/libexec/rbenv-echo                    |   9 +
 test/local.bats                            | 103 ++++++
 test/prefix.bats                           |  30 ++
 test/rbenv.bats                            |  75 ++++
 test/rehash.bats                           | 133 +++++++
 test/run                                   |   9 +
 test/shell.bats                            |  52 +++
 test/shims.bats                            |  29 ++
 test/test_helper.bash                      | 131 +++++++
 test/version-file-read.bats                |  72 ++++
 test/version-file-write.bats               |  30 ++
 test/version-file.bats                     | 110 ++++++
 test/version-name.bats                     |  74 ++++
 test/version-origin.bats                   |  53 +++
 test/version.bats                          |  38 ++
 test/versions.bats                         | 156 ++++++++
 test/whence.bats                           |  30 ++
 test/which.bats                            | 127 +++++++
 62 files changed, 3227 insertions(+), 409 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/rbenv.git



More information about the Pkg-ruby-extras-commits mailing list