Sha256: 0f468e2522bf80d64a04ce7671f4ca848554c4aebd11e0c99d4ad993102a4f08
Contents?: true
Size: 578 Bytes
Versions: 392
Compression:
Stored size: 578 Bytes
Contents
#!/usr/bin/env ruby if RUBY_VERSION < '2.0.0' abort "fastlane requires Ruby 2.0.0 or higher" end $LOAD_PATH.push File.expand_path("../../lib", __FILE__) require "fastlane/cli_tools_distributor" if Fastlane::CLIToolsDistributor.running_version_command? # This will print out the fastlane binary path right above the # version number. Very often, users are not aware they have # e.g. bundled fastlane installed puts "fastlane installation at path:" puts File.expand_path(__FILE__) puts "-----------------------------" end Fastlane::CLIToolsDistributor.take_off
Version data entries
392 entries across 392 versions & 1 rubygems