swift-tools 3.0.0 → 3.0.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/swift_tools.rb +1 -1
  3. metadata +3 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c28f4aeceef967541bfc5e16a19d2bcde80b73bf
4
- data.tar.gz: f33bd65d76081c16bb726a49d48e1392a6a32229
3
+ metadata.gz: b52354a80d7ac7852a905b6541417c85f8b1a246
4
+ data.tar.gz: 46a3befc26c77cc13a2b3b8ea49cb4e328abe737
5
5
  SHA512:
6
- metadata.gz: 155ed59fd5357ec9c6fe1354c0e9f238a5026066666b5208d97115a4315446b2f70493a760f2816aa35558c5e6fe02a93f7b116c4d0492fb6ff5a7b6f7d1efa0
7
- data.tar.gz: 359367669c2c4bbd84373f6fd10e74f82b682ca4f6797d6d77cca12caa799ac01f76b9e1576edc40119b166df2c4cafefd5486260a55eb096fd8c7bd942b31fd
6
+ metadata.gz: 74674780c301661ba1d7c2ec59db1b50207295ae26ca1d777b799c4a1e6c871ed61577180af00350a85dfb0e0c9b7d402e80f3915114b5804d163cf40db32cb1
7
+ data.tar.gz: f5ceddfb1267f8debd7632846422386e8be41530ce73d7d092a2b1db3122cb6a86252640b3ae41fcf3b15b3ceee91854b3e32d796eefe1cd1b8eec0b437f768a
data/lib/swift_tools.rb CHANGED
@@ -2,5 +2,5 @@ require 'csharp_2_swift'
2
2
  require 'objc_2_swift'
3
3
 
4
4
  module SwiftTools
5
- VERSION = "3.0.0"
5
+ VERSION = "3.0.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.0.0
4
+ version: 3.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Lyon-smith
@@ -38,7 +38,8 @@ dependencies:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '5.0'
41
- description: ''
41
+ description: A suite of tools for managing and converting to Swift source code, including
42
+ space/tab indentation, rough C# to Swift and Objective to Swift conversion.
42
43
  email: john@jamoki.com
43
44
  executables:
44
45
  - csharp2swift