cocoapods-modularization 0.1.0 → 0.1.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: 8ee10ad58a6c83686efce98768bcfd218848787e73df099ee7210707578d1d56
4
- data.tar.gz: 8047f47a4e39fc5900eb0e65dd023958741f5ff4fa0e295aad8e456d53f60046
3
+ metadata.gz: 344109e8e13c8d2f6962ca478203b18023bb5503cdda97b025f320c209049a5f
4
+ data.tar.gz: 8561cdbbca621a95390d69123220096f789dd7a009d454e9a4fbfad349bcbd2f
5
5
  SHA512:
6
- metadata.gz: c0c5b2dab63f8ed40f380ba342f38808507359a0d1a2ed7c955acfca7ebe2f848284c121259e5be3b3082cb7767a1e1a1d4ab13b48c365d8b67131f583e44c2d
7
- data.tar.gz: 2654d8020b867004a6662bd2732953ea4c682d3051a5f795608d05397608f4a24777e4ce2e3d8f03149298e2d74212fa1404e704738bb33fbc293b5f5deb4656
6
+ metadata.gz: 8ef2cdfe0d0671c16c36fc10fb673a548bdc1153f23097d46d5141eee27220915faddffcc6589d8fb37fb6aed8dfc07de3883d4be4b827604cb1ebe7620237b8
7
+ data.tar.gz: ef0d82c226a4c4ca030f9feb0fc131e7e0928c587f5a88aead27e7b2491fe8f31c067487c5d1b993d3d01a236ea595f6bf606f28d24f43c626acd2e62fea6a91
@@ -1,4 +1,5 @@
1
1
  require 'cocoapods-modularization/meta'
2
+ require 'fileutils'
2
3
 
3
4
  module Pod
4
5
  class Command
@@ -51,6 +52,10 @@ module Pod
51
52
 
52
53
  def run
53
54
  # encode podfile
55
+ if @enable_branch
56
+ FileUtils.rm_rf('Podfile.lock')
57
+ end
58
+
54
59
  unless @original
55
60
  begin
56
61
  Meta::MetaReference.encode_podfile(@enable_branch)
@@ -1,3 +1,3 @@
1
1
  module CocoapodsModularization
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-modularization
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - lazy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-07-11 00:00:00.000000000 Z
11
+ date: 2022-07-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler