td 0.9.3 → 0.9.4

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.
data/ChangeLog CHANGED
@@ -1,4 +1,9 @@
1
1
 
2
+ == 2011-09-13 version 0.9.4
3
+
4
+ * Updated dependency: td-logger-0.2.4
5
+
6
+
2
7
  == 2011-09-13 version 0.9.3
3
8
 
4
9
  * Fixed import subcommand
@@ -55,15 +55,6 @@ module Command
55
55
  db
56
56
  end
57
57
 
58
- def parse_table_ident(table_ident)
59
- db_name, table_name = table_ident.split('.', 2)
60
- unless table_name
61
- $stderr.puts "Invalid table identifier '#{table_ident}'; expected 'DB.TABLE'"
62
- exit 1
63
- end
64
- return db_name, table_name
65
- end
66
-
67
58
  def get_table(client, db_name, table_name)
68
59
  db = get_database(client, db_name)
69
60
  begin
data/lib/td/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module TreasureData
2
2
 
3
- VERSION = '0.9.3'
3
+ VERSION = '0.9.4'
4
4
 
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: td
3
3
  version: !ruby/object:Gem::Version
4
- hash: 61
4
+ hash: 51
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
- - 3
10
- version: 0.9.3
9
+ - 4
10
+ version: 0.9.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Sadayuki Furuhashi
@@ -90,12 +90,12 @@ dependencies:
90
90
  requirements:
91
91
  - - ~>
92
92
  - !ruby/object:Gem::Version
93
- hash: 17
93
+ hash: 31
94
94
  segments:
95
95
  - 0
96
96
  - 2
97
- - 3
98
- version: 0.2.3
97
+ - 4
98
+ version: 0.2.4
99
99
  type: :runtime
100
100
  version_requirements: *id005
101
101
  description: