cocoapods-jsource 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 67322efccb2959369205ff4e95f974670f0f0dd9fc3a1b9f60bb94584958a42b
4
- data.tar.gz: e51f5e1d5bb70389a5d7ba501c7e5f32a4b3c468bb02727fdfa64c67874a5819
3
+ metadata.gz: d4a421ae0aa6de23eaf5615c12d545bff310a2f466259e258b4cda889d13ccfe
4
+ data.tar.gz: 4462e96cf8864517a427f9773ce1cddbf65f63fed69053eb970effd83df7acf3
5
5
  SHA512:
6
- metadata.gz: 958bfe53fad947326aa12c53f313ff2f4cbbb0f0ad2ce6ff013c63a18226299237af9a989a6ebf419c8ee0542277cf1ae0d001ce204d0767e39735ee78da62fc
7
- data.tar.gz: 29158cd9629837b9189e8ea7dfc8ff5a0b71b763eeafee391f41fe7da8d2ac6780fae8fa5871f04495153b00f24dc64ea4d4318bb7dad10b33169d5207aa3e05
6
+ metadata.gz: 211d4f24feca9a6721428f6283b0c464c1e34be1370ea5ab0a21223986805b5ae3e810b8718f15eebea79e905e98329950a15377f70c9b1c3bf7482b7dfbccbd
7
+ data.tar.gz: c0dbd19f1a8bf30c648ef5045c0274599ee78ac0f72f1e4983a213c6241f21e24aad09bb10a8630409cee61129069aec6d1d52e4f5b41b5c49c5c935d3d41ffd
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cocoapods-jsource (0.0.3)
4
+ cocoapods-jsource (0.0.4)
5
5
  cocoapods
6
6
 
7
7
  GEM
@@ -268,6 +268,7 @@ module Pod
268
268
  dependencies = lockfile.internal_data["DEPENDENCIES"]
269
269
  subspecs = []
270
270
  dependencies.each do |dependency|
271
+ next unless dependency.start_with? component_name
271
272
  if !dependency.include? "(="
272
273
  UI.puts "podfile中 #{component_name} 可能没有指定版本,需要指定确定的版本才能使用。"
273
274
  exit 1
@@ -1,3 +1,3 @@
1
1
  module CocoapodsJsource
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
data/test.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  require 'xcodeproj'
2
2
  require 'cocoapods'
3
3
 
4
- `cd /Users/handa/Downloads/Example;pod jsource add --help`
4
+ `cd /Users/handa/Documents/lianjia/C/lianjia_ios_platc;pod jsource add LJRefresh`
5
5
  #`cd /Users/handa/Downloads/Example;pod jsource clean LJRefresh --cache`
6
6
  #`cd /Users/handa/Documents/lianjia/C/lianjia_ios_platc;pod jsource add LJBaseToolKit`
7
7
  #`cd /Users/handa/Downloads/Example;pod jsource add LJRefresh http://gerrit.lianjia.com/mobile_ios/LJRefresh`
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-jsource
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - handa
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-02-07 00:00:00.000000000 Z
11
+ date: 2020-02-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cocoapods