Skip to content

Commit

Permalink
[INCOMPATIBLE] version 5.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Minero Aoki committed Feb 10, 2017
1 parent f29bddd commit 8dc1dea
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 80 deletions.
47 changes: 8 additions & 39 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,72 +1,41 @@
PATH
remote: .
specs:
bricolage (5.22.3)
bricolage (5.23.0)
aws-sdk (~> 2)
mysql2
pg (~> 0.18.0)
redis (>= 3.0.0)
td

GEM
remote: https://rubygems.org/
specs:
aws-sdk (2.6.36)
aws-sdk-resources (= 2.6.36)
aws-sdk-core (2.6.36)
aws-sdk (2.7.5)
aws-sdk-resources (= 2.7.5)
aws-sdk-core (2.7.5)
aws-sigv4 (~> 1.0)
jmespath (~> 1.0)
aws-sdk-resources (2.6.36)
aws-sdk-core (= 2.6.36)
aws-sdk-resources (2.7.5)
aws-sdk-core (= 2.7.5)
aws-sigv4 (1.0.0)
coderay (1.1.1)
fluent-logger (0.6.1)
msgpack (>= 0.5.6, < 2)
hirb (0.7.3)
httpclient (2.8.3)
jmespath (1.3.1)
json (2.0.2)
metaclass (0.0.4)
method_source (0.8.2)
mocha (1.2.1)
metaclass (~> 0.0.1)
msgpack (1.0.2)
mysql2 (0.4.5)
parallel (1.8.0)
pg (0.18.4)
power_assert (0.4.1)
power_assert (1.0.1)
pry (0.10.4)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
rake (12.0.0)
redis (3.3.2)
ruby-progressbar (1.8.1)
rubyzip (1.1.7)
redis (3.3.3)
slop (3.6.0)
td (0.15.2)
hirb (>= 0.4.5)
msgpack
parallel (~> 1.8.0)
ruby-progressbar (~> 1.7)
rubyzip (~> 1.1.7)
td-client (~> 0.8.85)
td-logger (>= 0.3.21, < 2)
yajl-ruby (~> 1.1)
zip-zip (~> 0.3)
td-client (0.8.85)
httpclient (>= 2.7)
json (>= 1.7.6)
msgpack (>= 0.5.6, < 2)
td-logger (0.3.26)
fluent-logger (>= 0.5.0, < 2.0)
msgpack (>= 0.5.6, < 2.0)
td-client (~> 0.8.66)
test-unit (3.2.3)
power_assert
yajl-ruby (1.3.0)
zip-zip (0.3)
rubyzip (>= 1.0.0)

PLATFORMS
ruby
Expand Down
4 changes: 4 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Bricolage Release Note

## version 5.23.0

- [CHANGE] Drops TD data source support from core. Use separated bricolage-td gem.

## version 5.22.3

- [new] load, insert: Reduces the number of transactions.
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.22.3'
VERSION = '5.23.0'
end
49 changes: 9 additions & 40 deletions test/home/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,65 +1,34 @@
PATH
remote: ../..
specs:
bricolage (5.22.3)
bricolage (5.23.0)
aws-sdk (~> 2)
mysql2
pg (~> 0.18.0)
redis (>= 3.0.0)
td

GEM
remote: https://rubygems.org/
specs:
aws-sdk (2.6.36)
aws-sdk-resources (= 2.6.36)
aws-sdk-core (2.6.36)
aws-sdk (2.7.5)
aws-sdk-resources (= 2.7.5)
aws-sdk-core (2.7.5)
aws-sigv4 (~> 1.0)
jmespath (~> 1.0)
aws-sdk-resources (2.6.36)
aws-sdk-core (= 2.6.36)
aws-sdk-resources (2.7.5)
aws-sdk-core (= 2.7.5)
aws-sigv4 (1.0.0)
coderay (1.1.0)
fluent-logger (0.6.1)
msgpack (>= 0.5.6, < 2)
hirb (0.7.3)
httpclient (2.8.3)
coderay (1.1.1)
jmespath (1.3.1)
json (2.0.2)
method_source (0.8.2)
msgpack (1.0.2)
mysql2 (0.4.5)
parallel (1.8.0)
pg (0.18.4)
pry (0.10.3)
pry (0.10.4)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
redis (3.3.2)
ruby-progressbar (1.8.1)
rubyzip (1.1.7)
redis (3.3.3)
slop (3.6.0)
td (0.15.2)
hirb (>= 0.4.5)
msgpack
parallel (~> 1.8.0)
ruby-progressbar (~> 1.7)
rubyzip (~> 1.1.7)
td-client (~> 0.8.85)
td-logger (>= 0.3.21, < 2)
yajl-ruby (~> 1.1)
zip-zip (~> 0.3)
td-client (0.8.85)
httpclient (>= 2.7)
json (>= 1.7.6)
msgpack (>= 0.5.6, < 2)
td-logger (0.3.26)
fluent-logger (>= 0.5.0, < 2.0)
msgpack (>= 0.5.6, < 2.0)
td-client (~> 0.8.66)
yajl-ruby (1.3.0)
zip-zip (0.3)
rubyzip (>= 1.0.0)

PLATFORMS
ruby
Expand Down

0 comments on commit 8dc1dea

Please sign in to comment.