summaryrefslogtreecommitdiffstats
path: root/ruby/rubygem-bundler
diff options
context:
space:
mode:
Diffstat (limited to 'ruby/rubygem-bundler')
-rw-r--r--ruby/rubygem-bundler/README8
-rw-r--r--ruby/rubygem-bundler/rubygem-bundler.SlackBuild8
-rw-r--r--ruby/rubygem-bundler/rubygem-bundler.info6
3 files changed, 11 insertions, 11 deletions
diff --git a/ruby/rubygem-bundler/README b/ruby/rubygem-bundler/README
index 0f4afe768d..f136d1c317 100644
--- a/ruby/rubygem-bundler/README
+++ b/ruby/rubygem-bundler/README
@@ -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.
diff --git a/ruby/rubygem-bundler/rubygem-bundler.SlackBuild b/ruby/rubygem-bundler/rubygem-bundler.SlackBuild
index a346067fc3..1bfc3100b2 100644
--- a/ruby/rubygem-bundler/rubygem-bundler.SlackBuild
+++ b/ruby/rubygem-bundler/rubygem-bundler.SlackBuild
@@ -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"
diff --git a/ruby/rubygem-bundler/rubygem-bundler.info b/ruby/rubygem-bundler/rubygem-bundler.info
index 73bfa9a102..bc4a0fa6f0 100644
--- a/ruby/rubygem-bundler/rubygem-bundler.info
+++ b/ruby/rubygem-bundler/rubygem-bundler.info
@@ -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=""