cocoapods-binary-bugfix 0.0.2 → 0.0.3

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: 6c7d3e0e99c79f10704efb56feec8eb8c85c867753434fd15ef4aa4978e279e5
4
- data.tar.gz: 7e619131526fddfec40ced05c2f99f89efc1a48e4061a17ef427ef22ff98cbf3
3
+ metadata.gz: d5bdcf0a5bbb3befb91488853617c4f860845cd598524c6e867445d2072ef05f
4
+ data.tar.gz: e5ab3f835cdf623323895547adb69be9efcaa19f75df8e73e6cfe7a92b780b50
5
5
  SHA512:
6
- metadata.gz: 339545146e55b16253ff54b6d8577a44789ca25e76cef98e1f1be2f40c8beff541e00a7039ae4e196a9097bbb3e2ad2951f0d1519b3312bc478984d0b4c0aa8b
7
- data.tar.gz: 233d313672d53bc18dc942f1dfbe97db16e78075a64327b3193886029773f98633ddf0234bf12d52c1403da834a95ad13d451e339213bb1c414b3689194a7ad5
6
+ metadata.gz: b0d9c94b7d230ba0ea9bff0e405795ada75e6fdab26a10b7f705ff73e2a8570872a8f36be0029f8c1d1417d1729187887179e29702ffd999983a4ec7de615507
7
+ data.tar.gz: bc36a3b44b4e87abd683b0763c2df4ddcf3d04d23459cc47f80368a4beee80e09c097d2463f97005562fed05a375a9a948ebb34172a9a4b1c0620238d2a01e00
@@ -89,7 +89,7 @@ Pod::HooksManager.register('cocoapods-binary-bugfix', :pre_install) do |installe
89
89
  next
90
90
  end
91
91
 
92
- Pod::UI.puts("当前版本: #{CocoapodsBinaryBel::VERSION}")
92
+ Pod::UI.puts("当前版本: #{CocoapodsBinaryBugfix::VERSION}")
93
93
 
94
94
  # [Check Environment]
95
95
  # check user_framework is on
@@ -1,3 +1,3 @@
1
1
  module CocoapodsBinaryBugfix
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-binary-bugfix
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - caitoy