Sha256: 10d84334efd71793e4b93a6092a4e04fccf4ebd049ca3342765bb015883de503

Contents?: true

Size: 306 Bytes

Versions: 4

Compression:

Stored size: 306 Bytes

Contents

source 'https://rubygems.org'

gem 'rspec_junit_formatter', '0.2.3'
gem 'coveralls', require: false

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)

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
fastlane-plugin-apprepo-0.5.0 Gemfile
fastlane-plugin-apprepo-0.4.3 Gemfile
fastlane-plugin-apprepo-0.4.2 Gemfile
fastlane-plugin-apprepo-0.4.1 Gemfile