td 0.16.0 → 0.16.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/ChangeLog +15 -0
- data/lib/td/version.rb +1 -1
- data/spec/td/updater_spec.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: faf59038a7741d3ab97da16cc2cb5d017a15e6a98564eac31c9cf6505710aba6
|
|
4
|
+
data.tar.gz: 87783cf3e0c522354472a60e154d0c9a3695f41d0ecf3e5b0540e35f8ae756b2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
data/lib/td/version.rb
CHANGED
data/spec/td/updater_spec.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2018-04-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: msgpack
|