gct 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +2 -2
- data/bin/console +2 -2
- data/gct.gemspec +4 -4
- data/lib/gct/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 065fbd7c848f743b78265422be8cb84cc61565e56b24a7f69a74942a448748d5
|
4
|
+
data.tar.gz: 2e6196383c4b3e0f492347dfd8ada5c01a378f574c3148216b2f4a64372cfae4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dd5141b318b91d742596df29bbdaf6d78582abe8cf1af82195b803de74b3d0dae9498a24feae590fb0155d0a79b93afb34838688117224dc364988b0e7865abe
|
7
|
+
data.tar.gz: e2a1c79288781588dbe2e3ac23a15b78d9d800cb7220ee619faa2c5ac2f9fe94a044cddae08ad659d2472fe5ec5762f3d2acd19379ce8a47b7cd0b6e3cbd46c1
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# Gct
|
2
2
|
|
3
|
-
Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/gct`. To experiment with that code, run `bin/
|
3
|
+
Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/gct`. To experiment with that code, run `bin/gct` for an interactive prompt.
|
4
4
|
|
5
5
|
TODO: Delete this and the text above, and describe your gem
|
6
6
|
|
@@ -26,7 +26,7 @@ TODO: Write usage instructions here
|
|
26
26
|
|
27
27
|
## Development
|
28
28
|
|
29
|
-
After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/
|
29
|
+
After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/gct` for an interactive prompt that will allow you to experiment.
|
30
30
|
|
31
31
|
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
32
32
|
|
data/bin/console
CHANGED
data/gct.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
10
10
|
|
11
11
|
spec.summary = %q{"gct ios 自动化脚本工具"}
|
12
12
|
spec.description = %q{"gct ios 自动化脚本工具"}
|
13
|
-
spec.homepage = "https://gi-dev.ccrgt.com/ios-thirdpart/gct
|
13
|
+
spec.homepage = "https://gi-dev.ccrgt.com/ios-thirdpart/gct"
|
14
14
|
|
15
15
|
spec.metadata["homepage_uri"] = spec.homepage
|
16
16
|
|
@@ -20,15 +20,15 @@ Gem::Specification.new do |spec|
|
|
20
20
|
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
21
21
|
end
|
22
22
|
spec.bindir = "bin"
|
23
|
-
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
23
|
+
spec.executables = [spec.files.grep(%r{^exe/}) { |f| File.basename(f) }]
|
24
24
|
spec.require_paths = ["lib"]
|
25
25
|
|
26
26
|
# 生产依赖
|
27
27
|
# spec.add_dependency
|
28
28
|
|
29
29
|
# 开发依赖
|
30
|
-
spec.add_development_dependency "bundler", "
|
31
|
-
spec.add_development_dependency "rake", "
|
30
|
+
spec.add_development_dependency "bundler", ">= 1.17"
|
31
|
+
spec.add_development_dependency "rake", ">= 10.0"
|
32
32
|
|
33
33
|
# 运行时依赖
|
34
34
|
spec.add_runtime_dependency "claide", ">= 1.0.2", "< 2.0"
|
data/lib/gct/version.rb
CHANGED
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.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- jieming
|
@@ -14,28 +14,28 @@ dependencies:
|
|
14
14
|
name: bundler
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: '1.17'
|
20
20
|
type: :development
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- - "
|
24
|
+
- - ">="
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '1.17'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: rake
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- - "
|
31
|
+
- - ">="
|
32
32
|
- !ruby/object:Gem::Version
|
33
33
|
version: '10.0'
|
34
34
|
type: :development
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
|
-
- - "
|
38
|
+
- - ">="
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '10.0'
|
41
41
|
- !ruby/object:Gem::Dependency
|
@@ -135,10 +135,10 @@ files:
|
|
135
135
|
- lib/gct/command/op/xcache.rb
|
136
136
|
- lib/gct/constant.rb
|
137
137
|
- lib/gct/version.rb
|
138
|
-
homepage: https://gi-dev.ccrgt.com/ios-thirdpart/gct
|
138
|
+
homepage: https://gi-dev.ccrgt.com/ios-thirdpart/gct
|
139
139
|
licenses: []
|
140
140
|
metadata:
|
141
|
-
homepage_uri: https://gi-dev.ccrgt.com/ios-thirdpart/gct
|
141
|
+
homepage_uri: https://gi-dev.ccrgt.com/ios-thirdpart/gct
|
142
142
|
post_install_message:
|
143
143
|
rdoc_options: []
|
144
144
|
require_paths:
|