cocoapods-bin-forest 1.0.0 → 1.0.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9259a988e4f320a4aeaa62e0991a6eb783b6f1c9f37b5ea1e7b60dab4181a686
|
4
|
+
data.tar.gz: 1116ac243534c31942a34f11ab15a3e64fc2c8dc10aa8a3158af6a9ab155316c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 67b56c9823719ff19e879922163c1d4df6540bd63dbac69b2ea01e828c8a47d3f0f50f55735b20360a108bac1d9ac1843629027dd8c3d036a728ed6bd35ee3ef
|
7
|
+
data.tar.gz: 5ea02e9c8f63e7e1536e2fedfbd8f3fa3de5d6cdcc5aa3e7f1ca0525aeeca4731da7e9b5fd2dde779fd3b5ae8810f23f216aa2029cf64bcb153e684b89d3c242
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cocoapods-bin-forest
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- forest
|
@@ -90,6 +90,7 @@ extra_rdoc_files: []
|
|
90
90
|
files:
|
91
91
|
- LICENSE.txt
|
92
92
|
- README.md
|
93
|
+
- lib/cocoapods-bin-forest.rb
|
93
94
|
- lib/cocoapods-bin-forest/command.rb
|
94
95
|
- lib/cocoapods-bin-forest/command/bin.rb
|
95
96
|
- lib/cocoapods-bin-forest/command/bin/archive.rb
|
@@ -145,7 +146,6 @@ files:
|
|
145
146
|
- lib/cocoapods-bin-forest/native/target_validator.rb
|
146
147
|
- lib/cocoapods-bin-forest/native/validator.rb
|
147
148
|
- lib/cocoapods-bin-forest/source_provider_hook.rb
|
148
|
-
- lib/cocoapods-imy-bin.rb
|
149
149
|
- lib/cocoapods_plugin.rb
|
150
150
|
- spec/command/bin_spec.rb
|
151
151
|
- spec/spec_helper.rb
|
File without changes
|