cocoapods-jsource 0.0.3 → 0.0.4
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/Gemfile.lock +1 -1
- data/lib/cocoapods-jsource/command/jsource/add.rb +1 -0
- data/lib/cocoapods-jsource/gem_version.rb +1 -1
- data/test.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d4a421ae0aa6de23eaf5615c12d545bff310a2f466259e258b4cda889d13ccfe
|
|
4
|
+
data.tar.gz: 4462e96cf8864517a427f9773ce1cddbf65f63fed69053eb970effd83df7acf3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 211d4f24feca9a6721428f6283b0c464c1e34be1370ea5ab0a21223986805b5ae3e810b8718f15eebea79e905e98329950a15377f70c9b1c3bf7482b7dfbccbd
|
|
7
|
+
data.tar.gz: c0dbd19f1a8bf30c648ef5045c0274599ee78ac0f72f1e4983a213c6241f21e24aad09bb10a8630409cee61129069aec6d1d52e4f5b41b5c49c5c935d3d41ffd
|
data/Gemfile.lock
CHANGED
|
@@ -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
|
data/test.rb
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
require 'xcodeproj'
|
|
2
2
|
require 'cocoapods'
|
|
3
3
|
|
|
4
|
-
`cd /Users/handa/
|
|
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.
|
|
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-
|
|
11
|
+
date: 2020-02-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cocoapods
|