pod-target 0.1.1 → 0.1.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/Gemfile.lock +1 -1
- data/README.md +4 -6
- data/lib/pod/target/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 863875f8504bc41d429c6e1c9be0572bb79a85c7c3945670cd61ab006ea067d1
|
4
|
+
data.tar.gz: bd0feae960df1eb8c6ef1b4a2273e0c62b2cee8b60127584167665cf09a55397
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8ead07a293e253a6844931ff5c70f13d2faca3439441d9979e328dc4a94a57e9b3b00853b4f1dcb1ab555ef9f4eceecf385e63eaf33b07cf9c728aa05144488d
|
7
|
+
data.tar.gz: 428b84616318dab406334a2480175152a77acfae26d96c80b6a25c328d3fc760a98e0ddae692220ba9ca200b40e21e126fa16f642cb9968388e3ee3c2327a829
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -1,8 +1,6 @@
|
|
1
|
-
#
|
1
|
+
# pod-target
|
2
2
|
|
3
|
-
|
4
|
-
|
5
|
-
TODO: Delete this and the text above, and describe your gem
|
3
|
+
Find dependencies between targets in your pod project, and output the csv file which shows dependencies that can be removed from podspec of the target.
|
6
4
|
|
7
5
|
## Installation
|
8
6
|
|
@@ -32,12 +30,12 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
32
30
|
|
33
31
|
## Contributing
|
34
32
|
|
35
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
33
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/bendoppler/podspec-dependency-resolve This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/bendoppler/podspec-dependency-resolve/blob/master/CODE_OF_CONDUCT.md).
|
36
34
|
|
37
35
|
|
38
36
|
## Code of Conduct
|
39
37
|
|
40
|
-
Everyone interacting in the
|
38
|
+
Everyone interacting in the pod-target project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/bendoppler/podspec-dependency-resolve/blob/master/CODE_OF_CONDUCT.md).
|
41
39
|
|
42
40
|
## Copyright
|
43
41
|
|
data/lib/pod/target/version.rb
CHANGED