cocoapods-patch 1.2.0 → 1.3.0

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +6 -0
  3. data/lib/cocoapods_patch.rb +1 -1
  4. metadata +11 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1105a246c269e0a64d3e722c32abbec432a34c18e8292a30575278278c7f8eed
4
- data.tar.gz: 7940be1b046e9da03058165b59a7e8ea17a5bb041d477b5d43a26d4453e78d39
3
+ metadata.gz: 2610991c5524233d2dbec2c607df6f4e77c5a62bbb9bcd37613c4a81e1536ade
4
+ data.tar.gz: 8f4fe32810757b991ccc312d0572b88605191a199db4aa0aa19166cec5a66644
5
5
  SHA512:
6
- metadata.gz: 6dabcfc809340166278d5fa77752b09497b6c9010460e3ea6fb5d77807d93c12a1eda3bca71c4cafbe6dadf993ccd22c0280820290320ce64b243dca4deed096
7
- data.tar.gz: 03bf7d46a65ff0553f3931b76e66f605a0194295170b3c93133f7bc63503de7a25d0b0bfc4e8003b491fdb26f9f0648d4d54b9273223cb678c31225692822e19
6
+ metadata.gz: 7ca5960e6d65a0bd033fb8d883f034901edfbe00f4e7b7b3eef3f2fcad6e4d61b3cd42755d81a8da4e0f831fadec32684a66e5e7423cbb2e6d1ab9702ab66d3f
7
+ data.tar.gz: 98f8cd450321b704624772945c4a08d0a46f1ee8315700f51fff67a88c2a6b19913bab55f7e0c4a814d259cbc9652735e4c7e5d440302505a598971ce54cf41f
data/CHANGELOG.md CHANGED
@@ -12,6 +12,12 @@ To install or update cocoapods-patch see [README](https://github.com/DoubleSymme
12
12
 
13
13
  * None.
14
14
 
15
+ ## 1.3.0 (14.10.23)
16
+
17
+ ##### Enhancements
18
+
19
+ - Adds cocoapods support and compatibility for version >=1.12.0 and < 2.0.
20
+
15
21
  ## 1.2.0 (14.6.23)
16
22
 
17
23
  ##### Enhancements
@@ -1,3 +1,3 @@
1
1
  module CocoapodsPatch
2
- VERSION = "1.2.0"
2
+ VERSION = "1.3.0"
3
3
  end
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-patch
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Double Symmetry
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-14 00:00:00.000000000 Z
11
+ date: 2023-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cocoapods
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: 1.12.0
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: '2.0'
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
25
28
  - !ruby/object:Gem::Version
26
29
  version: 1.12.0
30
+ - - "<"
31
+ - !ruby/object:Gem::Version
32
+ version: '2.0'
27
33
  - !ruby/object:Gem::Dependency
28
34
  name: bundler
29
35
  requirement: !ruby/object:Gem::Requirement
@@ -102,7 +108,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
102
108
  - !ruby/object:Gem::Version
103
109
  version: '0'
104
110
  requirements: []
105
- rubygems_version: 3.4.1
111
+ rubygems_version: 3.4.20
106
112
  signing_key:
107
113
  specification_version: 4
108
114
  summary: Create & apply patches to Pods