Sha256: 8c4bb27e541e412215e4a1e2cf1e46c94b4dc5fb69ae5bf3b20c4c44d160c05c

Contents?: true

Size: 323 Bytes

Versions: 2

Compression:

Stored size: 323 Bytes

Contents

source 'https://rubygems.org'

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

# 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

2 entries across 2 versions & 1 rubygems

Version Path
fastlane-plugin-apprepo-0.5.5 Gemfile
fastlane-plugin-apprepo-0.5.4 Gemfile