PodfileTool 0.0.3 → 0.0.4
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/bin/PodfileTool +5 -0
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bf14ea21f2913bd6e891ba32afcfc6325b4806e6
|
4
|
+
data.tar.gz: 1457d530987a6d06b7c27502262cbb98e255de05
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cecc2530b4d1188f95d64a80a13412dca141894819f2ab68cce674ee6b29639e4bb7b67a12cbc177a7d57f1ba651d37b807a2ab3d5d87d4c4f4dd62f96a0f1dd
|
7
|
+
data.tar.gz: ee1f5fca043a6b1af2c6887d589062b154d8b91a931583d525454326633bb5689bb6ec1e613c386d53f8c3635bfdd8e0cb60fd3e91986639497490bd4f182abf
|
data/bin/PodfileTool
ADDED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: PodfileTool
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- dacaiguoguo
|
@@ -12,10 +12,12 @@ date: 2016-12-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
13
13
|
description: output Cocoapods Podfile to Json
|
14
14
|
email: dacaiguoguo@gmail.com
|
15
|
-
executables:
|
15
|
+
executables:
|
16
|
+
- PodfileTool
|
16
17
|
extensions: []
|
17
18
|
extra_rdoc_files: []
|
18
19
|
files:
|
20
|
+
- bin/PodfileTool
|
19
21
|
- lib/PodfileTool.rb
|
20
22
|
homepage: http://rubygems.org/gems/PodfileTool
|
21
23
|
licenses:
|