td 0.10.35 → 0.10.36

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,3 +1,7 @@
1
+ == 2012-07-27 version 0.10.36
2
+
3
+ * More friendly message for 'td account'
4
+
1
5
 
2
6
  == 2012-07-23 version 0.10.35
3
7
 
@@ -29,9 +29,10 @@ module Command
29
29
  end
30
30
  end
31
31
 
32
+ puts "Enter your Treasure Data credentials."
32
33
  unless user_name
33
34
  begin
34
- print "User name: "
35
+ print "Email: "
35
36
  line = STDIN.gets || ""
36
37
  user_name = line.strip
37
38
  rescue Interrupt
data/lib/td/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module TreasureData
2
2
 
3
- VERSION = '0.10.35'
3
+ VERSION = '0.10.36'
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.35
4
+ version: 0.10.36
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: 2012-07-24 00:00:00.000000000 Z
12
+ date: 2012-07-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: msgpack
@@ -162,7 +162,8 @@ files:
162
162
  - lib/td/version.rb
163
163
  - ChangeLog
164
164
  - README.rdoc
165
- - bin/td
165
+ - !binary |-
166
+ YmluL3Rk
166
167
  homepage: http://treasure-data.com/
167
168
  licenses: []
168
169
  post_install_message:
@@ -183,7 +184,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
183
184
  version: '0'
184
185
  requirements: []
185
186
  rubyforge_project:
186
- rubygems_version: 1.8.23
187
+ rubygems_version: 1.8.21
187
188
  signing_key:
188
189
  specification_version: 3
189
190
  summary: CLI to manage data on Treasure Data, the Hadoop-based cloud data warehousing