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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8141c13dc6a21ae4316b17bb6ed7e898d1bcb10b7da807f2ec260bfb265b7edf
4
- data.tar.gz: fd594731ce8ba2b53b4a423d998a595eb614b0a280bb008b198511bf60001f87
3
+ metadata.gz: df574aebe451f9982a854b04b9d4d13b5e25261bba0bf5b3e8fd826b97a56a8e
4
+ data.tar.gz: 84bd8418d79b8011f2a1df3e77e5ae5017af25e94532b563eb6e3ff420cc3130
5
5
  SHA512:
6
- metadata.gz: 64389641575f68250532456ef3a76db5bd6ca9e2eaf7bcfaeaa68b485e512f29285a766445380993acfd255855480946e9230fbad97358d56894c4e36160d36b
7
- data.tar.gz: 40427b17ae505f219e78773976b3a3f68394e94d1c239385c2478803ae8df15b90def0b11aaf8962eea11034b3c0d1dc68635f6e82728a40a939c7bb8b926308
6
+ metadata.gz: 73c64ac42e9bd71dc51e66a9c604e17d2812d0208ee344557f54e8edfcac5021cc53411b679d87d5a0c1a1a36625ca9de5a1682cc93d08b883499877b95cafc0
7
+ data.tar.gz: 1643648f5f3726b6c5c93bd754430d4dff69486538b508b090e84b675fc18c56b15c7d3173e46bef7e637c727f9fda7fa81ae8419fef0e201f75576fd80a4bc3
@@ -0,0 +1,5 @@
1
+ ---
2
+ env: pro
3
+ version: 0.6.1
4
+ description:
5
+ deprecated_versions:
@@ -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
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- yk_command (0.6.0)
4
+ yk_command (0.6.1)
5
5
  bundler
6
6
  cocoapods
7
7
  cocoapods-core
@@ -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
@@ -0,0 +1,5 @@
1
+ component_name: <%= @component_name%>
2
+ env: <%= @env%>
3
+ version: <%= @version%>
4
+ description: <%= @description%>
5
+ deprecated_versions:
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module YkCommand
4
- VERSION = '0.6.0'.freeze
4
+ VERSION = '0.6.1'.freeze
5
5
  end
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.0
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