yk_command 0.6.0 → 0.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.YKPodSpecConfig.yml +5 -0
- data/.idea/sonarlint/issuestore/index.pb +0 -4
- data/Gemfile.lock +1 -1
- data/lib/yk_command/project/YKProjectTemplate/.travis.yml +14 -0
- data/lib/yk_command/project/simple_project_template/.travis.yml +14 -0
- data/lib/yk_command/repo_publish/component_default.yml +5 -0
- data/lib/yk_command/version.rb +1 -1
- metadata +5 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: df574aebe451f9982a854b04b9d4d13b5e25261bba0bf5b3e8fd826b97a56a8e
|
|
4
|
+
data.tar.gz: 84bd8418d79b8011f2a1df3e77e5ae5017af25e94532b563eb6e3ff420cc3130
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 73c64ac42e9bd71dc51e66a9c604e17d2812d0208ee344557f54e8edfcac5021cc53411b679d87d5a0c1a1a36625ca9de5a1682cc93d08b883499877b95cafc0
|
|
7
|
+
data.tar.gz: 1643648f5f3726b6c5c93bd754430d4dff69486538b508b090e84b675fc18c56b15c7d3173e46bef7e637c727f9fda7fa81ae8419fef0e201f75576fd80a4bc3
|
|
@@ -49,8 +49,6 @@ L
|
|
|
49
49
|
lib/yk_command/bot/wx_bot.rb,9/c/9ccc9859ad5a25f9d8c2fe66d0a2c70b83c5e6df
|
|
50
50
|
R
|
|
51
51
|
"lib/yk_command/config/yk_config.rb,1/e/1ec6c529ce5687a35e0a698c41bf34941e1d50c2
|
|
52
|
-
B
|
|
53
|
-
yk_command.gemspec,8/2/82876f8dba21abb384c0c797b357f7e1280d8e1b
|
|
54
52
|
9
|
|
55
53
|
bin/setup,3/f/3f490f8da820b05ec772996143c1dd5b3498f750
|
|
56
54
|
R
|
|
@@ -61,8 +59,6 @@ T
|
|
|
61
59
|
$lib/yk_command/project/yk_project.rb,5/6/56b2d27b09b172bae1a27bc07f664d2ed5a6c3c6
|
|
62
60
|
>
|
|
63
61
|
bin/yk_command,2/5/25e93a9fc14ed57a04c2d97b92a72bda06e42ea8
|
|
64
|
-
c
|
|
65
|
-
3lib/yk_command/component_manage/.YKServerConfig.yml,8/6/860c97f3074da2ed5679b85b54ffac9221eae5e2
|
|
66
62
|
�
|
|
67
63
|
Wlib/yk_command/project/YKProjectTemplate/templates/ios/Example/PROJECT/CPDAppDelegate.h,8/4/84d82ed4b9fd718992be77e8ffd0bbb2d6e84470
|
|
68
64
|
d
|
data/Gemfile.lock
CHANGED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# references:
|
|
2
|
+
# * https://www.objc.io/issues/6-build-tools/travis-ci/
|
|
3
|
+
# * https://github.com/supermarin/xcpretty#usage
|
|
4
|
+
|
|
5
|
+
osx_image: xcode7.3
|
|
6
|
+
language: objective-c
|
|
7
|
+
# cache: cocoapods
|
|
8
|
+
# podfile: Example/Podfile
|
|
9
|
+
# before_install:
|
|
10
|
+
# - gem install cocoapods # Since Travis is not always on latest version
|
|
11
|
+
# - pod install --project-directory=Example
|
|
12
|
+
script:
|
|
13
|
+
- set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/${POD_NAME}.xcworkspace -scheme ${POD_NAME}-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty
|
|
14
|
+
- pod lib lint
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# references:
|
|
2
|
+
# * https://www.objc.io/issues/6-build-tools/travis-ci/
|
|
3
|
+
# * https://github.com/supermarin/xcpretty#usage
|
|
4
|
+
|
|
5
|
+
osx_image: xcode7.3
|
|
6
|
+
language: objective-c
|
|
7
|
+
# cache: cocoapods
|
|
8
|
+
# podfile: Example/Podfile
|
|
9
|
+
# before_install:
|
|
10
|
+
# - gem install cocoapods # Since Travis is not always on latest version
|
|
11
|
+
# - pod install --project-directory=Example
|
|
12
|
+
script:
|
|
13
|
+
- set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/${POD_NAME}.xcworkspace -scheme ${POD_NAME}-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty
|
|
14
|
+
- pod lib lint
|
data/lib/yk_command/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: yk_command
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Major Tom
|
|
@@ -230,6 +230,7 @@ executables:
|
|
|
230
230
|
extensions: []
|
|
231
231
|
extra_rdoc_files: []
|
|
232
232
|
files:
|
|
233
|
+
- ".YKPodSpecConfig.yml"
|
|
233
234
|
- ".idea/.gitignore"
|
|
234
235
|
- ".idea/misc.xml"
|
|
235
236
|
- ".idea/modules.xml"
|
|
@@ -300,6 +301,7 @@ files:
|
|
|
300
301
|
- lib/yk_command/module/template/swift/RouterDefine.swift
|
|
301
302
|
- lib/yk_command/module/yk_module.rb
|
|
302
303
|
- lib/yk_command/project/YKProjectTemplate/.gitignore
|
|
304
|
+
- lib/yk_command/project/YKProjectTemplate/.travis.yml
|
|
303
305
|
- lib/yk_command/project/YKProjectTemplate/CODE_OF_CONDUCT.md
|
|
304
306
|
- lib/yk_command/project/YKProjectTemplate/LICENSE
|
|
305
307
|
- lib/yk_command/project/YKProjectTemplate/NAME-osx.podspec
|
|
@@ -360,6 +362,7 @@ files:
|
|
|
360
362
|
- lib/yk_command/project/setup/ProjectManipulator.rb
|
|
361
363
|
- lib/yk_command/project/setup/TemplateConfigurator.rb
|
|
362
364
|
- lib/yk_command/project/simple_project_template/.gitignore
|
|
365
|
+
- lib/yk_command/project/simple_project_template/.travis.yml
|
|
363
366
|
- lib/yk_command/project/simple_project_template/CODE_OF_CONDUCT.md
|
|
364
367
|
- lib/yk_command/project/simple_project_template/LICENSE
|
|
365
368
|
- lib/yk_command/project/simple_project_template/NAME-osx.podspec
|
|
@@ -419,6 +422,7 @@ files:
|
|
|
419
422
|
- lib/yk_command/project/test_examples/xctest.m
|
|
420
423
|
- lib/yk_command/project/test_examples/xctest.swift
|
|
421
424
|
- lib/yk_command/project/yk_project.rb
|
|
425
|
+
- lib/yk_command/repo_publish/component_default.yml
|
|
422
426
|
- lib/yk_command/repo_publish/component_publish.rb
|
|
423
427
|
- lib/yk_command/version.rb
|
|
424
428
|
- sig/yk_command.rbs
|