cocoapods-alexandria 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
  SHA256:
3
- metadata.gz: e638279de826395aa7ac4b217a85b16fb8fe255161a418d1c185157594715339
4
- data.tar.gz: b42e571938bd4f2ae2f701c393d0f7518ef53169c89db75419e5b40627b7367b
3
+ metadata.gz: 335df8c8a5fec628ba5f248d9e6e0aebdc646580a1eb8084321eafb90c0f9826
4
+ data.tar.gz: 16eb476b2088a28ccdd79bb09ba86bc45a2a093d0d553b535560e0113015b2a3
5
5
  SHA512:
6
- metadata.gz: 86d6d34039cafc3dab302c23d86d96c36fdb1c4b63b8f337432fc1bc0f7bb39b41cad86ed9ecab0bf2ee4d684d65c81379193b8793d318a912833aefa19402de
7
- data.tar.gz: b0aedadd56ae7a45bfef37197c92ccf2c0292d2e180c711c709abc9b54bd0cbed310257f7a7cc251e99d4893e9950ab2f3e722754d4ebe42d9bacd2e2ce7efdf
6
+ metadata.gz: 6a089c34cef83c8e4436d1af165fcbe179fc6eabc251ba27ee4ad585c389cf2fa91aeebf91fb1d9aa5ada7973bccd36509da05c4776edae3ea1bc4d9cc8a6561
7
+ data.tar.gz: a64669145f5e8f66c74856ab687e012445dadbef0d5073e7c78864c04d12ff400df23b30ebe0e825aa40831438f86c4f7ecc655fea3b08a7939a66cdeba6f1fd
@@ -1,3 +1,3 @@
1
1
  module CocoapodsAlexandria
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
@@ -95,7 +95,7 @@ module PodAlexandria
95
95
  if File.directory?(path)
96
96
  FileUtils.remove_dir(path, true)
97
97
  else
98
- Pod::UI.warning "🤔 Could not delete #{path}, it does not exist! (this is normal for newly added pods)"
98
+ Pod::UI.warn "🤔 Could not delete #{path}, it does not exist! (this is normal for newly added pods)"
99
99
  end
100
100
  end
101
101
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-alexandria
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
  - David Jennes