ruby/rubygem-bundler: Updated for version 1.13.0.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2016-09-11 06:39:47 +03:00 committed by Willy Sudiarto Raharjo
parent 9ccd2da51d
commit 4d693a440e
No known key found for this signature in database
GPG key ID: 887B8374D7333381
3 changed files with 11 additions and 11 deletions

View file

@ -1,6 +1,6 @@
Bundler provides a consistent environment for Ruby projects by tracking and
installing the exact gems and versions that are needed.
Bundler provides a consistent environment for Ruby projects by tracking and
installing the exact gems and versions that are needed.
Bundler is an exit from dependency hell, and ensures that the gems you need
are present in development, staging, and production. Starting work on a
Bundler is an exit from dependency hell, and ensures that the gems you need
are present in development, staging, and production. Starting work on a
project is as simple as bundle install.

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=rubygem-bundler
VERSION=${VERSION:-1.12.5}
VERSION=${VERSION:-1.13.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -31,7 +31,7 @@ SRCNAM=bundler
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@ -42,8 +42,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"

View file

@ -1,8 +1,8 @@
PRGNAM="rubygem-bundler"
VERSION="1.12.5"
VERSION="1.13.0"
HOMEPAGE="http://bundler.io/"
DOWNLOAD="https://rubygems.org/downloads/bundler-1.12.5.gem"
MD5SUM="2f6f897c2c77c790f51b26850661b3dc"
DOWNLOAD="https://rubygems.org/downloads/bundler-1.13.0.gem"
MD5SUM="63536ddc69d03e95ecd9d8efb95cdeca"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""