diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-09-11 06:39:47 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-09-11 23:57:15 +0700 |
commit | 4d693a440e4688d5f9b90220f0db45901e97b92d (patch) | |
tree | 07a51b2a73a30ed992756842cf2c210df8a382db /ruby | |
parent | 9ccd2da51d812e7d5882124148f7f0a15fbac105 (diff) | |
download | slackbuilds-4d693a440e4688d5f9b90220f0db45901e97b92d.tar.gz |
ruby/rubygem-bundler: Updated for version 1.13.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'ruby')
-rw-r--r-- | ruby/rubygem-bundler/README | 8 | ||||
-rw-r--r-- | ruby/rubygem-bundler/rubygem-bundler.SlackBuild | 8 | ||||
-rw-r--r-- | ruby/rubygem-bundler/rubygem-bundler.info | 6 |
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="" |