clean-architecture 0.0.3 → 0.0.4
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 87656820f01d2417301a7b69e7edf626d8dc6f76
|
|
4
|
+
data.tar.gz: 199776289f752c6797a0a700338756b25904d748
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4420061dbf41e62ad43c2ab355ff7440f20eb609f032f832f03f5f6d6ed160b4a9d950151e9918cc644fbb62298dd05e698337cdc0b81f7167fd1d1bcc7b049d
|
|
7
|
+
data.tar.gz: 869f793f9aa73eb872fcc73b0c2637cf6bd2b7635f5c927d111a61e249b5779eb02ecd97dbe70a35ce7cb8613119c16414560f8ef217dcfa8102c1490950ba49
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
clean-architecture (0.0.
|
|
4
|
+
clean-architecture (0.0.4)
|
|
5
5
|
dry-matcher
|
|
6
6
|
dry-monads
|
|
7
7
|
duckface-interfaces
|
|
@@ -25,14 +25,15 @@ GEM
|
|
|
25
25
|
thread_safe (~> 0.3, >= 0.3.1)
|
|
26
26
|
diff-lcs (1.3)
|
|
27
27
|
docile (1.3.1)
|
|
28
|
-
dry-core (0.4.
|
|
28
|
+
dry-core (0.4.7)
|
|
29
29
|
concurrent-ruby (~> 1.0)
|
|
30
30
|
dry-equalizer (0.2.1)
|
|
31
31
|
dry-matcher (0.7.0)
|
|
32
|
-
dry-monads (0.
|
|
33
|
-
|
|
32
|
+
dry-monads (1.0.1)
|
|
33
|
+
concurrent-ruby (~> 1.0)
|
|
34
|
+
dry-core (~> 0.4, >= 0.4.4)
|
|
34
35
|
dry-equalizer
|
|
35
|
-
duckface-interfaces (0.0.
|
|
36
|
+
duckface-interfaces (0.0.2)
|
|
36
37
|
em-websocket (0.5.1)
|
|
37
38
|
eventmachine (>= 0.12.9)
|
|
38
39
|
http_parser.rb (~> 0.6.0)
|
|
@@ -63,6 +64,7 @@ GEM
|
|
|
63
64
|
ice_nine (0.11.2)
|
|
64
65
|
jaro_winkler (1.5.1)
|
|
65
66
|
json (2.1.0)
|
|
67
|
+
kwalify (0.7.2)
|
|
66
68
|
listen (3.1.5)
|
|
67
69
|
rb-fsevent (~> 0.9, >= 0.9.4)
|
|
68
70
|
rb-inotify (~> 0.9, >= 0.9.7)
|
|
@@ -75,7 +77,7 @@ GEM
|
|
|
75
77
|
nenv (~> 0.1)
|
|
76
78
|
shellany (~> 0.0)
|
|
77
79
|
parallel (1.12.1)
|
|
78
|
-
parser (2.5.1.
|
|
80
|
+
parser (2.5.1.2)
|
|
79
81
|
ast (~> 2.4.0)
|
|
80
82
|
powerpack (0.1.2)
|
|
81
83
|
pry (0.11.3)
|
|
@@ -90,34 +92,35 @@ GEM
|
|
|
90
92
|
rb-inotify (0.9.10)
|
|
91
93
|
ffi (>= 0.5.0, < 2)
|
|
92
94
|
rb-readline (0.5.5)
|
|
93
|
-
reek (
|
|
95
|
+
reek (5.0.2)
|
|
94
96
|
codeclimate-engine-rb (~> 0.4.0)
|
|
95
|
-
|
|
97
|
+
kwalify (~> 0.7.0)
|
|
98
|
+
parser (>= 2.5.0.0, < 2.6, != 2.5.1.1)
|
|
96
99
|
rainbow (>= 2.0, < 4.0)
|
|
97
|
-
rspec (3.
|
|
98
|
-
rspec-core (~> 3.
|
|
99
|
-
rspec-expectations (~> 3.
|
|
100
|
-
rspec-mocks (~> 3.
|
|
101
|
-
rspec-core (3.
|
|
102
|
-
rspec-support (~> 3.
|
|
103
|
-
rspec-expectations (3.
|
|
100
|
+
rspec (3.8.0)
|
|
101
|
+
rspec-core (~> 3.8.0)
|
|
102
|
+
rspec-expectations (~> 3.8.0)
|
|
103
|
+
rspec-mocks (~> 3.8.0)
|
|
104
|
+
rspec-core (3.8.0)
|
|
105
|
+
rspec-support (~> 3.8.0)
|
|
106
|
+
rspec-expectations (3.8.1)
|
|
104
107
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
105
|
-
rspec-support (~> 3.
|
|
106
|
-
rspec-mocks (3.
|
|
108
|
+
rspec-support (~> 3.8.0)
|
|
109
|
+
rspec-mocks (3.8.0)
|
|
107
110
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
108
|
-
rspec-support (~> 3.
|
|
109
|
-
rspec-support (3.
|
|
110
|
-
rubocop (0.
|
|
111
|
+
rspec-support (~> 3.8.0)
|
|
112
|
+
rspec-support (3.8.0)
|
|
113
|
+
rubocop (0.58.2)
|
|
111
114
|
jaro_winkler (~> 1.5.1)
|
|
112
115
|
parallel (~> 1.10)
|
|
113
|
-
parser (>= 2.5)
|
|
116
|
+
parser (>= 2.5, != 2.5.1.1)
|
|
114
117
|
powerpack (~> 0.1)
|
|
115
118
|
rainbow (>= 2.2.2, < 4.0)
|
|
116
119
|
ruby-progressbar (~> 1.7)
|
|
117
120
|
unicode-display_width (~> 1.0, >= 1.0.1)
|
|
118
|
-
rubocop-rspec (1.
|
|
119
|
-
rubocop (>= 0.
|
|
120
|
-
ruby-progressbar (1.
|
|
121
|
+
rubocop-rspec (1.29.0)
|
|
122
|
+
rubocop (>= 0.58.0)
|
|
123
|
+
ruby-progressbar (1.10.0)
|
|
121
124
|
ruby_dep (1.5.0)
|
|
122
125
|
shellany (0.0.1)
|
|
123
126
|
simplecov (0.16.1)
|
|
@@ -125,7 +128,7 @@ GEM
|
|
|
125
128
|
json (>= 1.8, < 3)
|
|
126
129
|
simplecov-html (~> 0.10.0)
|
|
127
130
|
simplecov-html (0.10.2)
|
|
128
|
-
stackprof (0.2.
|
|
131
|
+
stackprof (0.2.12)
|
|
129
132
|
thor (0.20.0)
|
|
130
133
|
thread_safe (0.3.6)
|
|
131
134
|
timecop (0.9.1)
|
|
@@ -157,4 +160,4 @@ DEPENDENCIES
|
|
|
157
160
|
timecop
|
|
158
161
|
|
|
159
162
|
BUNDLED WITH
|
|
160
|
-
1.16.
|
|
163
|
+
1.16.3
|