Sha256: 7b4fd3a708950047859e2c8f836d77843a3f123b5e567ae5860d14129b0849c1

Contents?: true

Size: 306 Bytes

Versions: 8

Compression:

Stored size: 306 Bytes

Contents

source 'https://rubygems.org'

gem 'rspec_junit_formatter', '0.2.2'
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

8 entries across 8 versions & 1 rubygems

Version Path
fastlane-plugin-apprepo-0.4.0 Gemfile
fastlane-plugin-apprepo-0.3.9 Gemfile
fastlane-plugin-apprepo-0.3.8 Gemfile
fastlane-plugin-apprepo-0.3.7 Gemfile
fastlane-plugin-apprepo-0.3.6 Gemfile
fastlane-plugin-apprepo-0.3.3 Gemfile
fastlane-plugin-apprepo-0.3.1 Gemfile
fastlane-plugin-apprepo-0.3.0 Gemfile