cocoapods-default-install 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5dc00b03f317cce37582d380a81c2c3f72a82301
4
- data.tar.gz: fc0a19027e769b18253eb14f238c8b91472357ed
3
+ metadata.gz: c41029475e87b08de4665e0eb1aa545fdb24489d
4
+ data.tar.gz: 7b1d3423ee5363d760e78cba24112b8514ca702b
5
5
  SHA512:
6
- metadata.gz: 134fbcd82193c4503ea59818d0ab8bc57b984ff1dcf74b74a10421d9f24b4f605c598cd61302efd9d9956ac88088c00dc0e6208ce5245b91a07b2759ad19496c
7
- data.tar.gz: 930695b1165d1c05aef6d733a8877c382b7078676b21004d2e64ff9fc625343722f3221fb8f07af03aee0792b9f6d3b33f6eada7b4b6e0a33a4ed1c8fac92103
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{A short description of cocoapods-default-install.}
12
- spec.summary = %q{A longer description of cocoapods-default-install.}
13
- spec.homepage = "https://github.com/EXAMPLE/cocoapods-default-install"
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($/)
@@ -1,3 +1,3 @@
1
1
  module CocoapodsDefaultInstall
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
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.0
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: A short description of cocoapods-default-install.
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/EXAMPLE/cocoapods-default-install
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: A longer description of cocoapods-default-install.
80
+ summary: Makes `pod` defaults to `pod install` when `Podfile` detected.
81
81
  test_files: []