cocoapods-tdf-bin 0.0.36 → 0.0.37

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
2
  SHA256:
3
- metadata.gz: dd67346e94e4af13df45f90c0244574283f632a138c490472ba5fd8c75832209
4
- data.tar.gz: 74fef89df21a834c66e45bf7182d1f6e1ba72e4ab22e83d6f9427e0acab62ae0
3
+ metadata.gz: faced035585d03bace6efe36e6fd93021d3895f836c1261b9d313ebb2e8c5c35
4
+ data.tar.gz: e09f93829baadbd590ab7f0d3850bc00f4fdd6152a836845e7ef3e127357c3aa
5
5
  SHA512:
6
- metadata.gz: 9939a330c1e6e324c16884fa984602f7ea569637584dfd95864b2840bd4854d281559a9cfe4aebbd90caf5b1bd0a137735d46097cd43794e99ba7ab8f83e56ba
7
- data.tar.gz: 38e2ca0228d7b237c9368ee3c83ea639803a5078fd6bd57a0745082a37ccf9cb444da778fc367ebe1e88cbec74ea273aa3db4c7da8e6b53b3082749efcc7e4a3
6
+ metadata.gz: 8f41494fec776bf644404fe3a8fd9763f797bee22d79885b8208e68f9e41d9b6f55f3013d59071ff1527a62261d0b2ba0f4b84bf36d0b618669f03156c8bb5a5
7
+ data.tar.gz: ff6677e692a3cb0c419b1550b345248c6406d11c8dd614290cf971268d4a1dd1e7a3a2a06590b69e8a570800980f34003b2c49d5ef7a2ecb781aa4bd2db876e6
@@ -154,7 +154,7 @@ module Pod
154
154
  end
155
155
 
156
156
  def binary_podsepc_json
157
- "#{@specification.name}.binary.podspec.json"
157
+ "#{@specification.name}.podspec.json"
158
158
  end
159
159
 
160
160
  def binary_template_podsepc
@@ -126,7 +126,7 @@ module CBin
126
126
 
127
127
  def binary_json_dir
128
128
  @binary_json_dir ||= begin
129
- dir = File.join(root_dir,binary_json_dir_name)
129
+ dir = File.join(root_dir, binary_json_dir_name)
130
130
  Dir.mkdir(dir) unless File.exist?dir
131
131
  Pathname.new(dir)
132
132
  end
@@ -1,6 +1,6 @@
1
1
 
2
2
  module CBin
3
- VERSION = "0.0.36"
3
+ VERSION = "0.0.37"
4
4
  end
5
5
 
6
6
  module Pod
@@ -48,7 +48,7 @@ module CBin
48
48
  end
49
49
 
50
50
  def filename
51
- @filename ||= "#{spec.name}.binary.podspec.json"
51
+ @filename ||= "#{spec.name}.podspec.json"
52
52
  end
53
53
 
54
54
  private
@@ -48,7 +48,7 @@ module CBin
48
48
  end
49
49
 
50
50
  def filename
51
- @filename ||= "#{CBin::Config::Builder.instance.binary_json_dir_name}/#{spec.name}.binary.podspec.json"
51
+ @filename ||= "#{CBin::Config::Builder.instance.binary_json_dir_name}/#{spec.name}.podspec.json"
52
52
  end
53
53
 
54
54
  private
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-tdf-bin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.36
4
+ version: 0.0.37
5
5
  platform: ruby
6
6
  authors:
7
7
  - gaijiaofan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-26 00:00:00.000000000 Z
11
+ date: 2023-08-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: parallel