cocoapods-label 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/cocoapods-label.gemspec +5 -5
- data/lib/cocoapods-label/gem_version.rb +1 -1
- metadata +7 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ea07ef79c6cd60d7f28ff17e69c23cf89e8d2084
|
4
|
+
data.tar.gz: 39886232c3a873f7ea50e0aab01504a9d3364e9f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 467ef7fdf98539cd03e9d9430b41debbac3f28caf18007b2dd89163b8512223ff27983661a47f7d70e039fea70634b6667f87281c7809138bd8d01b39db1a477
|
7
|
+
data.tar.gz: 421408fd73098b0d63dd989af963e1cf31643b1b62020fc930963ad8906d39b6ae2ab226be89b1ceed705e4627db2ea9b2247c291bf0e4443eaebeb559bdefe9
|
data/cocoapods-label.gemspec
CHANGED
@@ -6,11 +6,11 @@ require 'cocoapods-label/gem_version.rb'
|
|
6
6
|
Gem::Specification.new do |spec|
|
7
7
|
spec.name = 'cocoapods-label'
|
8
8
|
spec.version = CocoapodsLabel::VERSION
|
9
|
-
spec.authors = ['Karla-Sandoval
|
10
|
-
spec.email = ['k.isabel.sandoval@gmail.com']
|
11
|
-
spec.description = %q{
|
12
|
-
spec.summary = %q{
|
13
|
-
spec.homepage = 'https://github.com/
|
9
|
+
spec.authors = ['Karla-Sandoval','Emma Koszinowski']
|
10
|
+
spec.email = ['k.isabel.sandoval@gmail.com','emkosz@gmail.com']
|
11
|
+
spec.description = %q{annotate your podfile with descriptions for each pod.}
|
12
|
+
spec.summary = %q{annotate your podfile with descriptions for each pod.}
|
13
|
+
spec.homepage = 'https://github.com/Karla-Isabel-Sandoval/cocoapods-label'
|
14
14
|
spec.license = 'MIT'
|
15
15
|
|
16
16
|
spec.files = `git ls-files`.split($/)
|
metadata
CHANGED
@@ -1,10 +1,11 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cocoapods-label
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
- Karla-Sandoval
|
7
|
+
- Karla-Sandoval
|
8
|
+
- Emma Koszinowski
|
8
9
|
autorequire:
|
9
10
|
bindir: bin
|
10
11
|
cert_chain: []
|
@@ -38,9 +39,10 @@ dependencies:
|
|
38
39
|
- - ">="
|
39
40
|
- !ruby/object:Gem::Version
|
40
41
|
version: '0'
|
41
|
-
description:
|
42
|
+
description: annotate your podfile with descriptions for each pod.
|
42
43
|
email:
|
43
44
|
- k.isabel.sandoval@gmail.com
|
45
|
+
- emkosz@gmail.com
|
44
46
|
executables: []
|
45
47
|
extensions: []
|
46
48
|
extra_rdoc_files: []
|
@@ -58,7 +60,7 @@ files:
|
|
58
60
|
- lib/cocoapods_plugin.rb
|
59
61
|
- spec/command/label_spec.rb
|
60
62
|
- spec/spec_helper.rb
|
61
|
-
homepage: https://github.com/
|
63
|
+
homepage: https://github.com/Karla-Isabel-Sandoval/cocoapods-label
|
62
64
|
licenses:
|
63
65
|
- MIT
|
64
66
|
metadata: {}
|
@@ -81,7 +83,7 @@ rubyforge_project:
|
|
81
83
|
rubygems_version: 2.4.6
|
82
84
|
signing_key:
|
83
85
|
specification_version: 4
|
84
|
-
summary:
|
86
|
+
summary: annotate your podfile with descriptions for each pod.
|
85
87
|
test_files:
|
86
88
|
- spec/command/label_spec.rb
|
87
89
|
- spec/spec_helper.rb
|