swift-boiler 1.0 → 1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ae6e8acdb47998ccba7f7d369e45246852ac134d
4
- data.tar.gz: 62dc57b257198487389f4ca88f7b80c191345f9d
3
+ metadata.gz: c13fe7c39bd1a57c04504875c1d0c8b99fb9bd94
4
+ data.tar.gz: 60f44546c81b77842ba7b13d7d86e855aefb975f
5
5
  SHA512:
6
- metadata.gz: d28b9e6f66707174357fab342d4cb97e47d5c7f6069fec4e20c1951f438ec5dd9c0639815af870a6d32b08ab4a0b2ed58a5b803ee35e2412f6b3ea1dbd36e574
7
- data.tar.gz: 190b8965ab0fbc9c39dd033f42dda7287cb4c9a0e7582f6f5165cf6dffaa272aeae72ee7a73bf0859466cea225d366a036031f3c0d731f145c71edba5c01fd98
6
+ metadata.gz: 9939fc2b0afff547cd93f20621f1813a320067e6bfe1279e8cfb274b7223d3304f6f8e3e9f11c8c8ba74cab2190a63acd77d23a760f27d15888419489d46b795
7
+ data.tar.gz: 6b1309e2ddddddd30d5b82370c9a57ca1f4d676ad8e4f5750bf4ca9883d23188f1ec3c9faeb7bda1bfa74519cb1fdb28ef5bb88e813c20fdbc62da6ceffdac98
@@ -8,13 +8,13 @@
8
8
  struct {{class_name}} {
9
9
 
10
10
  {{#properties.ui_label}}
11
- let {{name}}: {{type}} = {{type}}()
11
+ private let {{name}}: {{type}} = {{type}}()
12
12
  {{/properties.ui_label}}
13
13
  {{#properties.ui_view}}
14
- let {{name}}: {{type}} = {{type}}()
14
+ private let {{name}}: {{type}} = {{type}}()
15
15
  {{/properties.ui_view}}
16
16
  {{#properties.unknow_type}}
17
- let {{name}}: {{type}} = {{type}}()
17
+ private let {{name}}: {{type}} = {{type}}()
18
18
  {{/properties.unknow_type}}
19
19
 
20
20
  public init({{#properties.unknow_type}}, {{name}}:{{type}}{{/properties.unknow_type}}{{#properties.ui_label}}, {{name}}:{{type}}{{/properties.ui_label}}{{#properties.ui_view}}, {{name}}:{{type}}{{/properties.ui_view}}) {
@@ -1,5 +1,5 @@
1
1
  module Swift
2
2
  module Boiler
3
- VERSION = "1.0"
3
+ VERSION = "1.0.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: swift-boiler
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.0'
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pedro Peres
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-07-16 00:00:00.000000000 Z
11
+ date: 2017-07-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler