From 8dc1dea64c71febefa6513fe51a136f924071f14 Mon Sep 17 00:00:00 2001 From: Minero Aoki Date: Fri, 10 Feb 2017 23:44:25 +0900 Subject: [PATCH] [INCOMPATIBLE] version 5.23.0 --- Gemfile.lock | 47 +++++++------------------------------- RELEASE.md | 4 ++++ lib/bricolage/version.rb | 2 +- test/home/Gemfile.lock | 49 ++++++++-------------------------------- 4 files changed, 22 insertions(+), 80 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f6d5e1a..5424b6b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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 diff --git a/RELEASE.md b/RELEASE.md index 494e9fd..43a1796 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -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. diff --git a/lib/bricolage/version.rb b/lib/bricolage/version.rb index e90574f..14437d6 100644 --- a/lib/bricolage/version.rb +++ b/lib/bricolage/version.rb @@ -1,4 +1,4 @@ module Bricolage APPLICATION_NAME = 'Bricolage' - VERSION = '5.22.3' + VERSION = '5.23.0' end diff --git a/test/home/Gemfile.lock b/test/home/Gemfile.lock index fa5c6d7..7bd07bd 100644 --- a/test/home/Gemfile.lock +++ b/test/home/Gemfile.lock @@ -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