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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 62c4f6572d94fbf7983499950d92309c77d6d95c
4
- data.tar.gz: 918ef2710b290bc20628e04e197765ee2b707e9f
3
+ metadata.gz: ea07ef79c6cd60d7f28ff17e69c23cf89e8d2084
4
+ data.tar.gz: 39886232c3a873f7ea50e0aab01504a9d3364e9f
5
5
  SHA512:
6
- metadata.gz: 10972f82c2e6aa679d4c8ebc432a13cd381b29f38909f538cfa40622b83d17a528b4cf75a9ac3f596ed58acc77c59fa12a5644c3f13af63aec504faeb1ec531f
7
- data.tar.gz: e59dafd1fa3bca00d873369c9f8872a9130dadb3ef84345f9f5e843d5c355435a70a10a454fd2277262d5b5fbcc574bb7c58b7d126a5ca7925cc9a7c424f28d6
6
+ metadata.gz: 467ef7fdf98539cd03e9d9430b41debbac3f28caf18007b2dd89163b8512223ff27983661a47f7d70e039fea70634b6667f87281c7809138bd8d01b39db1a477
7
+ data.tar.gz: 421408fd73098b0d63dd989af963e1cf31643b1b62020fc930963ad8906d39b6ae2ab226be89b1ceed705e4627db2ea9b2247c291bf0e4443eaebeb559bdefe9
@@ -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-Sandoval']
10
- spec.email = ['k.isabel.sandoval@gmail.com']
11
- spec.description = %q{A short description of cocoapods-label.}
12
- spec.summary = %q{A longer description of cocoapods-label.}
13
- spec.homepage = 'https://github.com/EXAMPLE/cocoapods-label'
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($/)
@@ -1,3 +1,3 @@
1
1
  module CocoapodsLabel
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
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.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
- - Karla-Sandoval-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: A short description of cocoapods-label.
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/EXAMPLE/cocoapods-label
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: A longer description of cocoapods-label.
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