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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2eaa54ad6402036db653bcfb83dad676a669d82ca6b8ac1a83c23f1d2f0d46ba
4
- data.tar.gz: 487da7d570c90b6207535dec57b9dab7743e255e12e62ad66d337c51117c21bc
3
+ metadata.gz: be9206c27b49c8689b8ca32281448aded545359ac993dc1683d9355fe070bb35
4
+ data.tar.gz: 467916d6fafe2120d262b758405c32dbe21a73edd5008d66d0d2b90d955e80b8
5
5
  SHA512:
6
- metadata.gz: 92f602b01312d621bd038ac9adb5e1852ff2128679b8a64de258455785f7ed47a322d5540975e00546999de42e341b5c99e9dac4fbe159b6841167155371c163
7
- data.tar.gz: e89448b4178c92cf7814ddcd393cc278b04f3732f3e70f10f469e811b3c8acedb0ffbb37b03a90a9665d4043ede0711713853f2f16d2b3d3adc57efd1f475381
6
+ metadata.gz: e25cd81efae2e37b3813007faa2a5a5ddb54f5ca163a35ed53c0d7e3cf5c8d7db165c15fc1c6e855031735e1418e2ba8db70ed51e75fb17070b1f87874ed7227
7
+ data.tar.gz: af2f274d7ee30e9aaf10002270ee5b51fb3c9aae73c637e462fded014b4c36f37cd54bb16194bd359d9459fb5438b26e33ef1a7e80ce10e9daff92dfb2880f30
@@ -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{A short description of cocoapods-prefer.}
12
- spec.summary = %q{A longer description of cocoapods-prefer.}
13
- spec.homepage = 'https://github.com/EXAMPLE/cocoapods-prefer'
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($/)
@@ -1,3 +1,3 @@
1
1
  module CocoapodsPrefer
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
@@ -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.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-02 00:00:00.000000000 Z
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: A short description of cocoapods-prefer.
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/EXAMPLE/cocoapods-prefer
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: A longer description of cocoapods-prefer.
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