mesa_test 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/mesa_test.rb +7 -5
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4400ba9260e7fb896e1ae980fb7a8795b5efeaec672fcea5ce108eed8ae8a355
4
- data.tar.gz: 60c95a170bfbdbafa537dc99bf7dc23822ea6a5dbea1093ede0d46e6d7ae19aa
3
+ metadata.gz: 56e31a9841e2aae7f051e81c87283288c30a760dbf86799f34e3c4106e05536a
4
+ data.tar.gz: caef468ad982b2d508c56067c3b10e9f645f0a02cccb86f4d770b94ce3e190a8
5
5
  SHA512:
6
- metadata.gz: 938faed6625333b5890428d47495b0039b5a17bdaf09cdc703d38a4d07a1403c9f28d8a9fb98b360f9b9d5d32d48510d367b8c64381ef723ec58eb23550e72c7
7
- data.tar.gz: b401ff50c34c01cda33f43fa5e3c5b88808f80ed6aaabd2300f2af15d7ac364dfb71f5880cf02ee9512f78e0967b34447ea98de304106eea2558bd0d8891e687
6
+ metadata.gz: '09e0a052e5628e28ed6786811e5861548c02924153fe74c133e6a1265f5bdaa1e35cd479bae5181c14423ac04b5588d28223d441c8959f56629ebfbbc6f33b9f'
7
+ data.tar.gz: bb40a700dc352a309191c90550d9ab598ad9d2a2f5d9e123590f1d89960962bcc54d1e32afa2e06916bf6cf886e8391b8a18f20efecd0fbcd68024dd755bad8b
@@ -75,10 +75,12 @@ e-mail and password will be stored in plain text.'
75
75
  "Ubuntu 16.04)? (#{s.platform_version}):", :blue
76
76
  s.platform_version = response unless response.empty?
77
77
 
78
- # Confirm save location
79
- response = shell.ask "This will be saved in #{s.config_file}. Press " \
80
- 'enter to accept or enter a new location:', :blue, path: true
81
- s.config_file = response unless response.empty?
78
+ # we are powerless to do change the location for now, so stop asking
79
+ # about it
80
+ # # Confirm save location
81
+ # response = shell.ask "This will be saved in #{s.config_file}. Press " \
82
+ # 'enter to accept or enter a new location:', :blue, path: true
83
+ # s.config_file = response unless response.empty?
82
84
  end
83
85
 
84
86
  # Confirm data. If not confirmed, restart whole wizard.
@@ -168,7 +170,7 @@ e-mail and password will be stored in plain text.'
168
170
  puts "MESA Mirror Location #{mesa_mirror}"
169
171
  puts "MESA Work Location #{mesa_work}"
170
172
  puts "Platform #{platform} #{platform_version}"
171
- puts "Config location #{config_file}"
173
+ # puts "Config location #{config_file}"
172
174
  puts '-------------------------------------------------------'
173
175
  puts ''
174
176
  response = shell.ask 'Is this correct? (y/Y = Yes, anything else = No):'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mesa_test
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - William Wolf