ccios 2.0.3 → 2.0.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fbdbfc24427136819707fbc0250ceac8dc0cc508
4
- data.tar.gz: 9c1fca09c4477192fdeaa6495705a8384f249d74
3
+ metadata.gz: 723ac499eae01a88dfd3178420f134caad42b33a
4
+ data.tar.gz: 40135628ec39115816bff563a580609d9b9a6e47
5
5
  SHA512:
6
- metadata.gz: 07f8941880e9f7b71f2af9329d385f1db093a3bb51b735548ef31cea276ed2b58b8d0b3ed68e30cb639929cb8938c3283d172b20f6eaafe2ff089379e62e6c84
7
- data.tar.gz: a454f4d518afc4bcfe278300fc0e7338fc6ec4c46e58bb847213a78e7fa97008a2d3e216a5f0f03a51f54231f7ac3bd9129ea0d104358f9c0fbf37d649398797
6
+ metadata.gz: 3b8788ec1209c1d1cb5abd27bc1fb2a46b0e7333fcd901e38543ba16a65a06049c6f3d8c8ae0bf58ad194aeae42e4a38ff13daede58d4f7fa5490858dfab69c0
7
+ data.tar.gz: c4315a86c9ecca24ca57871cb781478f105180f6f25b42611a2f792dddac443a0854b2c7e16d978e257b74e5aa7e3f28ae60d8d94305ab4a4fff97df488252c1
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'ccios'
3
- s.version = '2.0.3'
3
+ s.version = '2.0.4'
4
4
  s.executables << 'ccios'
5
5
  s.date = '2016-08-03'
6
6
  s.summary = "Clean Code iOS Generator"
@@ -8,7 +8,7 @@
8
8
 
9
9
  import Foundation
10
10
 
11
- class {{name}}InteractorImplementation : {{name}}Interactor {
11
+ class {{name}}InteractorImplementation: {{name}}Interactor {
12
12
 
13
13
  // MARK: - {{name}}Interactor
14
14
 
@@ -8,7 +8,7 @@
8
8
 
9
9
  import Foundation
10
10
 
11
- class {{name}}PresenterImplementation : {{name}}Presenter {
11
+ class {{name}}PresenterImplementation: {{name}}Presenter {
12
12
 
13
13
  private weak var viewContract: {{name}}ViewContract?
14
14
  {{#generate_delegate}}
@@ -9,7 +9,7 @@
9
9
 
10
10
  import Foundation
11
11
 
12
- class {{name}}RepositoryImplementation : {{name}}Repository {
12
+ class {{name}}RepositoryImplementation: {{name}}Repository {
13
13
 
14
14
  init() {
15
15
 
@@ -9,7 +9,7 @@
9
9
  import Foundation
10
10
  import UIKit
11
11
 
12
- class {{name}}ViewController : SharedViewController, {{name}}ViewContract {
12
+ class {{name}}ViewController: SharedViewController, {{name}}ViewContract {
13
13
  var presenter: {{name}}Presenter?
14
14
 
15
15
  init() {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ccios
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.3
4
+ version: 2.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pierre Felgines
@@ -107,7 +107,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
107
107
  version: '0'
108
108
  requirements: []
109
109
  rubyforge_project:
110
- rubygems_version: 2.4.5.1
110
+ rubygems_version: 2.6.13
111
111
  signing_key:
112
112
  specification_version: 4
113
113
  summary: Clean Code iOS Generator