yk_command 0.5.7 → 0.5.91
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.idea/sonarlint/issuestore/0/d/0d7a5f844cb7a763c4b02c8788a45a497537e9d4 +0 -0
- data/.idea/sonarlint/issuestore/1/9/19beed89439e4bbf29ca633ebffb0979a334a05d +0 -0
- data/.idea/sonarlint/issuestore/2/2/2264693887a1513e6c4ed16a6231e00d3045ec4e +0 -0
- data/.idea/sonarlint/issuestore/2/4/2461a61a84d866812e64ff95d40bd7836fb136ea +0 -0
- data/.idea/sonarlint/issuestore/2/e/2e113f2d3dc9bee6a98073d85966fbd9773c044f +0 -0
- data/.idea/sonarlint/issuestore/3/4/3423fb39097dbf652818678b749434eb36867bdf +0 -0
- data/.idea/sonarlint/issuestore/4/4/44b7fa1ba50397e71d88bd69389f1ec917165cfb +0 -0
- data/.idea/sonarlint/issuestore/4/6/460ee6442cf29ef54774da00475d1b5a4bd35a75 +0 -0
- data/.idea/sonarlint/issuestore/5/1/512554f10221132e2995f116a1bc380edc569ec4 +0 -0
- data/.idea/sonarlint/issuestore/6/e/6e1b71034e8e2f84d8f8236b269fef92a4a51797 +0 -0
- data/.idea/sonarlint/issuestore/7/1/71fc201a1096db97453882ad1da5120a71f77bb5 +0 -0
- data/.idea/sonarlint/issuestore/7/e/7ed8a0c3d2507e911337de44fdef07f89e35091a +0 -0
- data/.idea/sonarlint/issuestore/9/5/95a45210972238034e9fed522811176fe20117d3 +0 -0
- data/.idea/sonarlint/issuestore/9/7/97c2c9c7adeb7fa2e6ffbf07cba2418868ac9739 +0 -0
- data/.idea/sonarlint/issuestore/9/a/9ac8606ab5816ca6769cd53216a107d7d06ca971 +0 -0
- data/.idea/sonarlint/issuestore/a/6/a67e5ecfa13044750ab8599881f66237821a8b38 +0 -0
- data/.idea/sonarlint/issuestore/a/7/a7f1546c0b6a93fd23b7fc1506b2eb0d13e011c2 +0 -0
- data/.idea/sonarlint/issuestore/a/d/ad7bffefc6248a8f673a10e668a82bdbbe38a3e3 +0 -0
- data/.idea/sonarlint/issuestore/b/a/ba47c112fc95dd748a99abb0290610022df254a7 +0 -0
- data/.idea/sonarlint/issuestore/b/e/be2bfbadd6efe69882507c3a03b1b96c46f3dcbe +0 -0
- data/.idea/sonarlint/issuestore/c/f/cf949c4c054253d95250aa9644f2b805b2aa0d2a +0 -0
- data/.idea/sonarlint/issuestore/d/5/d594a688a538c9bebe38deb974bd46055c65a93c +0 -0
- data/.idea/sonarlint/issuestore/d/e/de3150c01c3a946a6168173c4116741379fe3579 +0 -0
- data/.idea/sonarlint/issuestore/e/5/e5580d669a0c327c5b0897ba7dd8465a3d4db45a +0 -0
- data/.idea/sonarlint/issuestore/e/e/ee825dc90668e04039ee525c5858c5736562c9f5 +0 -0
- data/.idea/sonarlint/issuestore/f/6/f6e109e4c314cef09022792f4b88dd267a682d28 +3 -0
- data/.idea/sonarlint/issuestore/index.pb +53 -0
- data/.idea/yk_command.iml +5 -5
- data/Gemfile.lock +2 -2
- data/lib/yk_command/analyze/request.rb +11 -6
- data/lib/yk_command/commands.rb +32 -1
- data/lib/yk_command/component_manage/component_manage_platform.rb +73 -4
- data/lib/yk_command/gitlab/yk_gitlab.rb +23 -2
- data/lib/yk_command/module/module_handler.rb +1 -4
- data/lib/yk_command/module/yk_module.rb +57 -63
- data/lib/yk_command/project/YKProjectTemplate/NAME.podspec +142 -18
- data/lib/yk_command/project/setup/ConfigureSwift.rb +2 -0
- data/lib/yk_command/project/setup/TemplateConfigurator.rb +8 -4
- data/lib/yk_command/project/simple_project_template/.gitignore +37 -0
- data/lib/yk_command/project/simple_project_template/CODE_OF_CONDUCT.md +40 -0
- data/lib/yk_command/project/simple_project_template/LICENSE +21 -0
- data/lib/yk_command/project/simple_project_template/NAME-osx.podspec +43 -0
- data/lib/yk_command/project/simple_project_template/NAME.podspec +140 -0
- data/lib/yk_command/project/simple_project_template/POD_LICENSE +19 -0
- data/lib/yk_command/project/simple_project_template/POD_README.md +29 -0
- data/lib/yk_command/project/simple_project_template/Pod/Assets/.gitkeep +0 -0
- data/lib/yk_command/project/simple_project_template/Pod/Classes/.gitkeep +0 -0
- data/lib/yk_command/project/simple_project_template/README.md +22 -0
- data/lib/yk_command/project/simple_project_template/configure +13 -0
- data/lib/yk_command/project/simple_project_template/templates/ios/Example/PROJECT/Base.lproj/LaunchScreen.storyboard +31 -0
- data/lib/yk_command/project/simple_project_template/templates/ios/Example/PROJECT/Base.lproj/Main.storyboard +79 -0
- data/lib/yk_command/project/simple_project_template/templates/ios/Example/PROJECT/CPDAppDelegate.h +15 -0
- data/lib/yk_command/project/simple_project_template/templates/ios/Example/PROJECT/CPDAppDelegate.m +46 -0
- data/lib/yk_command/project/simple_project_template/templates/ios/Example/PROJECT/CPDViewController.h +13 -0
- data/lib/yk_command/project/simple_project_template/templates/ios/Example/PROJECT/CPDViewController.m +37 -0
- data/lib/yk_command/project/simple_project_template/templates/ios/Example/PROJECT/Images.xcassets/AppIcon.appiconset/Contents.json +98 -0
- data/lib/yk_command/project/simple_project_template/templates/ios/Example/PROJECT/PROJECT-Info.plist +49 -0
- data/lib/yk_command/project/simple_project_template/templates/ios/Example/PROJECT/PROJECT-Prefix.pch +16 -0
- data/lib/yk_command/project/simple_project_template/templates/ios/Example/PROJECT/en.lproj/InfoPlist.strings +2 -0
- data/lib/yk_command/project/simple_project_template/templates/ios/Example/PROJECT/main.m +17 -0
- data/lib/yk_command/project/simple_project_template/templates/ios/Example/PROJECT.xcodeproj/project.pbxproj +500 -0
- data/lib/yk_command/project/simple_project_template/templates/ios/Example/PROJECT.xcodeproj/project.xcworkspace/contents.xcworkspacedata +7 -0
- data/lib/yk_command/project/simple_project_template/templates/ios/Example/PROJECT.xcodeproj/xcshareddata/xcschemes/PROJECT.xcscheme +101 -0
- data/lib/yk_command/project/simple_project_template/templates/ios/Example/Podfile +19 -0
- data/lib/yk_command/project/simple_project_template/templates/ios/Example/Tests/Tests-Info.plist +22 -0
- data/lib/yk_command/project/simple_project_template/templates/ios/Example/Tests/Tests-Prefix.pch +7 -0
- data/lib/yk_command/project/simple_project_template/templates/ios/Example/Tests/Tests.m +9 -0
- data/lib/yk_command/project/simple_project_template/templates/ios/Example/Tests/en.lproj/InfoPlist.strings +2 -0
- data/lib/yk_command/project/simple_project_template/templates/macos-swift/Example/PROJECT/AppDelegate.swift +26 -0
- data/lib/yk_command/project/simple_project_template/templates/macos-swift/Example/PROJECT/Assets.xcassets/AppIcon.appiconset/Contents.json +58 -0
- data/lib/yk_command/project/simple_project_template/templates/macos-swift/Example/PROJECT/Base.lproj/Main.storyboard +717 -0
- data/lib/yk_command/project/simple_project_template/templates/macos-swift/Example/PROJECT/Info.plist +30 -0
- data/lib/yk_command/project/simple_project_template/templates/macos-swift/Example/PROJECT/PROJECT.entitlements +10 -0
- data/lib/yk_command/project/simple_project_template/templates/macos-swift/Example/PROJECT/ViewController.swift +27 -0
- data/lib/yk_command/project/simple_project_template/templates/macos-swift/Example/PROJECT.xcodeproj/project.pbxproj +444 -0
- data/lib/yk_command/project/simple_project_template/templates/macos-swift/Example/PROJECT.xcodeproj/project.xcworkspace/contents.xcworkspacedata +7 -0
- data/lib/yk_command/project/simple_project_template/templates/macos-swift/Example/PROJECT.xcodeproj/xcshareddata/xcschemes/PROJECT.xcscheme +103 -0
- data/lib/yk_command/project/simple_project_template/templates/macos-swift/Example/Podfile +11 -0
- data/lib/yk_command/project/simple_project_template/templates/macos-swift/Example/Tests/Info.plist +22 -0
- data/lib/yk_command/project/simple_project_template/templates/macos-swift/Example/Tests/Tests.swift +1 -0
- data/lib/yk_command/project/simple_project_template/templates/swift/Example/PROJECT/AppDelegate.swift +46 -0
- data/lib/yk_command/project/simple_project_template/templates/swift/Example/PROJECT/Base.lproj/LaunchScreen.xib +46 -0
- data/lib/yk_command/project/simple_project_template/templates/swift/Example/PROJECT/Base.lproj/Main.storyboard +86 -0
- data/lib/yk_command/project/simple_project_template/templates/swift/Example/PROJECT/Images.xcassets/AppIcon.appiconset/Contents.json +53 -0
- data/lib/yk_command/project/simple_project_template/templates/swift/Example/PROJECT/Info.plist +39 -0
- data/lib/yk_command/project/simple_project_template/templates/swift/Example/PROJECT/ViewController.swift +30 -0
- data/lib/yk_command/project/simple_project_template/templates/swift/Example/PROJECT.xcodeproj/project.pbxproj +468 -0
- data/lib/yk_command/project/simple_project_template/templates/swift/Example/PROJECT.xcodeproj/project.xcworkspace/contents.xcworkspacedata +7 -0
- data/lib/yk_command/project/simple_project_template/templates/swift/Example/PROJECT.xcodeproj/xcshareddata/xcschemes/PROJECT.xcscheme +117 -0
- data/lib/yk_command/project/simple_project_template/templates/swift/Example/Podfile +20 -0
- data/lib/yk_command/project/simple_project_template/templates/swift/Example/Tests/Info.plist +24 -0
- data/lib/yk_command/project/simple_project_template/templates/swift/Example/Tests/Tests.swift +1 -0
- data/lib/yk_command/project/yk_project.rb +14 -9
- data/lib/yk_command/version.rb +1 -1
- metadata +82 -2
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: yk_command
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.91
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Major Tom
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-08-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -233,6 +233,32 @@ files:
|
|
233
233
|
- ".idea/.gitignore"
|
234
234
|
- ".idea/misc.xml"
|
235
235
|
- ".idea/modules.xml"
|
236
|
+
- ".idea/sonarlint/issuestore/0/d/0d7a5f844cb7a763c4b02c8788a45a497537e9d4"
|
237
|
+
- ".idea/sonarlint/issuestore/1/9/19beed89439e4bbf29ca633ebffb0979a334a05d"
|
238
|
+
- ".idea/sonarlint/issuestore/2/2/2264693887a1513e6c4ed16a6231e00d3045ec4e"
|
239
|
+
- ".idea/sonarlint/issuestore/2/4/2461a61a84d866812e64ff95d40bd7836fb136ea"
|
240
|
+
- ".idea/sonarlint/issuestore/2/e/2e113f2d3dc9bee6a98073d85966fbd9773c044f"
|
241
|
+
- ".idea/sonarlint/issuestore/3/4/3423fb39097dbf652818678b749434eb36867bdf"
|
242
|
+
- ".idea/sonarlint/issuestore/4/4/44b7fa1ba50397e71d88bd69389f1ec917165cfb"
|
243
|
+
- ".idea/sonarlint/issuestore/4/6/460ee6442cf29ef54774da00475d1b5a4bd35a75"
|
244
|
+
- ".idea/sonarlint/issuestore/5/1/512554f10221132e2995f116a1bc380edc569ec4"
|
245
|
+
- ".idea/sonarlint/issuestore/6/e/6e1b71034e8e2f84d8f8236b269fef92a4a51797"
|
246
|
+
- ".idea/sonarlint/issuestore/7/1/71fc201a1096db97453882ad1da5120a71f77bb5"
|
247
|
+
- ".idea/sonarlint/issuestore/7/e/7ed8a0c3d2507e911337de44fdef07f89e35091a"
|
248
|
+
- ".idea/sonarlint/issuestore/9/5/95a45210972238034e9fed522811176fe20117d3"
|
249
|
+
- ".idea/sonarlint/issuestore/9/7/97c2c9c7adeb7fa2e6ffbf07cba2418868ac9739"
|
250
|
+
- ".idea/sonarlint/issuestore/9/a/9ac8606ab5816ca6769cd53216a107d7d06ca971"
|
251
|
+
- ".idea/sonarlint/issuestore/a/6/a67e5ecfa13044750ab8599881f66237821a8b38"
|
252
|
+
- ".idea/sonarlint/issuestore/a/7/a7f1546c0b6a93fd23b7fc1506b2eb0d13e011c2"
|
253
|
+
- ".idea/sonarlint/issuestore/a/d/ad7bffefc6248a8f673a10e668a82bdbbe38a3e3"
|
254
|
+
- ".idea/sonarlint/issuestore/b/a/ba47c112fc95dd748a99abb0290610022df254a7"
|
255
|
+
- ".idea/sonarlint/issuestore/b/e/be2bfbadd6efe69882507c3a03b1b96c46f3dcbe"
|
256
|
+
- ".idea/sonarlint/issuestore/c/f/cf949c4c054253d95250aa9644f2b805b2aa0d2a"
|
257
|
+
- ".idea/sonarlint/issuestore/d/5/d594a688a538c9bebe38deb974bd46055c65a93c"
|
258
|
+
- ".idea/sonarlint/issuestore/d/e/de3150c01c3a946a6168173c4116741379fe3579"
|
259
|
+
- ".idea/sonarlint/issuestore/e/5/e5580d669a0c327c5b0897ba7dd8465a3d4db45a"
|
260
|
+
- ".idea/sonarlint/issuestore/e/e/ee825dc90668e04039ee525c5858c5736562c9f5"
|
261
|
+
- ".idea/sonarlint/issuestore/f/6/f6e109e4c314cef09022792f4b88dd267a682d28"
|
236
262
|
- ".idea/sonarlint/issuestore/index.pb"
|
237
263
|
- ".idea/vcs.xml"
|
238
264
|
- ".idea/yk_command.iml"
|
@@ -333,6 +359,60 @@ files:
|
|
333
359
|
- lib/yk_command/project/setup/MessageBank.rb
|
334
360
|
- lib/yk_command/project/setup/ProjectManipulator.rb
|
335
361
|
- lib/yk_command/project/setup/TemplateConfigurator.rb
|
362
|
+
- lib/yk_command/project/simple_project_template/.gitignore
|
363
|
+
- lib/yk_command/project/simple_project_template/CODE_OF_CONDUCT.md
|
364
|
+
- lib/yk_command/project/simple_project_template/LICENSE
|
365
|
+
- lib/yk_command/project/simple_project_template/NAME-osx.podspec
|
366
|
+
- lib/yk_command/project/simple_project_template/NAME.podspec
|
367
|
+
- lib/yk_command/project/simple_project_template/POD_LICENSE
|
368
|
+
- lib/yk_command/project/simple_project_template/POD_README.md
|
369
|
+
- lib/yk_command/project/simple_project_template/Pod/Assets/.gitkeep
|
370
|
+
- lib/yk_command/project/simple_project_template/Pod/Classes/.gitkeep
|
371
|
+
- lib/yk_command/project/simple_project_template/README.md
|
372
|
+
- lib/yk_command/project/simple_project_template/configure
|
373
|
+
- lib/yk_command/project/simple_project_template/templates/ios/Example/PROJECT.xcodeproj/project.pbxproj
|
374
|
+
- lib/yk_command/project/simple_project_template/templates/ios/Example/PROJECT.xcodeproj/project.xcworkspace/contents.xcworkspacedata
|
375
|
+
- lib/yk_command/project/simple_project_template/templates/ios/Example/PROJECT.xcodeproj/xcshareddata/xcschemes/PROJECT.xcscheme
|
376
|
+
- lib/yk_command/project/simple_project_template/templates/ios/Example/PROJECT/Base.lproj/LaunchScreen.storyboard
|
377
|
+
- lib/yk_command/project/simple_project_template/templates/ios/Example/PROJECT/Base.lproj/Main.storyboard
|
378
|
+
- lib/yk_command/project/simple_project_template/templates/ios/Example/PROJECT/CPDAppDelegate.h
|
379
|
+
- lib/yk_command/project/simple_project_template/templates/ios/Example/PROJECT/CPDAppDelegate.m
|
380
|
+
- lib/yk_command/project/simple_project_template/templates/ios/Example/PROJECT/CPDViewController.h
|
381
|
+
- lib/yk_command/project/simple_project_template/templates/ios/Example/PROJECT/CPDViewController.m
|
382
|
+
- lib/yk_command/project/simple_project_template/templates/ios/Example/PROJECT/Images.xcassets/AppIcon.appiconset/Contents.json
|
383
|
+
- lib/yk_command/project/simple_project_template/templates/ios/Example/PROJECT/PROJECT-Info.plist
|
384
|
+
- lib/yk_command/project/simple_project_template/templates/ios/Example/PROJECT/PROJECT-Prefix.pch
|
385
|
+
- lib/yk_command/project/simple_project_template/templates/ios/Example/PROJECT/en.lproj/InfoPlist.strings
|
386
|
+
- lib/yk_command/project/simple_project_template/templates/ios/Example/PROJECT/main.m
|
387
|
+
- lib/yk_command/project/simple_project_template/templates/ios/Example/Podfile
|
388
|
+
- lib/yk_command/project/simple_project_template/templates/ios/Example/Tests/Tests-Info.plist
|
389
|
+
- lib/yk_command/project/simple_project_template/templates/ios/Example/Tests/Tests-Prefix.pch
|
390
|
+
- lib/yk_command/project/simple_project_template/templates/ios/Example/Tests/Tests.m
|
391
|
+
- lib/yk_command/project/simple_project_template/templates/ios/Example/Tests/en.lproj/InfoPlist.strings
|
392
|
+
- lib/yk_command/project/simple_project_template/templates/macos-swift/Example/PROJECT.xcodeproj/project.pbxproj
|
393
|
+
- lib/yk_command/project/simple_project_template/templates/macos-swift/Example/PROJECT.xcodeproj/project.xcworkspace/contents.xcworkspacedata
|
394
|
+
- lib/yk_command/project/simple_project_template/templates/macos-swift/Example/PROJECT.xcodeproj/xcshareddata/xcschemes/PROJECT.xcscheme
|
395
|
+
- lib/yk_command/project/simple_project_template/templates/macos-swift/Example/PROJECT/AppDelegate.swift
|
396
|
+
- lib/yk_command/project/simple_project_template/templates/macos-swift/Example/PROJECT/Assets.xcassets/AppIcon.appiconset/Contents.json
|
397
|
+
- lib/yk_command/project/simple_project_template/templates/macos-swift/Example/PROJECT/Base.lproj/Main.storyboard
|
398
|
+
- lib/yk_command/project/simple_project_template/templates/macos-swift/Example/PROJECT/Info.plist
|
399
|
+
- lib/yk_command/project/simple_project_template/templates/macos-swift/Example/PROJECT/PROJECT.entitlements
|
400
|
+
- lib/yk_command/project/simple_project_template/templates/macos-swift/Example/PROJECT/ViewController.swift
|
401
|
+
- lib/yk_command/project/simple_project_template/templates/macos-swift/Example/Podfile
|
402
|
+
- lib/yk_command/project/simple_project_template/templates/macos-swift/Example/Tests/Info.plist
|
403
|
+
- lib/yk_command/project/simple_project_template/templates/macos-swift/Example/Tests/Tests.swift
|
404
|
+
- lib/yk_command/project/simple_project_template/templates/swift/Example/PROJECT.xcodeproj/project.pbxproj
|
405
|
+
- lib/yk_command/project/simple_project_template/templates/swift/Example/PROJECT.xcodeproj/project.xcworkspace/contents.xcworkspacedata
|
406
|
+
- lib/yk_command/project/simple_project_template/templates/swift/Example/PROJECT.xcodeproj/xcshareddata/xcschemes/PROJECT.xcscheme
|
407
|
+
- lib/yk_command/project/simple_project_template/templates/swift/Example/PROJECT/AppDelegate.swift
|
408
|
+
- lib/yk_command/project/simple_project_template/templates/swift/Example/PROJECT/Base.lproj/LaunchScreen.xib
|
409
|
+
- lib/yk_command/project/simple_project_template/templates/swift/Example/PROJECT/Base.lproj/Main.storyboard
|
410
|
+
- lib/yk_command/project/simple_project_template/templates/swift/Example/PROJECT/Images.xcassets/AppIcon.appiconset/Contents.json
|
411
|
+
- lib/yk_command/project/simple_project_template/templates/swift/Example/PROJECT/Info.plist
|
412
|
+
- lib/yk_command/project/simple_project_template/templates/swift/Example/PROJECT/ViewController.swift
|
413
|
+
- lib/yk_command/project/simple_project_template/templates/swift/Example/Podfile
|
414
|
+
- lib/yk_command/project/simple_project_template/templates/swift/Example/Tests/Info.plist
|
415
|
+
- lib/yk_command/project/simple_project_template/templates/swift/Example/Tests/Tests.swift
|
336
416
|
- lib/yk_command/project/test_examples/kiwi.m
|
337
417
|
- lib/yk_command/project/test_examples/quick.swift
|
338
418
|
- lib/yk_command/project/test_examples/specta.m
|