td 0.16.0 → 0.16.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 236d538e66d7f11f77ff46593d7b3b78355585120a9f5f542aa0bb536e645da6
4
- data.tar.gz: 63943d8db85010b46c2618e87c18f447da27b9d94c079372483d412c55fd220f
3
+ metadata.gz: faf59038a7741d3ab97da16cc2cb5d017a15e6a98564eac31c9cf6505710aba6
4
+ data.tar.gz: 87783cf3e0c522354472a60e154d0c9a3695f41d0ecf3e5b0540e35f8ae756b2
5
5
  SHA512:
6
- metadata.gz: ca2fdf5e60e84bd33b86a4ab6004de7c499a94a6abace2ef0a8d348fa2879223bc72533f1a2f91571bebcf8dd064f497d9f2844e3837c35586a7f265ae167ac9
7
- data.tar.gz: d748e199e3efd292fe97d887161149f41caa23f2ffeb49c2e025962c30d20d5b40538e7eadb75a05f9fca9eee0bd24958d4a331905c7d0dfa27c51bec17342f0
6
+ metadata.gz: 7ca06116ebddd6217595865455533d93da3d98438ef4a4fb2dda6a52cae85575405676634095dff8e221ac30f72a008ccb5b607350789bfa2a1d5ce84f0d4b99
7
+ data.tar.gz: 5f90407907760f8e108d5eda9a2f06461510e474a9d33a59a61351724c9188d57bc268e56bd56a08f29596a0be36be0cd0098503375fa292a486823717f96b35
data/ChangeLog CHANGED
@@ -1,3 +1,18 @@
1
+ == 2018-04-17 version 0.16.1
2
+
3
+ * Use x64 binary #206
4
+ td-toolbelt on Windows is migrated to x64 version.
5
+ Now this doesn't work on 32bit version of Windows.
6
+
7
+ == 2018-04-14 version 0.16.0
8
+
9
+ * Add retry_limit and priority to export:result #203
10
+ * Remove auto td update #204
11
+ Now `td update` needs manually executed to update td CLI.
12
+ * bump toolbelt version #205
13
+ v0.16 doesn't support upgrade from v0.15 or prior by `td update`.
14
+ To use v0.16, please download td-toolbelt package and install with it.
15
+
1
16
  == 2018-04-04 version 0.15.9
2
17
 
3
18
  * Use td-client-ruby 1.0.6
@@ -1,3 +1,3 @@
1
1
  module TreasureData
2
- TOOLBELT_VERSION = '0.16.0'
2
+ TOOLBELT_VERSION = '0.16.1'
3
3
  end
@@ -8,7 +8,7 @@ require 'logger'
8
8
 
9
9
  module TreasureData::Updater
10
10
 
11
- %w(x86_64-darwin14 i386-mingw32).each do |platform|
11
+ %w(x86_64-darwin14 x64-mingw32).each do |platform|
12
12
  describe "RUBY_PLATFORM is '#{platform}'" do
13
13
  before do
14
14
  stub_const('RUBY_PLATFORM', platform)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: td
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.0
4
+ version: 0.16.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Treasure Data, Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-04-13 00:00:00.000000000 Z
11
+ date: 2018-04-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: msgpack