cocoapods-repo-update 0.0.3 → 0.0.4

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: 1f943bdfe08c5b73e39d69c2e45a95d409166148
4
- data.tar.gz: c4a9c6f9981ba750cc2f626ea9de5a590c48918f
3
+ metadata.gz: c242c7ceea0d61f07c3c100170ec1e9aebc57930
4
+ data.tar.gz: 1e9c2448bda84ea1c03b3398bfaba80b81c2a3da
5
5
  SHA512:
6
- metadata.gz: 3b71d276fb4c4261256c36d02f1c89b9c73583821e60943434c1853e6afea09b363046579c7a61ea2386634c2a4459e61d187c00b35cf711a496f4bcd5297bb6
7
- data.tar.gz: dbec013ac1bb9059491d25ee17b33147886aaf7a1223939fca427484892ca981e7efab1d5177cb2f73d675bed4d0a2a62fd9db1f9c4de07a17001a746524d834
6
+ metadata.gz: 6f1016fc1e955f3045a2e84ccc013248b78da6e319b84e7a8118532408e5d2654c929505d719e1130f05241b48406aaf6f2341dd5340d1e3fa46d2802097c6ae
7
+ data.tar.gz: 997d90ec1c8660cdcbb2f0afdbca70aef9ba61a4eccbc8e93e5e50da71630d48fbb90a3ccea0ed209288511302bed9d5517fa6158a7e159282a6075fb42e58a7
@@ -1,4 +1,4 @@
1
1
  module CocoapodsRepoUpdate
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  NAME = "cocoapods-repo-update"
4
4
  end
@@ -19,9 +19,9 @@ module CocoapodsRepoUpdate
19
19
  rescue Exception => e
20
20
  raise unless CocoapodsRepoUpdate::Helper.specs_need_update?(e)
21
21
 
22
- message = "At least one Pod is not in the local specs repo"
23
- if CocoapodsRepoUpdate::Helper.version_conflict?(e)
24
- message = "There was a version conflict with some of your pods"
22
+ message = "There was a version conflict with some of your pods"
23
+ if CocoapodsRepoUpdate::Helper.no_spec_found?(e)
24
+ message = "At least one Pod is not in the local specs repo"
25
25
  end
26
26
 
27
27
  Pod::UI.puts "#{message}. Updating specs repo..."
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-repo-update
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Treanor
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-11-16 00:00:00.000000000 Z
11
+ date: 2019-01-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cocoapods