cocoapods-vipers 0.0.4 → 0.0.5

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: 955f762815a084b35b851037fc3b3a82be44f13ce49cef0f496cf70f32bde70d
4
- data.tar.gz: 208b7100f16ac29a91797b282d7344c89931e60acd6202f0a17184b37818a7e2
3
+ metadata.gz: 24957899c91ceeca52285d466a8ef11eecce0af0b19b4b5cbb83f256b6288771
4
+ data.tar.gz: 1f71b766c80e938aa6de0d3a76958cd34755eb0656faa4ffe3d969aae87c0c4b
5
5
  SHA512:
6
- metadata.gz: 64e2b36364468a508cd87c9f7c9b711c66aa661acd7f9f6b509d92aeaa9a8d0f3d08a348621f518393d077143d3927a5020a9b682af2697c8cae22f87e558d3c
7
- data.tar.gz: 904ca06ed03e28b425574535cccc87660fe05526505c8bf07996e4e75cb46adbe088ccdc2ac02b2dd152f9ea083426a81f30b1df2010ff6fc714bdf60b6b1c74
6
+ metadata.gz: e425fb141926be4e066edab3ec542aafc87f90aaf4f0ca2d21d939f51b7f4135330b84f44294a92b51c6e19b3b55f79738f75d6d04a064c0eb5802e1d66333c6
7
+ data.tar.gz: 860a011cb01bebd6503ff26e86ace669ac7b14dc4656f63253392a29164c5c79a42d2f428e549b3001e9101bc3d05fd213eb5240857e7bfc2727419d259ebc31
@@ -1,3 +1,3 @@
1
1
  module CocoapodsVipers
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
@@ -47,7 +47,7 @@ def handleClsAndMethod(viper, vipers_params_class, vipers_ext_func)
47
47
  #{assign_lines_text}
48
48
  }
49
49
  required public init() {
50
- print("default init")
50
+ fatalError("init() has not been implemented")
51
51
  }
52
52
  }
53
53
  RUBY
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-vipers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - fengjx