pilot/lib/pilot/tester_manager.rb in fastlane-2.55.0.beta.20170830010003 vs pilot/lib/pilot/tester_manager.rb in fastlane-2.55.0.beta.20170831010002
- old
+ new
@@ -202,11 +202,11 @@
tester.first_name,
tester.last_name,
tester.email,
tester.groups_list,
tester.devices.count,
- tester.full_version,
+ tester.latest_build,
tester.pretty_install_date
]
end
end
@@ -247,10 +247,10 @@
if tester.groups.to_s.length > 0
rows << ["Groups", tester.groups_list]
end
if tester.latest_install_date
- rows << ["Latest Version", tester.full_version]
+ rows << ["Latest Version", tester.latest_build]
rows << ["Latest Install Date", tester.pretty_install_date]
end
if tester.devices.to_s.length == 0
rows << ["Devices", "No devices"]