Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate fastlane to be a mono gem #7436

Merged
merged 54 commits into from Dec 15, 2016
Merged

Migrate fastlane to be a mono gem #7436

merged 54 commits into from Dec 15, 2016

Conversation

KrauseFx
Copy link
Member

Implements #7412

@KrauseFx KrauseFx added this to the Monogem milestone Dec 13, 2016
@@ -26,7 +26,6 @@ module Fastlane
Helper = FastlaneCore::Helper # you gotta love Ruby: Helper.* should use the Helper class contained in FastlaneCore
UI = FastlaneCore::UI
ROOT = Pathname.new(File.expand_path('../..', __FILE__))
DESCRIPTION = "The easiest way to automate beta deployments and releases for your iOS and Android apps"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's leave this in fastlane.rb, it makes more sense to be there, as it's not version specific 👍

milch and others added 3 commits December 14, 2016 10:28
#7479)

* implement commands_generator for spaceship

* Remove watchbuild

* Fix for spaceauth executable

* Pass parrameter list to exec

Otherwise `spaceauth -u abc@a.de` thinks `-u abc@a.de` is a single param

* Add comment to explain  exec invocation
…7496)

* Update install instructions to use `fastlane` instead of other gems

* Update snapshot, sigh, match and gym instructions for mono gem

* Update supply, spaceship, screengrab, scan, produce and pilot usage instructions

* Update pem and gym instructions

* Update readmes
@KrauseFx KrauseFx changed the title [WIP] fastlane mono gem Migrate fastlane to be a mono gem Dec 15, 2016
Copy link
Collaborator

@milch milch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🦄🚀🤖

# Conflicts:
#	cert/bin/cert
#	cert/cert.gemspec
#	cert/lib/cert/version.rb
#	credentials_manager/bin/fastlane-credentials
#	credentials_manager/credentials_manager.gemspec
#	credentials_manager/lib/credentials_manager/version.rb
#	deliver/bin/deliver
#	deliver/deliver.gemspec
#	deliver/lib/deliver/version.rb
#	fastlane.gemspec
#	fastlane_core/fastlane_core.gemspec
#	fastlane_core/lib/fastlane_core/version.rb
#	frameit/bin/frameit
#	frameit/frameit.gemspec
#	frameit/lib/frameit/version.rb
#	gym/bin/gym
#	gym/bin/💪
#	gym/gym.gemspec
#	gym/lib/gym/version.rb
#	match/bin/match
#	match/lib/match/version.rb
#	match/match.gemspec
#	pem/bin/pem
#	pem/lib/pem/version.rb
#	pem/pem.gemspec
#	pilot/bin/pilot
#	pilot/lib/pilot/version.rb
#	pilot/pilot.gemspec
#	produce/bin/produce
#	produce/lib/produce/version.rb
#	produce/produce.gemspec
#	scan/bin/scan
#	scan/lib/scan/version.rb
#	scan/scan.gemspec
#	screengrab/bin/screengrab
#	screengrab/screengrab.gemspec
#	sigh/bin/sigh
#	sigh/lib/sigh/version.rb
#	sigh/sigh.gemspec
#	snapshot/bin/snapshot
#	snapshot/lib/snapshot/version.rb
#	snapshot/snapshot.gemspec
#	spaceship/bin/spaceauth
#	spaceship/bin/spaceship
#	spaceship/lib/spaceship/version.rb
#	spaceship/spaceship.gemspec
#	supply/bin/supply
#	supply/lib/supply/version.rb
#	supply/supply.gemspec
#	watchbuild/watchbuild.gemspec
@KrauseFx KrauseFx merged commit 6649d0d into master Dec 15, 2016
@KrauseFx KrauseFx deleted the monogem branch December 15, 2016 21:40
@fastlane fastlane locked and limited conversation to collaborators Mar 23, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants