ccios 2.3.0 → 2.3.1

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
  SHA256:
3
- metadata.gz: 29703bfd0d7ddbcbd3ab7a98bce4f6e8bd1826df86cc38085235b3396441a925
4
- data.tar.gz: ccb448d02fab86e5e851f110f6692cbd2d267f430351ed1d8d2e92ed4d5e18f6
3
+ metadata.gz: 1a91b4b27117d32ca43866305dcb4b608e19b7b2bc11d549adf8949b9237130b
4
+ data.tar.gz: db06e885141f29fbdc87bf32d6275fc1d0991f3589b420771efed8ce0f906c31
5
5
  SHA512:
6
- metadata.gz: dd988ebb1bf5dc9811c4f6b04a828635850f3513a7095135575359313f5f374524d122cd9ca5056526b9efc4d91bc10123d2ce10904a543f68fd3ead28985518
7
- data.tar.gz: 938c34078cd51d64ddbd3af8bd5ff3e68da3e34e1659c781e5f4a3f3e598f0787bc4ee1bbbd6132ce57e5c39fe45e5fb5a145569c97166464c1456a644d54181
6
+ metadata.gz: 4b4be04de8f4743c6ea64f3c61dcea3cc13763bade1d832fda5096886843da51a7ee80f878c611aa00f6e5359d6a6b0bb8a22189b1e01c0adecacc95b3998112
7
+ data.tar.gz: a7fda8ce8630afc97a8e03986f3c70800ff0e7e331f5edd00479bcf7a2d29b73657ffd1ef66ca97be896e16a014a1cd6bf1aef38d080dbab9d03182c52c8852d
@@ -2,6 +2,12 @@
2
2
  All notable changes to this project will be documented in this file.
3
3
  `ADUtils` adheres to [Semantic Versioning](http://semver.org/).
4
4
 
5
+ ## [2.3.1]
6
+
7
+ ### Fixed
8
+ - Import `Core` in Repository implementations
9
+ - Updated by [Hervé Béranger](https://github.com/hberenger) in Pull Request [#11](https://github.com/felginep/ccios/pull/11)
10
+
5
11
  ## [2.3.0]
6
12
 
7
13
  ### Added
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ccios (2.3.0)
4
+ ccios (2.3.1)
5
5
  mustache (~> 1.0)
6
6
  rails (~> 5.1)
7
7
  xcodeproj (~> 1.4)
@@ -10,43 +10,43 @@ GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
12
  CFPropertyList (3.0.2)
13
- actioncable (5.2.4.2)
14
- actionpack (= 5.2.4.2)
13
+ actioncable (5.2.4.3)
14
+ actionpack (= 5.2.4.3)
15
15
  nio4r (~> 2.0)
16
16
  websocket-driver (>= 0.6.1)
17
- actionmailer (5.2.4.2)
18
- actionpack (= 5.2.4.2)
19
- actionview (= 5.2.4.2)
20
- activejob (= 5.2.4.2)
17
+ actionmailer (5.2.4.3)
18
+ actionpack (= 5.2.4.3)
19
+ actionview (= 5.2.4.3)
20
+ activejob (= 5.2.4.3)
21
21
  mail (~> 2.5, >= 2.5.4)
22
22
  rails-dom-testing (~> 2.0)
23
- actionpack (5.2.4.2)
24
- actionview (= 5.2.4.2)
25
- activesupport (= 5.2.4.2)
23
+ actionpack (5.2.4.3)
24
+ actionview (= 5.2.4.3)
25
+ activesupport (= 5.2.4.3)
26
26
  rack (~> 2.0, >= 2.0.8)
27
27
  rack-test (>= 0.6.3)
28
28
  rails-dom-testing (~> 2.0)
29
29
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
30
- actionview (5.2.4.2)
31
- activesupport (= 5.2.4.2)
30
+ actionview (5.2.4.3)
31
+ activesupport (= 5.2.4.3)
32
32
  builder (~> 3.1)
33
33
  erubi (~> 1.4)
34
34
  rails-dom-testing (~> 2.0)
35
35
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
36
- activejob (5.2.4.2)
37
- activesupport (= 5.2.4.2)
36
+ activejob (5.2.4.3)
37
+ activesupport (= 5.2.4.3)
38
38
  globalid (>= 0.3.6)
39
- activemodel (5.2.4.2)
40
- activesupport (= 5.2.4.2)
41
- activerecord (5.2.4.2)
42
- activemodel (= 5.2.4.2)
43
- activesupport (= 5.2.4.2)
39
+ activemodel (5.2.4.3)
40
+ activesupport (= 5.2.4.3)
41
+ activerecord (5.2.4.3)
42
+ activemodel (= 5.2.4.3)
43
+ activesupport (= 5.2.4.3)
44
44
  arel (>= 9.0)
45
- activestorage (5.2.4.2)
46
- actionpack (= 5.2.4.2)
47
- activerecord (= 5.2.4.2)
45
+ activestorage (5.2.4.3)
46
+ actionpack (= 5.2.4.3)
47
+ activerecord (= 5.2.4.3)
48
48
  marcel (~> 0.3.1)
49
- activesupport (5.2.4.2)
49
+ activesupport (5.2.4.3)
50
50
  concurrent-ruby (~> 1.0, >= 1.0.2)
51
51
  i18n (>= 0.7, < 2)
52
52
  minitest (~> 5.1)
@@ -61,9 +61,9 @@ GEM
61
61
  erubi (1.9.0)
62
62
  globalid (0.4.2)
63
63
  activesupport (>= 4.2.0)
64
- i18n (1.8.2)
64
+ i18n (1.8.3)
65
65
  concurrent-ruby (~> 1.0)
66
- loofah (2.5.0)
66
+ loofah (2.6.0)
67
67
  crass (~> 1.0.2)
68
68
  nokogiri (>= 1.5.9)
69
69
  mail (2.7.1)
@@ -71,44 +71,44 @@ GEM
71
71
  marcel (0.3.3)
72
72
  mimemagic (~> 0.3.2)
73
73
  method_source (1.0.0)
74
- mimemagic (0.3.4)
74
+ mimemagic (0.3.5)
75
75
  mini_mime (1.0.2)
76
76
  mini_portile2 (2.4.0)
77
- minitest (5.14.0)
77
+ minitest (5.14.1)
78
78
  mustache (1.1.1)
79
79
  nanaimo (0.2.6)
80
80
  nio4r (2.5.2)
81
81
  nokogiri (1.10.9)
82
82
  mini_portile2 (~> 2.4.0)
83
- rack (2.2.2)
83
+ rack (2.2.3)
84
84
  rack-test (1.1.0)
85
85
  rack (>= 1.0, < 3)
86
- rails (5.2.4.2)
87
- actioncable (= 5.2.4.2)
88
- actionmailer (= 5.2.4.2)
89
- actionpack (= 5.2.4.2)
90
- actionview (= 5.2.4.2)
91
- activejob (= 5.2.4.2)
92
- activemodel (= 5.2.4.2)
93
- activerecord (= 5.2.4.2)
94
- activestorage (= 5.2.4.2)
95
- activesupport (= 5.2.4.2)
86
+ rails (5.2.4.3)
87
+ actioncable (= 5.2.4.3)
88
+ actionmailer (= 5.2.4.3)
89
+ actionpack (= 5.2.4.3)
90
+ actionview (= 5.2.4.3)
91
+ activejob (= 5.2.4.3)
92
+ activemodel (= 5.2.4.3)
93
+ activerecord (= 5.2.4.3)
94
+ activestorage (= 5.2.4.3)
95
+ activesupport (= 5.2.4.3)
96
96
  bundler (>= 1.3.0)
97
- railties (= 5.2.4.2)
97
+ railties (= 5.2.4.3)
98
98
  sprockets-rails (>= 2.0.0)
99
99
  rails-dom-testing (2.0.3)
100
100
  activesupport (>= 4.2.0)
101
101
  nokogiri (>= 1.6)
102
102
  rails-html-sanitizer (1.3.0)
103
103
  loofah (~> 2.3)
104
- railties (5.2.4.2)
105
- actionpack (= 5.2.4.2)
106
- activesupport (= 5.2.4.2)
104
+ railties (5.2.4.3)
105
+ actionpack (= 5.2.4.3)
106
+ activesupport (= 5.2.4.3)
107
107
  method_source
108
108
  rake (>= 0.8.7)
109
109
  thor (>= 0.19.0, < 2.0)
110
110
  rake (13.0.1)
111
- sprockets (4.0.0)
111
+ sprockets (4.0.2)
112
112
  concurrent-ruby (~> 1.0)
113
113
  rack (> 1, < 3)
114
114
  sprockets-rails (3.2.1)
@@ -119,9 +119,9 @@ GEM
119
119
  thread_safe (0.3.6)
120
120
  tzinfo (1.2.7)
121
121
  thread_safe (~> 0.1)
122
- websocket-driver (0.7.1)
122
+ websocket-driver (0.7.2)
123
123
  websocket-extensions (>= 0.1.0)
124
- websocket-extensions (0.1.4)
124
+ websocket-extensions (0.1.5)
125
125
  xcodeproj (1.16.0)
126
126
  CFPropertyList (>= 2.3.3, < 4.0)
127
127
  atomos (~> 0.1.3)
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'ccios'
3
- s.version = '2.3.0'
3
+ s.version = '2.3.1'
4
4
  s.executables << 'ccios'
5
5
  s.date = '2016-08-03'
6
6
  s.summary = "Clean Code iOS Generator"
@@ -8,6 +8,7 @@
8
8
  //
9
9
 
10
10
  import Foundation
11
+ import Core
11
12
 
12
13
  public class {{name}}RepositoryImplementation: {{name}}Repository {
13
14
 
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.3.0
4
+ version: 2.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pierre Felgines