clean-architecture 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +1 -1
- data/README.md +0 -6
- data/lib/clean_architecture/interfaces/use_case.rb +0 -4
- data/lib/clean_architecture/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a23ec7e7775cab800b9b090e189276d6e1fe1c69
|
4
|
+
data.tar.gz: dc91d6bb540f417536cd0c44abe72e96230c7b64
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c40fdd2afd6ddc665ad3173c189d42c8a6fbf2d5196b063e9b4ab66d8760ef4e021619baa13975dc39ee08de31b4af8de6d5991324f2d36b4e6249154de0be1b
|
7
|
+
data.tar.gz: abf59df881a627b907992eecf5bf49cc725a813fbee2bc77112c49341627bbb1f4ef5658ea1b6ae55e39694c8fb0f5c4a5d94f857432819d70aaa9fc82b30011
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -132,12 +132,6 @@ We satisfy the SAP by:
|
|
132
132
|
|
133
133
|
* The code that manages your inputs (e.g. a Rails controller) instantiates a persistence layer
|
134
134
|
object
|
135
|
-
- Suggest: a class that implements both the `Persistence` interface and your own persistence
|
136
|
-
interface
|
137
|
-
|
138
|
-
```
|
139
|
-
persistence = ActiveRecordPersistence.new
|
140
|
-
```
|
141
135
|
|
142
136
|
* The code that manages your inputs (e.g. a Rails controller) instantiates a use case actor
|
143
137
|
object
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: clean-architecture
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Bellroy Tech Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-10-
|
11
|
+
date: 2018-10-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: dry-matcher
|