td 0.10.42 → 0.10.43

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
+ == 2012-09-04 version 0.10.43
3
+
4
+ * Updated user:password:change subcomamnd
5
+
6
+
2
7
  == 2012-09-04 version 0.10.42
3
8
 
4
9
  * Added user:password:change subcomamnd
@@ -186,7 +186,7 @@ module Command
186
186
  3.times do
187
187
  begin
188
188
  system "stty -echo" # TODO termios
189
- print "Password (typing will be hidden): "
189
+ print "New password (typing will be hidden): "
190
190
  password = STDIN.gets || ""
191
191
  password = password[0..-2] # strip \n
192
192
  rescue Interrupt
@@ -204,7 +204,7 @@ module Command
204
204
 
205
205
  begin
206
206
  system "stty -echo" # TODO termios
207
- print "Retype password: "
207
+ print "Retype new password: "
208
208
  password2 = STDIN.gets || ""
209
209
  password2 = password2[0..-2] # strip \n
210
210
  rescue Interrupt
@@ -1,5 +1,5 @@
1
1
  module TreasureData
2
2
 
3
- VERSION = '0.10.42'
3
+ VERSION = '0.10.43'
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.42
4
+ version: 0.10.43
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: