rubyment 0.1.25418433 → 0.2.25418435

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/rubyment.rb +4 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 030c9c7237fb007e9f744d737dedf00ac2e5abcb
4
- data.tar.gz: 4906be12ab5b5613215ca77c869a1acf1aef0860
3
+ metadata.gz: 4fe84d44d47b82b4bcf6b53d9b68925465e82e94
4
+ data.tar.gz: 84cf0304d95e5c44ec2b11d6a2ec2af076c03c48
5
5
  SHA512:
6
- metadata.gz: 634dcb867e05e001370b2c9cbaec0181d3a5d10e52534d9c4f68a0bb91cf16e6e0d6274631cbc9b8587847d7d64b83975c8435b17d620a389fa3461d57dea5cb
7
- data.tar.gz: 86bfd87c415c3164e672c8928563403b56f9b3bb7f2193a26a9b4e53c876d495823ec730ab8cbc9cc8801d8f5cf4bed6f191ccacd1c462a70168a70b1270b702
6
+ metadata.gz: e8f401d97f26cd65391180a6704a0ca3ccc3bc3ba1e7d343f7ffb07ce57c0c9aaca9b6f3d335a77c8820ac64f8d366d8c10c4043c977339a1e4142b33637db04
7
+ data.tar.gz: 9f86ecea526dba67141a9cbfc6a77b3cb2bf2a834d2536889264e6abdb7bdc2a4da3de28d8da86d63bdcdf5a0fd57883b294a983ea626b3a3d16d923faef3400
data/lib/rubyment.rb CHANGED
@@ -60,7 +60,7 @@ class Rubyment
60
60
  :stdout => STDOUT,
61
61
  :stdin => STDIN,
62
62
  :time => Time.now,
63
- :major_version => "0.1",
63
+ :major_version => "0.2",
64
64
  :basic_version => (Time.now.to_i / 60), # new one every minute
65
65
  :filepath => __FILE__,
66
66
  :running_dir => Dir.pwd,
@@ -1228,9 +1228,12 @@ end
1228
1228
  # returns
1229
1229
  # key_contents (String)
1230
1230
  def gem_get_api_key args=ARGV
1231
+ stderr = @memory[:stderr]
1231
1232
  require 'fileutils'
1232
1233
  username, password, file_destination = args
1234
+ stderr.print "username - "
1233
1235
  username = input_single_line [username]
1236
+ stderr.print "password - "
1234
1237
  password = input_single_line_non_echo [password]
1235
1238
  file_destination = file_destination.to_s.split("\0").first || "/dev/null"
1236
1239
  FileUtils.mkdir_p File.dirname file_destination
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubyment
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.25418433
4
+ version: 0.2.25418435
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribamar Santarosa