Gemfile in fastlane-plugin-apprepo-0.5.0 vs Gemfile in fastlane-plugin-apprepo-0.5.1

- old
+ new

@@ -1,10 +1,10 @@ source 'https://rubygems.org' gem 'rspec_junit_formatter', '0.2.3' gem 'coveralls', require: false -gemspec +# gemspec # added to support plugin-manager branch of Fastlane plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile') eval(File.read(plugins_path), binding) if File.exist?(plugins_path)