td 0.10.94 → 0.10.95

Sign up to get free protection for your applications and to get access to all the features.
data/ChangeLog CHANGED
@@ -1,3 +1,9 @@
1
+ == 2013-11-20 version 0.10.95
2
+
3
+ * Fix import:prepare command. It cannot parse time-format options that includes ',' charactor.
4
+ * Fix import:upload command. It cannot re-upload data by the problem of retry mechanism.
5
+
6
+
1
7
  == 2013-11-14 version 0.10.94
2
8
 
3
9
  * Update td-client-ruby to 0.8.56
@@ -19,7 +19,7 @@ if [ -n "$chrev" ];then
19
19
  fi
20
20
 
21
21
  revname="$(git show --pretty=format:'%H %ad' | head -n 1)"
22
- vername="0.4.1-SNAPSHOT"
22
+ vername="0.4.2-SNAPSHOT"
23
23
 
24
24
  mvn package -Dmaven.test.skip=true || exit 1
25
25
  echo "copy td-import-${vername}.jar"
@@ -1 +1 @@
1
- 0.4.1-SNAPSHOT
1
+ 0.4.2-SNAPSHOT
@@ -1 +1 @@
1
- 466a09aef2fb634defffbe117cec80777772d7a2 Thu Nov 14 15:35:00 2013 +0900
1
+ 8e47cdba95d6c1fb237a53dfb304620ed00b168f Wed Nov 20 14:31:40 2013 +0900
Binary file
@@ -1,5 +1,5 @@
1
1
  module TreasureData
2
2
 
3
- VERSION = '0.10.94'
3
+ VERSION = '0.10.95'
4
4
 
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: td
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.94
4
+ version: 0.10.95
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-11-14 00:00:00.000000000 Z
12
+ date: 2013-11-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: msgpack
@@ -291,7 +291,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
291
291
  version: '0'
292
292
  segments:
293
293
  - 0
294
- hash: 706747323772366231
294
+ hash: -3232454928558496332
295
295
  required_rubygems_version: !ruby/object:Gem::Requirement
296
296
  none: false
297
297
  requirements:
@@ -300,7 +300,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
300
300
  version: '0'
301
301
  segments:
302
302
  - 0
303
- hash: 706747323772366231
303
+ hash: -3232454928558496332
304
304
  requirements: []
305
305
  rubyforge_project:
306
306
  rubygems_version: 1.8.23