cocoapods-rn-toolkit 0.0.13 → 0.0.14

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: 31a191ee21b84d1f5919b68ac249396adf65fb2d705deec8a28929d08c406142
4
- data.tar.gz: bd860ff9631e499d2e383e740ae2813cb56f8a31c466442fde0556651dc9ea49
3
+ metadata.gz: 7dd1f7fe959088105817f9027a1a6787acb110e77d0059442e3c5b040fcb2c04
4
+ data.tar.gz: bdcab2402240fcf55cf57da22beb2e6f3b4e53e344666d5ddc9b3cb5cb58e3a6
5
5
  SHA512:
6
- metadata.gz: 403bef152cc3cb9928997fe966b6c0d798afac9871e4b9771da49215df43a0950afac3ee771463c26b101ea70e077588dd8ad6868fc6d85b961034474a40f972
7
- data.tar.gz: 150e32f9e9180f317bef458247de3b0f61e7d7e48fb1fd74c2142e18331a13824ca5fa77dcf27285a0df79da79e8d870447929393354824ee190f4fb36c7e917
6
+ metadata.gz: fb432ea7d827457d656c13f3ba128f7dc4fd0429aee3832940377562a6cf6de9987a396e2f28b11b2a98d2d6cab0b0f69235854649cc32aa7a85bd6d893b1943
7
+ data.tar.gz: 9a23f59a72b258a1c5af01a6a8a81c278b41aa9c776a8488eb03f5fab4ea92cb4841b158b911375751dde8188de089f919a748cd14338c7a181180d4fdf84f49
@@ -1,3 +1,3 @@
1
1
  module CocoapodsRnToolkit
2
- VERSION = "0.0.13"
2
+ VERSION = "0.0.14"
3
3
  end
@@ -20,8 +20,8 @@ module CocoapodsRnToolkit
20
20
  content = File.read(full_prefix_path)
21
21
  return if content.include?(macro)
22
22
 
23
- puts "[cocoapods-rn-toolkit] 更新前缀头文件: #{full_prefix_path}"
24
-
23
+ # puts "[cocoapods-rn-toolkit] 更新前缀头文件: #{full_prefix_path}"
24
+
25
25
  content = content + "\n" + macro
26
26
  File.open(full_prefix_path, 'w') { |file| file.write(content) }
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-rn-toolkit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.13
4
+ version: 0.0.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nx