mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
ruby/rubygem-bundler: Updated for version 1.13.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
9ccd2da51d
commit
4d693a440e
3 changed files with 11 additions and 11 deletions
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue