cocoapods-soul-component-plugin 0.0.1 → 0.0.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
  SHA256:
3
- metadata.gz: 24aa6d2448dc5362d2ec71c94daf983af1a1dc0366227fba5cc4d6fa1a4fc951
4
- data.tar.gz: 5e5aa65f21596eed99334dd70bf9283ef19931b8567f10e9ad897247ee41071b
3
+ metadata.gz: fa620c7c3ab4615ab343b36920c4d100a31cf593b3e2099bb550e288751aa843
4
+ data.tar.gz: 9dadc43531e8c1c78891d1e0f1c0de44c9a86bf80c59e74df8b547eb364d6f3c
5
5
  SHA512:
6
- metadata.gz: d87e5846bd4b006abbc670a010bc6c9e8786340a6cf8ddaf0440abbf99abe54d08ee83a38699b1f02f0a3b81d6b6666c5ce8cbda76ac684cd42cdf9083b37a41
7
- data.tar.gz: d416ed16ed61fa6cebe7c3274d96b57fc0170f9cd6ab6ae81ffd925c931647b9fe61d59ba760fd0fdb9d30684bd0cc37bb595e400b00772278aeb2c24672e1bf
6
+ metadata.gz: 026a210fd891acbd0bdc07ac147639c0685e59cb9efcf6d5a5eec0ea4c031a1bf6934c307a8611e2f5da0d35ee2310255af6f221a9f2778ca0d95f0950f43a5d
7
+ data.tar.gz: cbd9b68c220ce4b23157b452abdb4db6ee50bc3491e9d8ff8f8bcab97c28c978a272159b07e429cb8f3572c1e8cc4ee2418286573ba797db56469c4f72e3ad51
@@ -100,7 +100,7 @@ module CocoapodsSoulComponentPlugin
100
100
  if each.submodule == false
101
101
  if each.local == true
102
102
  local_path = each.name + each.branch.to_s + each.commit.to_s
103
- target_path = './local_dependencies/' + local_path
103
+ target_path = root_path + '/LocalPods/' + local_path
104
104
  each.path = target_path
105
105
 
106
106
  if File.exist?(target_path) == false
@@ -1,3 +1,3 @@
1
1
  module CocoapodsSoulComponentPlugin
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-soul-component-plugin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - fang
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-09-01 00:00:00.000000000 Z
11
+ date: 2021-09-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler