gct 0.1.1 → 0.1.2

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: 065fbd7c848f743b78265422be8cb84cc61565e56b24a7f69a74942a448748d5
4
- data.tar.gz: 2e6196383c4b3e0f492347dfd8ada5c01a378f574c3148216b2f4a64372cfae4
3
+ metadata.gz: f33cd23ef73a09b073cd132f8337670547d8f5cef687267b8c69cbf24446e5d1
4
+ data.tar.gz: 5044bb4a4344a6b15d7d2153604edb03d29bba06afe2b84da051b06753c80795
5
5
  SHA512:
6
- metadata.gz: dd5141b318b91d742596df29bbdaf6d78582abe8cf1af82195b803de74b3d0dae9498a24feae590fb0155d0a79b93afb34838688117224dc364988b0e7865abe
7
- data.tar.gz: e2a1c79288781588dbe2e3ac23a15b78d9d800cb7220ee619faa2c5ac2f9fe94a044cddae08ad659d2472fe5ec5762f3d2acd19379ce8a47b7cd0b6e3cbd46c1
6
+ metadata.gz: 75aaaae41eebf3c7044cd9c1bc8fb0ff5036e516385cfa222d7b2f31ee13318de76bc9ae7a9cafab27d9d46782cfc789b1b0ad9af3055bce8f9481cf03fb3041
7
+ data.tar.gz: 7412ca3a838d40585cbdd02342e0093b9ea503b9db84080514c38bdf22489623710543b585380beae69ca06227c5ba70a5a1772aedd584fff07f09f7e42ab4f7
File without changes
data/lib/gct/version.rb CHANGED
@@ -2,5 +2,5 @@ module Gct
2
2
  # freeze 冻结对象,将对象变成一个常量
3
3
  # unless 右边的代码块成立,才会运行左边的代码块
4
4
  # defined? 是用来判断本地变量是否存在,也可用来判断是否存在方法
5
- VERSION = "0.1.1".freeze unless defined? Gct::VERSION
5
+ VERSION = "0.1.2".freeze unless defined? Gct::VERSION
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gct
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - jieming
@@ -103,19 +103,13 @@ dependencies:
103
103
  description: '"gct ios 自动化脚本工具"'
104
104
  email:
105
105
  - 307113345@qq.com
106
- executables: []
106
+ executables:
107
+ - gct
107
108
  extensions: []
108
109
  extra_rdoc_files: []
109
110
  files:
110
- - ".gitignore"
111
- - CODE_OF_CONDUCT.md
112
- - Gemfile
113
- - Gemfile.lock
114
111
  - README.md
115
- - Rakefile
116
- - bin/console
117
- - bin/setup
118
- - gct.gemspec
112
+ - bin/gct
119
113
  - lib/gct.rb
120
114
  - lib/gct/command.rb
121
115
  - lib/gct/command/analyze.rb
data/.gitignore DELETED
@@ -1,9 +0,0 @@
1
- /.bundle/
2
- /.yardoc
3
- /_yardoc/
4
- /coverage/
5
- /doc/
6
- /pkg/
7
- /spec/reports/
8
- /tmp/
9
- /*.gem
data/CODE_OF_CONDUCT.md DELETED
@@ -1,74 +0,0 @@
1
- # Contributor Covenant Code of Conduct
2
-
3
- ## Our Pledge
4
-
5
- In the interest of fostering an open and welcoming environment, we as
6
- contributors and maintainers pledge to making participation in our project and
7
- our community a harassment-free experience for everyone, regardless of age, body
8
- size, disability, ethnicity, gender identity and expression, level of experience,
9
- nationality, personal appearance, race, religion, or sexual identity and
10
- orientation.
11
-
12
- ## Our Standards
13
-
14
- Examples of behavior that contributes to creating a positive environment
15
- include:
16
-
17
- * Using welcoming and inclusive language
18
- * Being respectful of differing viewpoints and experiences
19
- * Gracefully accepting constructive criticism
20
- * Focusing on what is best for the community
21
- * Showing empathy towards other community members
22
-
23
- Examples of unacceptable behavior by participants include:
24
-
25
- * The use of sexualized language or imagery and unwelcome sexual attention or
26
- advances
27
- * Trolling, insulting/derogatory comments, and personal or political attacks
28
- * Public or private harassment
29
- * Publishing others' private information, such as a physical or electronic
30
- address, without explicit permission
31
- * Other conduct which could reasonably be considered inappropriate in a
32
- professional setting
33
-
34
- ## Our Responsibilities
35
-
36
- Project maintainers are responsible for clarifying the standards of acceptable
37
- behavior and are expected to take appropriate and fair corrective action in
38
- response to any instances of unacceptable behavior.
39
-
40
- Project maintainers have the right and responsibility to remove, edit, or
41
- reject comments, commits, code, wiki edits, issues, and other contributions
42
- that are not aligned to this Code of Conduct, or to ban temporarily or
43
- permanently any contributor for other behaviors that they deem inappropriate,
44
- threatening, offensive, or harmful.
45
-
46
- ## Scope
47
-
48
- This Code of Conduct applies both within project spaces and in public spaces
49
- when an individual is representing the project or its community. Examples of
50
- representing a project or community include using an official project e-mail
51
- address, posting via an official social media account, or acting as an appointed
52
- representative at an online or offline event. Representation of a project may be
53
- further defined and clarified by project maintainers.
54
-
55
- ## Enforcement
56
-
57
- Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
- reported by contacting the project team at 307113345@qq.com. All
59
- complaints will be reviewed and investigated and will result in a response that
60
- is deemed necessary and appropriate to the circumstances. The project team is
61
- obligated to maintain confidentiality with regard to the reporter of an incident.
62
- Further details of specific enforcement policies may be posted separately.
63
-
64
- Project maintainers who do not follow or enforce the Code of Conduct in good
65
- faith may face temporary or permanent repercussions as determined by other
66
- members of the project's leadership.
67
-
68
- ## Attribution
69
-
70
- This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71
- available at [https://contributor-covenant.org/version/1/4][version]
72
-
73
- [homepage]: https://contributor-covenant.org
74
- [version]: https://contributor-covenant.org/version/1/4/
data/Gemfile DELETED
@@ -1,5 +0,0 @@
1
- # gem 国内源
2
- source "https://gems.ruby-china.com/"
3
-
4
- # 依赖项 --> 引用spec文件里的依赖
5
- gemspec
data/Gemfile.lock DELETED
@@ -1,102 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- gct (0.1.1)
5
- claide (>= 1.0.2, < 2.0)
6
- cocoapods (>= 1.8.4)
7
- colored2 (~> 3.1)
8
- molinillo (~> 0.6.6)
9
-
10
- GEM
11
- remote: https://gems.ruby-china.com/
12
- specs:
13
- CFPropertyList (3.0.2)
14
- activesupport (4.2.11.1)
15
- i18n (~> 0.7)
16
- minitest (~> 5.1)
17
- thread_safe (~> 0.3, >= 0.3.4)
18
- tzinfo (~> 1.1)
19
- algoliasearch (1.27.2)
20
- httpclient (~> 2.8, >= 2.8.3)
21
- json (>= 1.5.1)
22
- atomos (0.1.3)
23
- claide (1.0.3)
24
- cocoapods (1.9.1)
25
- activesupport (>= 4.0.2, < 5)
26
- claide (>= 1.0.2, < 2.0)
27
- cocoapods-core (= 1.9.1)
28
- cocoapods-deintegrate (>= 1.0.3, < 2.0)
29
- cocoapods-downloader (>= 1.2.2, < 2.0)
30
- cocoapods-plugins (>= 1.0.0, < 2.0)
31
- cocoapods-search (>= 1.0.0, < 2.0)
32
- cocoapods-stats (>= 1.0.0, < 2.0)
33
- cocoapods-trunk (>= 1.4.0, < 2.0)
34
- cocoapods-try (>= 1.1.0, < 2.0)
35
- colored2 (~> 3.1)
36
- escape (~> 0.0.4)
37
- fourflusher (>= 2.3.0, < 3.0)
38
- gh_inspector (~> 1.0)
39
- molinillo (~> 0.6.6)
40
- nap (~> 1.0)
41
- ruby-macho (~> 1.4)
42
- xcodeproj (>= 1.14.0, < 2.0)
43
- cocoapods-core (1.9.1)
44
- activesupport (>= 4.0.2, < 6)
45
- algoliasearch (~> 1.0)
46
- concurrent-ruby (~> 1.1)
47
- fuzzy_match (~> 2.0.4)
48
- nap (~> 1.0)
49
- netrc (~> 0.11)
50
- typhoeus (~> 1.0)
51
- cocoapods-deintegrate (1.0.4)
52
- cocoapods-downloader (1.3.0)
53
- cocoapods-plugins (1.0.0)
54
- nap
55
- cocoapods-search (1.0.0)
56
- cocoapods-stats (1.1.0)
57
- cocoapods-trunk (1.4.1)
58
- nap (>= 0.8, < 2.0)
59
- netrc (~> 0.11)
60
- cocoapods-try (1.2.0)
61
- colored2 (3.1.2)
62
- concurrent-ruby (1.1.6)
63
- escape (0.0.4)
64
- ethon (0.12.0)
65
- ffi (>= 1.3.0)
66
- ffi (1.12.2)
67
- fourflusher (2.3.1)
68
- fuzzy_match (2.0.4)
69
- gh_inspector (1.1.3)
70
- httpclient (2.8.3)
71
- i18n (0.9.5)
72
- concurrent-ruby (~> 1.0)
73
- json (2.3.0)
74
- minitest (5.14.0)
75
- molinillo (0.6.6)
76
- nanaimo (0.2.6)
77
- nap (1.1.0)
78
- netrc (0.11.0)
79
- rake (13.0.1)
80
- ruby-macho (1.4.0)
81
- thread_safe (0.3.6)
82
- typhoeus (1.3.1)
83
- ethon (>= 0.9.0)
84
- tzinfo (1.2.7)
85
- thread_safe (~> 0.1)
86
- xcodeproj (1.16.0)
87
- CFPropertyList (>= 2.3.3, < 4.0)
88
- atomos (~> 0.1.3)
89
- claide (>= 1.0.2, < 2.0)
90
- colored2 (~> 3.1)
91
- nanaimo (~> 0.2.6)
92
-
93
- PLATFORMS
94
- ruby
95
-
96
- DEPENDENCIES
97
- bundler (>= 1.17)
98
- gct!
99
- rake (>= 10.0)
100
-
101
- BUNDLED WITH
102
- 2.1.4
data/Rakefile DELETED
@@ -1,2 +0,0 @@
1
- require "bundler/gem_tasks"
2
- task :default => :spec
data/bin/setup DELETED
@@ -1,8 +0,0 @@
1
- #!/usr/bin/env bash
2
- set -euo pipefail
3
- IFS=$'\n\t'
4
- set -vx
5
-
6
- bundle install
7
-
8
- # Do any other automated setup that you need to do here
data/gct.gemspec DELETED
@@ -1,38 +0,0 @@
1
- lib = File.expand_path("../lib", __FILE__)
2
- $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3
- require "gct/version"
4
-
5
- Gem::Specification.new do |spec|
6
- spec.name = "gct"
7
- spec.version = Gct::VERSION
8
- spec.authors = ["jieming"]
9
- spec.email = ["307113345@qq.com"]
10
-
11
- spec.summary = %q{"gct ios 自动化脚本工具"}
12
- spec.description = %q{"gct ios 自动化脚本工具"}
13
- spec.homepage = "https://gi-dev.ccrgt.com/ios-thirdpart/gct"
14
-
15
- spec.metadata["homepage_uri"] = spec.homepage
16
-
17
- # Specify which files should be added to the gem when it is released.
18
- # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
19
- spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
20
- `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
21
- end
22
- spec.bindir = "bin"
23
- spec.executables = [spec.files.grep(%r{^exe/}) { |f| File.basename(f) }]
24
- spec.require_paths = ["lib"]
25
-
26
- # 生产依赖
27
- # spec.add_dependency
28
-
29
- # 开发依赖
30
- spec.add_development_dependency "bundler", ">= 1.17"
31
- spec.add_development_dependency "rake", ">= 10.0"
32
-
33
- # 运行时依赖
34
- spec.add_runtime_dependency "claide", ">= 1.0.2", "< 2.0"
35
- spec.add_runtime_dependency "molinillo", "~> 0.6.6"
36
- spec.add_runtime_dependency "colored2", "~> 3.1"
37
- spec.add_runtime_dependency "cocoapods", '>= 1.8.4'
38
- end