cocoapods-binary-matchup 0.0.29 → 0.0.31
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/cocoapods-binary-matchup.gemspec +2 -2
- data/lib/cocoapods-binary-matchup/gem_version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 77687afa8ff87355acd7b995f536a35aa4d1334d53d6ea7db4b6f86a02076ed9
|
|
4
|
+
data.tar.gz: 0ceec41e504339e42451f6d4c917bffe08c3c586946a4b8fc6bdaf04b0e15d45
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c20a732d70ae30b3d58af05f1307153f0eba8aac9969d62b9480b6fafa797f988bec2d579789b138aaf4be086822000e9005c816803b21ce96d0ab931c897f21
|
|
7
|
+
data.tar.gz: a2b128171275f2c3753940adc1bd2bd055be8ffadf2f7ee222c14b841e8e2407c1247a892c9e52970787306a5be7258a92be7d56b567526833d24a1fe38f461c
|
|
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
|
|
|
13
13
|
spec.homepage = 'https://github.com/omiapp/cocoapod_binary_matchup'
|
|
14
14
|
spec.license = 'MIT'
|
|
15
15
|
|
|
16
|
-
#
|
|
16
|
+
# 禁止用 git ls-files:本目录有嵌套 .git,ls-files 为空会打出空包(0.0.28/0.0.30 已踩坑)
|
|
17
17
|
spec.files = Dir.chdir(__dir__) do
|
|
18
18
|
Dir.glob('{lib,spec}/**/*').reject { |f| File.directory?(f) } +
|
|
19
19
|
Dir.glob('{LICENSE*,README*,*.gemspec,Gemfile,Rakefile}')
|
|
@@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
|
|
|
24
24
|
|
|
25
25
|
spec.add_dependency "cocoapods", ">= 1.5.0", "< 2.0"
|
|
26
26
|
spec.add_dependency "fourflusher", "~> 2.0"
|
|
27
|
-
# CI
|
|
27
|
+
# CI 可能锁 xcpretty 0.3.x,过严会导致插件激活失败
|
|
28
28
|
spec.add_dependency "xcpretty", ">= 0.3.0", "< 1.0"
|
|
29
29
|
|
|
30
30
|
spec.add_development_dependency 'bundler', '~> 2.6.9'
|