-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
19 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
...ane-plugin-ddg_release_automation.gemspec → fastlane-plugin-ddg_apple_automation.gemspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
lib = File.expand_path("lib", __dir__) | ||
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) | ||
require 'fastlane/plugin/ddg_release_automation/version' | ||
require 'fastlane/plugin/ddg_apple_automation/version' | ||
|
||
Gem::Specification.new do |spec| | ||
spec.name = 'fastlane-plugin-ddg_release_automation' | ||
spec.name = 'fastlane-plugin-ddg_apple_automation' | ||
spec.version = Fastlane::DdgReleaseAutomation::VERSION | ||
spec.author = 'DuckDuckGo' | ||
spec.email = '[email protected]' | ||
|
||
spec.summary = 'This plugin contains actions used in DuckDuckGo iOS and macOS release automation' | ||
spec.homepage = "https://github.com/duckduckgo/apple-toolbox" | ||
spec.summary = 'This plugin contains actions used for workflow automation in DuckDuckGo Apple repositories' | ||
spec.homepage = "https://github.com/duckduckgo/fastlane-plugin-ddg_apple_automation" | ||
spec.license = "MIT" | ||
|
||
spec.files = Dir["lib/**/*"] + %w(README.md LICENSE) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
lane :test do | ||
ddg_release_automation | ||
ddg_apple_automation | ||
end |
2 changes: 1 addition & 1 deletion
2
...fastlane/plugin/ddg_release_automation.rb → lib/fastlane/plugin/ddg_apple_automation.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...n/actions/asana_extract_task_id_action.rb → ...n/actions/asana_extract_task_id_action.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters