cocoapods-hipac 0.0.8 → 0.0.9

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA256:
3
- metadata.gz: 82db1654111f71d4ce498caf22c24541b2beb2893d2772dfa23116665a728024
4
- data.tar.gz: 90571b88a9e3a115f86f2afaea9e703139305212f3fa9cd4dd8f7a13a785d42e
2
+ SHA1:
3
+ metadata.gz: '0683cefb1608da10d0e25592847dd21739c56c56'
4
+ data.tar.gz: c6907c77a2590b671fc27c27b684b87cdb7d9215
5
5
  SHA512:
6
- metadata.gz: 7bacc6d303f563806e24cbfe286cd2be61171cbfc03c8386ddf046904a8b7e5dd949a5b8fbfb2c9af5f1ac23d45cb054556e56ff673cc555662656eebef3f9c9
7
- data.tar.gz: 921494b225a6440d882d38e3aeb009713a8404dbabfb2ed6b2b9984699891a58ed5396169501077d9abef063352fc2a519ff02ed1ab7502c8b5d3aa427a02202
6
+ metadata.gz: bb0dd88865cb83d2cb55e4c0c444c1e16b8698ec430e3866c0a3979511fb1d5a89517e2009e9592b5443ec1ce0ad0a1eb7ce3fe1655c1d61c32e2b0e2598176b
7
+ data.tar.gz: 6c8b869dbf3a51d141339aa49d8738ac6ec6ea4375cce1c0555e53a1821d612f3d99899a0e0b932961e82268a04ee8a621faa9e381ea0020c6eacc59b7d86181
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cocoapods-hipac (0.0.7)
4
+ cocoapods-hipac (0.0.9)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -15,10 +15,10 @@ GEM
15
15
  atomos (0.1.3)
16
16
  bacon (1.2.0)
17
17
  claide (1.0.2)
18
- cocoapods (1.7.0.beta.3)
18
+ cocoapods (1.7.5)
19
19
  activesupport (>= 4.0.2, < 5)
20
20
  claide (>= 1.0.2, < 2.0)
21
- cocoapods-core (= 1.7.0.beta.3)
21
+ cocoapods-core (= 1.7.5)
22
22
  cocoapods-deintegrate (>= 1.0.3, < 2.0)
23
23
  cocoapods-downloader (>= 1.2.2, < 2.0)
24
24
  cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -28,13 +28,13 @@ GEM
28
28
  cocoapods-try (>= 1.1.0, < 2.0)
29
29
  colored2 (~> 3.1)
30
30
  escape (~> 0.0.4)
31
- fourflusher (>= 2.2.0, < 3.0)
31
+ fourflusher (>= 2.3.0, < 3.0)
32
32
  gh_inspector (~> 1.0)
33
33
  molinillo (~> 0.6.6)
34
34
  nap (~> 1.0)
35
35
  ruby-macho (~> 1.4)
36
- xcodeproj (>= 1.8.2, < 2.0)
37
- cocoapods-core (1.7.0.beta.3)
36
+ xcodeproj (>= 1.10.0, < 2.0)
37
+ cocoapods-core (1.7.5)
38
38
  activesupport (>= 4.0.2, < 6)
39
39
  fuzzy_match (~> 2.0.4)
40
40
  nap (~> 1.0)
@@ -51,14 +51,14 @@ GEM
51
51
  colored2 (3.1.2)
52
52
  concurrent-ruby (1.1.5)
53
53
  escape (0.0.4)
54
- fourflusher (2.2.0)
54
+ fourflusher (2.3.1)
55
55
  fuzzy_match (2.0.4)
56
56
  gh_inspector (1.1.3)
57
57
  i18n (0.9.5)
58
58
  concurrent-ruby (~> 1.0)
59
59
  metaclass (0.0.4)
60
60
  minitest (5.11.3)
61
- mocha (1.2.1)
61
+ mocha (1.9.0)
62
62
  metaclass (~> 0.0.1)
63
63
  mocha-on-bacon (0.2.3)
64
64
  mocha (>= 0.13.0)
@@ -68,12 +68,12 @@ GEM
68
68
  netrc (0.11.0)
69
69
  prettybacon (0.0.2)
70
70
  bacon (~> 1.2)
71
- rake (10.5.0)
71
+ rake (12.3.3)
72
72
  ruby-macho (1.4.0)
73
73
  thread_safe (0.3.6)
74
74
  tzinfo (1.2.5)
75
75
  thread_safe (~> 0.1)
76
- xcodeproj (1.9.0)
76
+ xcodeproj (1.11.0)
77
77
  CFPropertyList (>= 2.3.3, < 4.0)
78
78
  atomos (~> 0.1.3)
79
79
  claide (>= 1.0.2, < 2.0)
@@ -53,6 +53,8 @@ module Pod
53
53
 
54
54
  else
55
55
  info << '0'
56
+ info << '|'
57
+ info << pod.requirement.requirements.first.last.to_s
56
58
  end
57
59
 
58
60
  UI.puts info
@@ -1,3 +1,3 @@
1
1
  module CocoapodsHipac
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-hipac
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - QiYa
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-07-02 00:00:00.000000000 Z
11
+ date: 2019-08-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -89,7 +89,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
89
89
  - !ruby/object:Gem::Version
90
90
  version: '0'
91
91
  requirements: []
92
- rubygems_version: 3.0.3
92
+ rubyforge_project:
93
+ rubygems_version: 2.5.1
93
94
  signing_key:
94
95
  specification_version: 4
95
96
  summary: A longer description of cocoapods-hipac.