Skip to content

Commit

Permalink
Update to 2.6.0 (GA)
Browse files Browse the repository at this point in the history
  • Loading branch information
booink authored and tianon committed Dec 26, 2018
1 parent fec6089 commit d4be0c4
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ language: bash
services: docker

env:
- VERSION=2.6-rc VARIANT=stretch
- VERSION=2.6-rc VARIANT=stretch/slim
- VERSION=2.6-rc VARIANT=alpine3.8
- VERSION=2.6-rc VARIANT=alpine3.7
- VERSION=2.6 VARIANT=stretch
- VERSION=2.6 VARIANT=stretch/slim
- VERSION=2.6 VARIANT=alpine3.8
- VERSION=2.6 VARIANT=alpine3.7
- VERSION=2.5 VARIANT=stretch
- VERSION=2.5 VARIANT=stretch/slim
- VERSION=2.5 VARIANT=alpine3.8
Expand Down
6 changes: 3 additions & 3 deletions 2.6-rc/alpine3.7/Dockerfile → 2.6/alpine3.7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ RUN mkdir -p /usr/local/etc \
echo 'update: --no-document'; \
} >> /usr/local/etc/gemrc

ENV RUBY_MAJOR 2.6-rc
ENV RUBY_VERSION 2.6.0-rc2
ENV RUBY_DOWNLOAD_SHA256 d620b3d87b3190867304067f3ce77f5305f7ec1b2e73b09c17710c97c028986d
ENV RUBY_MAJOR 2.6
ENV RUBY_VERSION 2.6.0
ENV RUBY_DOWNLOAD_SHA256 acb00f04374899ba8ee74bbbcb9b35c5c6b1fd229f1876554ee76f0f1710ff5f
ENV RUBYGEMS_VERSION 3.0.1
ENV BUNDLER_VERSION 1.17.2

Expand Down
6 changes: 3 additions & 3 deletions 2.6-rc/alpine3.8/Dockerfile → 2.6/alpine3.8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ RUN mkdir -p /usr/local/etc \
echo 'update: --no-document'; \
} >> /usr/local/etc/gemrc

ENV RUBY_MAJOR 2.6-rc
ENV RUBY_VERSION 2.6.0-rc2
ENV RUBY_DOWNLOAD_SHA256 d620b3d87b3190867304067f3ce77f5305f7ec1b2e73b09c17710c97c028986d
ENV RUBY_MAJOR 2.6
ENV RUBY_VERSION 2.6.0
ENV RUBY_DOWNLOAD_SHA256 acb00f04374899ba8ee74bbbcb9b35c5c6b1fd229f1876554ee76f0f1710ff5f
ENV RUBYGEMS_VERSION 3.0.1
ENV BUNDLER_VERSION 1.17.2

Expand Down
6 changes: 3 additions & 3 deletions 2.6-rc/stretch/Dockerfile → 2.6/stretch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ RUN mkdir -p /usr/local/etc \
echo 'update: --no-document'; \
} >> /usr/local/etc/gemrc

ENV RUBY_MAJOR 2.6-rc
ENV RUBY_VERSION 2.6.0-rc2
ENV RUBY_DOWNLOAD_SHA256 d620b3d87b3190867304067f3ce77f5305f7ec1b2e73b09c17710c97c028986d
ENV RUBY_MAJOR 2.6
ENV RUBY_VERSION 2.6.0
ENV RUBY_DOWNLOAD_SHA256 acb00f04374899ba8ee74bbbcb9b35c5c6b1fd229f1876554ee76f0f1710ff5f
ENV RUBYGEMS_VERSION 3.0.1
ENV BUNDLER_VERSION 1.17.2

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ RUN mkdir -p /usr/local/etc \
echo 'update: --no-document'; \
} >> /usr/local/etc/gemrc

ENV RUBY_MAJOR 2.6-rc
ENV RUBY_VERSION 2.6.0-rc2
ENV RUBY_DOWNLOAD_SHA256 d620b3d87b3190867304067f3ce77f5305f7ec1b2e73b09c17710c97c028986d
ENV RUBY_MAJOR 2.6
ENV RUBY_VERSION 2.6.0
ENV RUBY_DOWNLOAD_SHA256 acb00f04374899ba8ee74bbbcb9b35c5c6b1fd229f1876554ee76f0f1710ff5f
ENV RUBYGEMS_VERSION 3.0.1
ENV BUNDLER_VERSION 1.17.2

Expand Down
4 changes: 2 additions & 2 deletions generate-stackbrew-library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
set -Eeuo pipefail

declare -A aliases=(
[2.5]='2 latest'
[2.6-rc]='rc'
[2.6]='2 latest'
[2.7-rc]='rc'
)

defaultDebianSuite='stretch'
Expand Down

0 comments on commit d4be0c4

Please sign in to comment.