cocoapods-core 1.14.0 → 1.14.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: 06a2fa287969aad00e95b8112c53febf5e1b9af38805ffc415841d42b7321ec7
4
- data.tar.gz: 67558cd8fd551ced462b2908a4b9ae270ccd125e8580353e6b791cea78a84af1
3
+ metadata.gz: a6037b2e2d62256e58072f0d66fa6e90332a5c71443912fa3738c459b5096926
4
+ data.tar.gz: f38ee0ac1d0f0eb1e76875fc8d3df0342931c08abdbbea746b6f6118d3fbe50f
5
5
  SHA512:
6
- metadata.gz: d546dfeadfced19c64fb381de6044869d16bff2b54348058742f338863cf9030f8cff7b606b69aa5ea3a1a034e2be2f54274db9d7f0adbc541132c2e8ac0b1b7
7
- data.tar.gz: 38ae54c63250f85763d1d295a35a97248fd1a3a300f64295f40f83723048b1ecf4de6e9e495d0df5422c413d638d1e882a995549a72f069c3cf1e3032c4351f1
6
+ metadata.gz: 52931dfe62074d717f89674c4510e072550fbf90d685946db9d4e8bc2819a6d9e54308dcd347f3d09a37f570139d66df88d98e67aba58da7db3b3b74b3680934
7
+ data.tar.gz: 4f58599a9d6f8fce40f7e20151a4e0ee846ec5c8e8ca2c6ec0dec1e8161d3e5eb12387a87f1c735462371a981ad286db26c3f703d2e784d920aab3f715e5f22a
@@ -1,5 +1,5 @@
1
1
  module Pod
2
2
  # The version of the cocoapods-core.
3
3
  #
4
- CORE_VERSION = '1.14.0'.freeze unless defined? Pod::CORE_VERSION
4
+ CORE_VERSION = '1.14.2'.freeze unless defined? Pod::CORE_VERSION
5
5
  end
@@ -5,7 +5,7 @@ module Pod
5
5
  #
6
6
  def to_json(*a)
7
7
  require 'json'
8
- to_hash.to_json(*a) << "\n"
8
+ JSON.dump(to_hash, *a) << "\n"
9
9
  end
10
10
 
11
11
  # @return [String] the pretty json representation of the specification.
@@ -14,6 +14,9 @@ module Pod
14
14
  require 'pathname'
15
15
  require 'cocoapods-core/vendor'
16
16
 
17
+ require 'active_support'
18
+ require 'active_support/core_ext'
19
+
17
20
  autoload :Version, 'cocoapods-core/version'
18
21
  autoload :Requirement, 'cocoapods-core/requirement'
19
22
  autoload :Dependency, 'cocoapods-core/dependency'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.14.0
4
+ version: 1.14.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eloy Duran
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2023-10-25 00:00:00.000000000 Z
12
+ date: 2023-10-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport