clean-architecture 0.0.3 → 0.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: 0355fa965f9398c91c72c743a402a76fd6d368f7
4
- data.tar.gz: 1ffe824aa7cfb103368ec19def56b71303a5d03e
3
+ metadata.gz: 87656820f01d2417301a7b69e7edf626d8dc6f76
4
+ data.tar.gz: 199776289f752c6797a0a700338756b25904d748
5
5
  SHA512:
6
- metadata.gz: f2bff0f8f22af994574f97bf16c35012aebf8ef6f8476561068e6d4b7fac5fb04e68af540e7c0651056a4f1ed845e10f828043c957d02a1cf7d18b1b2845811e
7
- data.tar.gz: e119b8dc2e8e9bc42684839bb5a2c5a13fc5fe09db8b08160e17f7e02d0cd0f510f318d6ef808355b25aee974fb57b7ef65e449d4b3fe849034bc7342a35dbcb
6
+ metadata.gz: 4420061dbf41e62ad43c2ab355ff7440f20eb609f032f832f03f5f6d6ed160b4a9d950151e9918cc644fbb62298dd05e698337cdc0b81f7167fd1d1bcc7b049d
7
+ data.tar.gz: 869f793f9aa73eb872fcc73b0c2637cf6bd2b7635f5c927d111a61e249b5779eb02ecd97dbe70a35ce7cb8613119c16414560f8ef217dcfa8102c1490950ba49
@@ -1,7 +1,11 @@
1
+ 0.0.4
2
+
3
+ * Update dependencies and fix load order problems
4
+
1
5
  0.0.3
2
6
 
3
7
  * Fix require files
4
-
8
+
5
9
  0.0.2
6
10
 
7
11
  * Add Serializers::SuccessPayload
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- clean-architecture (0.0.1)
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.6)
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.4.0)
33
- dry-core (~> 0.3, >= 0.3.3)
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.1)
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.0)
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 (4.8.1)
95
+ reek (5.0.2)
94
96
  codeclimate-engine-rb (~> 0.4.0)
95
- parser (>= 2.5.0.0, < 2.6)
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.7.0)
98
- rspec-core (~> 3.7.0)
99
- rspec-expectations (~> 3.7.0)
100
- rspec-mocks (~> 3.7.0)
101
- rspec-core (3.7.1)
102
- rspec-support (~> 3.7.0)
103
- rspec-expectations (3.7.0)
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.7.0)
106
- rspec-mocks (3.7.0)
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.7.0)
109
- rspec-support (3.7.1)
110
- rubocop (0.57.2)
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.27.0)
119
- rubocop (>= 0.56.0)
120
- ruby-progressbar (1.9.0)
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.11)
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.1
163
+ 1.16.3
@@ -1,5 +1,8 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ require 'clean_architecture/interfaces/targeted_parameters'
4
+ require 'clean_architecture/interfaces/authorization_parameters'
5
+
3
6
  module CleanArchitecture
4
7
  module Entities
5
8
  class TargetedParameters
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require 'dry-monads'
3
+ require 'dry/monads/all'
4
4
 
5
5
  module CleanArchitecture
6
6
  module Strategies
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CleanArchitecture
4
- VERSION = '0.0.3'
4
+ VERSION = '0.0.4'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: clean-architecture
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bellroy Tech Team