cocoapods-lzsource 0.2.1 → 0.2.2

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
  SHA1:
3
- metadata.gz: 015e30d7cf9ddca8f6b74afd93d50a206d5a8e3e
4
- data.tar.gz: d09357ef5b1553ca96e9f958e4e157cd19d8623e
3
+ metadata.gz: 6368a9d6b283a2462bfeef411c9868b2de3a38e0
4
+ data.tar.gz: cf9b13ed93f5e5217953ac1e967bab736a683867
5
5
  SHA512:
6
- metadata.gz: 7b074e62924ebb30c1e5894fb32b525c5087529a5d3165be5ade64f28a52a83923493ecc165d5bfa5401c8318e5b0aba81a9ff6b80203d1ac0ed97b9b0f8176b
7
- data.tar.gz: bc65f73704cef9ad04bb1fc3912331a8eca1f11fb89787cf8f931ac80a64d645b6fb34b22ff5792ea33025357f633d90e807d5f5f35013d197cbc891d3129b38
6
+ metadata.gz: 80778d92548c9bb48503fba00ad84109654e4c9e86cb94514f04279993b4c37f3cca12ea04cf92e0b2737974c51fa3db7dc3e3640f3a1b5fa6b157e1d817c96a
7
+ data.tar.gz: 2cf388706c480d4daa7dee33263c4d187db4aa30878acd350e750740bfcd32676d514bc0533049ea17a994f245d470f1f2a9ccc7fbfac551dc4c30330dc687ad
data/.gitignore CHANGED
File without changes
data/Gemfile CHANGED
File without changes
data/LICENSE.txt CHANGED
File without changes
data/README.md CHANGED
File without changes
data/Rakefile CHANGED
File without changes
File without changes
File without changes
File without changes
@@ -6,7 +6,7 @@ $Private_Token = ''
6
6
 
7
7
  $GitHTTP_Address = ''
8
8
 
9
- UserPathFile = File.expand_path('~')+'/.lzsource_user'
9
+ UserPathFile = File.expand_path('~')+'/.lz_user'
10
10
 
11
11
  class GitLabHttp
12
12
 
@@ -113,6 +113,7 @@ class GitLabHttp
113
113
 
114
114
  info << temp
115
115
  end
116
+ puts d
116
117
  end
117
118
 
118
119
  if info.count > 0
@@ -123,7 +123,7 @@ module Pod
123
123
  def getLibPath
124
124
  podPath = Dir.pwd+'/Pods/'
125
125
  path = Dir.pwd+'/Pods/'+$ProjectDir
126
-
126
+ UI.puts path
127
127
  if File.directory?(podPath)
128
128
  if File.directory?(path)
129
129
  traverse_dir(path)
@@ -1,3 +1,3 @@
1
1
  module CocoapodsLzsource
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
File without changes
File without changes
data/spec/spec_helper.rb CHANGED
File without changes
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-lzsource
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - ningyuan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-11-29 00:00:00.000000000 Z
11
+ date: 2019-12-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler