Sha256: 3a9d8c12b6b1baac34fa086031ea9faa04bd5951f62c2c4ccea9458e82abc6ab

Contents?: true

Size: 352 Bytes

Versions: 3

Compression:

Stored size: 352 Bytes

Contents

module Spaceship
  # Requiring pathname is required here if not using bundler and requiring spaceship directly
  # https://github.com/fastlane/fastlane/issues/14661
  require 'pathname'

  ROOT = Pathname.new(File.expand_path('../../..', __FILE__))
  DESCRIPTION = "Ruby library to access the Apple Dev Center and App Store Connect".freeze
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fastlane_hotfix-2.165.1 spaceship/lib/spaceship/module.rb
fastlane_hotfix-2.165.0 spaceship/lib/spaceship/module.rb
fastlane_hotfix-2.187.0 spaceship/lib/spaceship/module.rb