lib/travis/cli/report.rb in travis-1.6.2.travis.366.4 vs lib/travis/cli/report.rb in travis-1.6.2.travis.367.4
- old
+ new
@@ -42,10 +42,10 @@
say "#{key}:".ljust(known_repos? ? 50 : 25) << " " << color(value.to_s, :bold) << additional.to_s
end
def general
yield "Ruby", Tools::System.ruby
- yield "Operating System", Tools::System.full_os
+ yield "Operating System", Tools::System.os
yield "RubyGems", Tools::System.rubygems
end
def cli_info
yield "Version", Travis::VERSION
\ No newline at end of file