-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bugfix for eventq_rabbitmq regarding namespace implementation and ser…
…ialization provider usage
- Loading branch information
1 parent
19b18b1
commit 0aa7cb3
Showing
4 changed files
with
12 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module EventqRabbitmq | ||
VERSION = "1.10.2" | ||
VERSION = "1.10.3" | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
FROM codeguru/ruby:2.3.1-alpine-3.4 | ||
FROM 522104923602.dkr.ecr.eu-west-1.amazonaws.com/sageone/sinatra:1.4.7-ruby-2.3.1-alpine-3.4 | ||
|
||
RUN set -ex \ | ||
&& apk add --no-cache --virtual .gem-builddeps \ | ||
ruby-dev build-base \ | ||
&& gem install -N json --version "1.8.3" -- --use-system-libraries \ | ||
&& gem install -N oj --version "2.15.0" -- --use-system-libraries \ | ||
&& apk del .gem-builddeps | ||
#RUN set -ex \ | ||
# && apk add --no-cache --virtual .gem-builddeps \ | ||
# ruby-dev build-base \ | ||
# && gem install -N json --version "1.8.3" -- --use-system-libraries \ | ||
# && gem install -N oj --version "2.15.0" -- --use-system-libraries \ | ||
# && apk del .gem-builddeps |