bin/calabash-ios in calabash-cucumber-0.9.93 vs bin/calabash-ios in calabash-cucumber-0.9.94

- old
+ new

@@ -45,9 +45,13 @@ validate_setup(ARGV) exit 0 elsif cmd == 'submit' calabash_submit(ARGV) exit 0 +elsif cmd == 'version' + require 'calabash-cucumber' + puts Calabash::Cucumber::VERSION + exit 0 elsif cmd == 'sim' if ARGV.length == 0 print_usage exit 0 end