swift-tools 3.3.0 → 3.3.1

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
  SHA1:
3
- metadata.gz: a996ed7884cc6e36f6488cdc8c872f6f8935add4
4
- data.tar.gz: 812deb2223cf24ed41104d3a2df3b40f0b36c680
3
+ metadata.gz: 5ca9eb32af44c993c6348d15764e0d2b5b1ef0df
4
+ data.tar.gz: 818703f094286afdfedfc1a3bfa7f2595faecdf3
5
5
  SHA512:
6
- metadata.gz: 6821410d2ff24e058c504592c06fccef962796796f2021844cd32b61284a56bbc9909bb74527ec0faffd1bcf6403d3d876c0ae6e73f65140ff4e54e7b60babb6
7
- data.tar.gz: f61e270b413a36be7bc9accae6c6347f00a83654328a114341ea904151626320ad516ac55ad3ea7543d8273792a6ab1a210efa3f1d00200fd652112eafd1f0ee
6
+ metadata.gz: d26c9baed3e339375677f8aa18ade8069326d7ed501a2ed8c9b5f338d181d7b2439ecd89f197e3ef1d0b8ba241714473dc251382c4a390215adb4a1941f84574
7
+ data.tar.gz: bf3ffd29c016be72a57c0518c1da4e2b2f1c15b52b8e00d221c80a60e6a48047dc4f2d1150c1689c3aae300c89f95bf161939df9ab9ed71cab3cf13b401123c4
@@ -392,7 +392,7 @@ module SwiftTools
392
392
  param_label_re = /(?:\n| )+([a-zA-Z0-9_]+) *:/
393
393
  label_match = body.match(param_label_re, obj_match.offset(0)[1])
394
394
 
395
- begin
395
+ unless label_match.nil?
396
396
  arg = { :name => label_match[1]}
397
397
 
398
398
  if block_match = body.match(/ *(?:\(.*?\))?(?: |\n)\{/, label_match.offset(0)[1])
@@ -2,5 +2,5 @@ require 'csharp_2_swift'
2
2
  require 'objc_2_swift'
3
3
 
4
4
  module SwiftTools
5
- VERSION = "3.3.0"
5
+ VERSION = "3.3.1"
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: swift-tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.0
4
+ version: 3.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Lyon-smith