cocoapods-mapfile 0.2.7.1 → 0.2.7.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
  SHA256:
3
- metadata.gz: aaaa78e71fbc30aa040f8a0ad7d14ad0af6691a406e40a1002119c8b39a06f7c
4
- data.tar.gz: 790ac93ec756eb422472df923f99d4d706638b69141ccd43e84a515cac42cdad
3
+ metadata.gz: 65bdc2c48951cb24058ac1f84069c3d45ae4f675a1c1668ee794a8c1f49b5219
4
+ data.tar.gz: ea6f67b75799e12c0d9cdc973c23e1259de900d7452e7515783a5ebcffdb74f7
5
5
  SHA512:
6
- metadata.gz: 4bca57920f0d2ef6bc29aa611c221c1e1b1f86e95abf4ac2225fa160dd44a51456a3ba4044202dde4088994d663bb30c2ed02f640947e8e825cc7e7264de63d7
7
- data.tar.gz: eb3623e1250bbf2d1ae177aaf819735cd410fb43eba476727350fc0ed6d662bd8e6bc03b51e38b4377f45c665d953622fc6bf04aff9d091b92274bbf1ebe309d
6
+ metadata.gz: cb0e16716cdd01a364909d5f452e6a00545b0c8096a812159140b443811fd18c02455838c36f0f1b821d565044cfe6a00f84d471fef8fa648e6657295b6dcaa5
7
+ data.tar.gz: 02d64062414b7bb872fc06f39b7d4272a1c687b214672a5e9d8c53a8464d53895557023938cedab5b02e84b5308575d1fc97bb7f7d94032b0e07e57f9790923f
@@ -57,6 +57,8 @@ module HMap
57
57
  end
58
58
  end
59
59
  UserInterface.puts "\n[hmapfile-from-json] finish"
60
+ rescue Object => exception
61
+ UserInterface.puts "#{exception}".red
60
62
  end
61
63
  end
62
64
  end
@@ -1,5 +1,5 @@
1
1
  module HMap
2
2
  # The version of the hmapfile command line tool.
3
3
  #
4
- VERSION = '0.2.7.1'.freeze unless defined? HMap::VERSION
4
+ VERSION = '0.2.7.2'.freeze unless defined? HMap::VERSION
5
5
  end
@@ -1,5 +1,6 @@
1
1
  # frozen_string_literal: false
2
-
2
+ require 'stringio'
3
+ require 'fileutils'
3
4
  module HMap
4
5
  # A collection of utility functions used throughout cocoapods-hmap.
5
6
  module Utils
@@ -1,5 +1,4 @@
1
1
  # frozen_string_literal: true
2
-
3
2
  require 'hmap/xc/workspace/workspace'
4
3
 
5
4
  module HMap
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-mapfile
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.7.1
4
+ version: 0.2.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cat1237
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-06-10 00:00:00.000000000 Z
11
+ date: 2022-07-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler