Skip to content

Commit

Permalink
version 5.16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aamine committed May 25, 2016
1 parent 392e5cd commit 7ea509d
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 13 deletions.
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
bricolage (5.16.3)
bricolage (5.16.4)
aws-sdk (~> 2)
mysql2
pg
Expand All @@ -11,12 +11,12 @@ PATH
GEM
remote: https://rubygems.org/
specs:
aws-sdk (2.2.35)
aws-sdk-resources (= 2.2.35)
aws-sdk-core (2.2.35)
aws-sdk (2.3.2)
aws-sdk-resources (= 2.3.2)
aws-sdk-core (2.3.2)
jmespath (~> 1.0)
aws-sdk-resources (2.2.35)
aws-sdk-core (= 2.2.35)
aws-sdk-resources (2.3.2)
aws-sdk-core (= 2.3.2)
coderay (1.1.0)
fluent-logger (0.5.1)
msgpack (>= 0.4.4, < 0.6.0, != 0.5.3, != 0.5.2, != 0.5.1, != 0.5.0)
Expand Down
5 changes: 5 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Bricolage Release Note

## version 5.16.4

- [fix] Adds dependency to rake
- [fix] my-import: Reduces warning log messages.

## version 5.16.3

- [fix] streaming_load: Disables statupdate for log staging table, it is useless.
Expand Down
2 changes: 1 addition & 1 deletion lib/bricolage/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Bricolage
APPLICATION_NAME = 'Bricolage'
VERSION = '5.16.3'
VERSION = '5.16.4'
end
12 changes: 6 additions & 6 deletions test/home/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../..
specs:
bricolage (5.16.3)
bricolage (5.16.4)
aws-sdk (~> 2)
mysql2
pg
Expand All @@ -11,12 +11,12 @@ PATH
GEM
remote: https://rubygems.org/
specs:
aws-sdk (2.2.35)
aws-sdk-resources (= 2.2.35)
aws-sdk-core (2.2.35)
aws-sdk (2.3.2)
aws-sdk-resources (= 2.3.2)
aws-sdk-core (2.3.2)
jmespath (~> 1.0)
aws-sdk-resources (2.2.35)
aws-sdk-core (= 2.2.35)
aws-sdk-resources (2.3.2)
aws-sdk-core (= 2.3.2)
coderay (1.1.0)
fluent-logger (0.5.1)
msgpack (>= 0.4.4, < 0.6.0, != 0.5.3, != 0.5.2, != 0.5.1, != 0.5.0)
Expand Down

0 comments on commit 7ea509d

Please sign in to comment.