cocoapods-prefer 1.0.0 → 1.0.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/cocoapods-prefer.gemspec +3 -3
- data/lib/cocoapods-prefer/gem_version.rb +1 -1
- data/lib/cocoapods-prefer/hook/resolver.rb +2 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: be9206c27b49c8689b8ca32281448aded545359ac993dc1683d9355fe070bb35
|
|
4
|
+
data.tar.gz: 467916d6fafe2120d262b758405c32dbe21a73edd5008d66d0d2b90d955e80b8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e25cd81efae2e37b3813007faa2a5a5ddb54f5ca163a35ed53c0d7e3cf5c8d7db165c15fc1c6e855031735e1418e2ba8db70ed51e75fb17070b1f87874ed7227
|
|
7
|
+
data.tar.gz: af2f274d7ee30e9aaf10002270ee5b51fb3c9aae73c637e462fded014b4c36f37cd54bb16194bd359d9459fb5438b26e33ef1a7e80ce10e9daff92dfb2880f30
|
data/cocoapods-prefer.gemspec
CHANGED
|
@@ -8,9 +8,9 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.version = CocoapodsPrefer::VERSION
|
|
9
9
|
spec.authors = ['bob']
|
|
10
10
|
spec.email = ['bob170731@gmail.com']
|
|
11
|
-
spec.description = %q{
|
|
12
|
-
spec.summary = %q{
|
|
13
|
-
spec.homepage = 'https://github.com/
|
|
11
|
+
spec.description = %q{cocoapods plugin work with source urls.}
|
|
12
|
+
spec.summary = %q{cocoapods plugin work with source urls.}
|
|
13
|
+
spec.homepage = 'https://github.com/DanboDuan/cocoapods-prefer'
|
|
14
14
|
spec.license = 'MIT'
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files`.split($/)
|
|
@@ -85,8 +85,9 @@ module Pod
|
|
|
85
85
|
|
|
86
86
|
pod_name = dependency.root_name
|
|
87
87
|
specifications = dislike_lock_specifications_filter(pod_name, specifications)
|
|
88
|
-
specifications = dislike_specifications_filter(pod_name, specifications)
|
|
89
88
|
specifications = prefer_lock_specifications_filter(pod_name, specifications)
|
|
89
|
+
|
|
90
|
+
specifications = dislike_specifications_filter(pod_name, specifications)
|
|
90
91
|
specifications = prefer_specifications_filter(pod_name, specifications)
|
|
91
92
|
specifications
|
|
92
93
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cocoapods-prefer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- bob
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-05-
|
|
11
|
+
date: 2020-05-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: xcodeproj
|
|
@@ -108,7 +108,7 @@ dependencies:
|
|
|
108
108
|
- - "~>"
|
|
109
109
|
- !ruby/object:Gem::Version
|
|
110
110
|
version: '12.3'
|
|
111
|
-
description:
|
|
111
|
+
description: cocoapods plugin work with source urls.
|
|
112
112
|
email:
|
|
113
113
|
- bob170731@gmail.com
|
|
114
114
|
executables: []
|
|
@@ -135,7 +135,7 @@ files:
|
|
|
135
135
|
- lib/cocoapods_plugin.rb
|
|
136
136
|
- spec/command/prefer_spec.rb
|
|
137
137
|
- spec/spec_helper.rb
|
|
138
|
-
homepage: https://github.com/
|
|
138
|
+
homepage: https://github.com/DanboDuan/cocoapods-prefer
|
|
139
139
|
licenses:
|
|
140
140
|
- MIT
|
|
141
141
|
metadata: {}
|
|
@@ -157,7 +157,7 @@ requirements: []
|
|
|
157
157
|
rubygems_version: 3.0.3
|
|
158
158
|
signing_key:
|
|
159
159
|
specification_version: 4
|
|
160
|
-
summary:
|
|
160
|
+
summary: cocoapods plugin work with source urls.
|
|
161
161
|
test_files:
|
|
162
162
|
- spec/command/prefer_spec.rb
|
|
163
163
|
- spec/spec_helper.rb
|