cocoapods-archive 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 +4 -4
- data/lib/cocoapods_archive.rb +1 -1
- data/lib/pod/command/lib/archive.rb +1 -3
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5ea2877a58cea24e65e9179d5445a96d041fe410
|
|
4
|
+
data.tar.gz: 48b5e53dc46e86a9825b6bce85e5ce604e7446ed
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bac3997aa9d1cc9a5fc38b2346021f9113f62eb2a7289888f4f8b11d8619a5997be80819be7bb58d8e2186b6fc4429cedc49c560aa21e90e8adfde1cd27a9a44
|
|
7
|
+
data.tar.gz: 387eb4b38bb0bd35aa34dbcfe3d7f1c44e125041374f0acf7e85863b55b7ad09e546bb2945f8bfeefff66ed39f7c3a6a1e93298f03e0bd5c3f2a7b3694a862c7
|
data/lib/cocoapods_archive.rb
CHANGED
|
@@ -26,9 +26,7 @@ module Pod
|
|
|
26
26
|
This tool is useful if your primary distribution mechanism is CocoaPods but a significat portion of your userbase does not yet use dependency management. Instead, they receive a closed-source version with manual integration instructions.
|
|
27
27
|
DESC
|
|
28
28
|
|
|
29
|
-
self.arguments = [
|
|
30
|
-
CLAide::Argument.new("[NAME]", :optional)
|
|
31
|
-
]
|
|
29
|
+
self.arguments = [ ["[NAME]", :optional] ]
|
|
32
30
|
|
|
33
31
|
attr_accessor :spec
|
|
34
32
|
|