cocoapods-disable-podfile-validations 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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -1
  3. metadata +3 -4
  4. data/CHANGELOG.md +0 -8
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4a5179205b8bb625748c8353f6a6b6314f06604066aaecaa1d19235c1dc4fb01
4
- data.tar.gz: 4697d952380e5e9fb18df9f2374425f21c1d2b6f8d7b84df54a51fc9be61ea5b
3
+ metadata.gz: 5f7f4453a88bc1762834e08c63dee303181e69e9c75d4baf5605af9684f94b0a
4
+ data.tar.gz: bc98aa6917867c0929a10ecd11dc01bb26f6dae45b3e1c89a496842b05bcb5a5
5
5
  SHA512:
6
- metadata.gz: 52e1fec0630ee30d3be2ca7454ec037503530f4010058b923d1747919d64da65e462701b9cfdbd0960d39da472f163f9f2496c9e6b4962ae51e16efb7a3df1be
7
- data.tar.gz: 87e31d136a78cba4f8f77e798447f04fb3a40fb9ae216de06174acd3eb7ab7968b79f149ecba2aa9d77bbdaa4b57e4a65dfa0fd24accf5d8065debbc3483af90
6
+ metadata.gz: 8dde8dcbb9d7aec0c7818d7e4755a13c2c2ac8803e69feddefae8bbc0bb11d63e9ac404d48351a853da4f560bca0c86120caa6d95f770f068c2ea8ccd7baf5f5
7
+ data.tar.gz: 2c90df92c438c7b01017bef1cfc712ec7d6187fdffa4c391ecb6677c4bfd7bdc91732889ae997c4ff85dbe78b635c8d3a01222567f1909194e1819f09b37371e
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-disable-podfile-validations
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
  - Samuel Giddins
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-04-24 00:00:00.000000000 Z
11
+ date: 2019-05-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -45,7 +45,6 @@ executables: []
45
45
  extensions: []
46
46
  extra_rdoc_files: []
47
47
  files:
48
- - CHANGELOG.md
49
48
  - LICENSE.txt
50
49
  - README.md
51
50
  - VERSION
@@ -63,7 +62,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
63
62
  requirements:
64
63
  - - "~>"
65
64
  - !ruby/object:Gem::Version
66
- version: '2.6'
65
+ version: '2.1'
67
66
  required_rubygems_version: !ruby/object:Gem::Requirement
68
67
  requirements:
69
68
  - - ">="
@@ -1,8 +0,0 @@
1
- # CocoaPods Amicable Changelog
2
-
3
- ## Master
4
-
5
- ##### Enhancements
6
-
7
- * Initial implementation.
8
- [Samuel Giddins](https://github.com/segiddins)