lib/gym/generators/package_command_generator.rb in gym-0.9.0 vs lib/gym/generators/package_command_generator.rb in gym-0.9.1
- old
+ new
@@ -1,4 +1,9 @@
+# encoding: utf-8
+# from http://stackoverflow.com/a/9857493/445598
+# because of
+# `incompatible encoding regexp match (UTF-8 regexp with ASCII-8BIT string) (Encoding::CompatibilityError)`
+
require 'shellwords'
# The concrete implementations
require 'gym/generators/package_command_generator_legacy'
require 'gym/generators/package_command_generator_xcode7'