cocoapods-default-install 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.
- checksums.yaml +4 -4
- data/cocoapods_default_install.gemspec +3 -3
- data/lib/cocoapods_default_install.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c41029475e87b08de4665e0eb1aa545fdb24489d
|
|
4
|
+
data.tar.gz: 7b1d3423ee5363d760e78cba24112b8514ca702b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 461c637287e56b73a93bc92f43acb9cd9e3dc99da73abf620a0a5987f11a97ee3de3a9bb4ad56f030ac906f327af6ce19a59ee8c1e04409911312af687c7d40a
|
|
7
|
+
data.tar.gz: 1100806bfd5aa08a55e1a7bba0891f338d45a6497359d95594f71e23353fbf5dfb8e74a180f85da3c9bad7b8cd3b4aad40b7a0975052a7e476ad56c8d6de5424
|
|
@@ -8,9 +8,9 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.version = CocoapodsDefaultInstall::VERSION
|
|
9
9
|
spec.authors = ["Richard Lee"]
|
|
10
10
|
spec.email = ["dlackty@gmail.com"]
|
|
11
|
-
spec.description = %q{
|
|
12
|
-
spec.summary =
|
|
13
|
-
spec.homepage = "https://github.com/
|
|
11
|
+
spec.description = %q{Makes `pod` defaults to `pod install` when `Podfile` detected.}
|
|
12
|
+
spec.summary = spec.description
|
|
13
|
+
spec.homepage = "https://github.com/dlackty/cocoapods-default-install"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files`.split($/)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cocoapods-default-install
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Richard Lee
|
|
@@ -38,7 +38,7 @@ dependencies:
|
|
|
38
38
|
- - ">="
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '0'
|
|
41
|
-
description:
|
|
41
|
+
description: Makes `pod` defaults to `pod install` when `Podfile` detected.
|
|
42
42
|
email:
|
|
43
43
|
- dlackty@gmail.com
|
|
44
44
|
executables: []
|
|
@@ -54,7 +54,7 @@ files:
|
|
|
54
54
|
- cocoapods_default_install.gemspec
|
|
55
55
|
- lib/cocoapods_default_install.rb
|
|
56
56
|
- lib/cocoapods_plugin.rb
|
|
57
|
-
homepage: https://github.com/
|
|
57
|
+
homepage: https://github.com/dlackty/cocoapods-default-install
|
|
58
58
|
licenses:
|
|
59
59
|
- MIT
|
|
60
60
|
metadata: {}
|
|
@@ -77,5 +77,5 @@ rubyforge_project:
|
|
|
77
77
|
rubygems_version: 2.2.2
|
|
78
78
|
signing_key:
|
|
79
79
|
specification_version: 4
|
|
80
|
-
summary:
|
|
80
|
+
summary: Makes `pod` defaults to `pod install` when `Podfile` detected.
|
|
81
81
|
test_files: []
|