Sha256: c04af3d649eaa80c8df69cb590efae6ee26c675fb823f9321718799555b965b1

Contents?: true

Size: 344 Bytes

Versions: 324

Compression:

Stored size: 344 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

324 entries across 324 versions & 5 rubygems

Version Path
fastlane-2.122.0.beta.20190427200023 spaceship/lib/spaceship/module.rb
fastlane-2.122.0.beta.20190426200020 spaceship/lib/spaceship/module.rb
fastlane-2.122.0.beta.20190425200104 spaceship/lib/spaceship/module.rb
fastlane-2.122.0.beta.20190424200026 spaceship/lib/spaceship/module.rb