c80_shared 0.1.61 → 0.1.62

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.
Files changed (28) hide show
  1. checksums.yaml +4 -4
  2. data/app/schemas/base.rb +2 -0
  3. data/lib/c80_shared/version.rb +1 -1
  4. data/lib/{c80_shared/dry → dry}/errors.rb +0 -0
  5. data/lib/{c80_shared/dry → dry}/rule.rb +0 -0
  6. data/lib/{c80_shared/dry → dry}/rules/and.rb +0 -0
  7. data/lib/{c80_shared/dry → dry}/rules/between.rb +0 -0
  8. data/lib/{c80_shared/dry → dry}/rules/binary.rb +0 -0
  9. data/lib/{c80_shared/dry → dry}/rules/collection.rb +0 -0
  10. data/lib/{c80_shared/dry → dry}/rules/composite.rb +0 -0
  11. data/lib/{c80_shared/dry → dry}/rules/equal.rb +0 -0
  12. data/lib/{c80_shared/dry → dry}/rules/format.rb +0 -0
  13. data/lib/{c80_shared/dry → dry}/rules/greater_than.rb +0 -0
  14. data/lib/{c80_shared/dry → dry}/rules/greater_than_or_equal.rb +0 -0
  15. data/lib/{c80_shared/dry → dry}/rules/included.rb +0 -0
  16. data/lib/{c80_shared/dry → dry}/rules/length_between.rb +0 -0
  17. data/lib/{c80_shared/dry → dry}/rules/length_equal.rb +0 -0
  18. data/lib/{c80_shared/dry → dry}/rules/less_than.rb +0 -0
  19. data/lib/{c80_shared/dry → dry}/rules/less_than_or_equal.rb +0 -0
  20. data/lib/{c80_shared/dry → dry}/rules/max_length.rb +0 -0
  21. data/lib/{c80_shared/dry → dry}/rules/min_length.rb +0 -0
  22. data/lib/{c80_shared/dry → dry}/rules/not_equal.rb +0 -0
  23. data/lib/{c80_shared/dry → dry}/rules/or.rb +0 -0
  24. data/lib/{c80_shared/dry → dry}/rules/present.rb +0 -0
  25. data/lib/{c80_shared/dry → dry}/rules/then.rb +0 -0
  26. data/lib/{c80_shared/dry → dry}/rules_factory.rb +0 -0
  27. data/lib/{c80_shared/dry → dry}/schema.rb +0 -0
  28. metadata +25 -25
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6ed6fdd11930c8703305ad08e5bccc345dcfc46f0879fa1927f3834b5ce323fe
4
- data.tar.gz: a07d6715e5c349de4984ed9c8d6c20ad326f2bbaf68133ae08d364d4ed68fab3
3
+ metadata.gz: 8488b93daa009deb49d2f372f70f9c5105f4d942f18f27cf8b809028df268264
4
+ data.tar.gz: 1a6802b87d4e234c431e18c3d8f8160648d0632a90817e1c706521ca592b2410
5
5
  SHA512:
6
- metadata.gz: 64110e0d127d50de8915172bec5a7db2f144b0901e5aeadb81aadd9d95ed024e3843d2a9228d0d5bd64257c275fe745a00b2f22c66dd7476085161d77382a85b
7
- data.tar.gz: 80e183277d6fce1152cf0efaa46d594f75c716c96cc981ab1e90d80ffffe198433c99b4f3d96ceb9fd10102e5d9b062f9b40a856d0fe18496bb516a9def608d5
6
+ metadata.gz: 91c8311e24528634a089204e658b0f424df8d8f03fb10066fcc7d3bfbafdaed8b94fe3b10bb393dbb71fccd1a624be28c891bc17b60a3d4f7d22b0bb6184e34f
7
+ data.tar.gz: 40c6c74f5c007f6cfa2f8c8ad800038ab28db576a0304e50c9c111c07368a216e50bff13ae13661e29e5d96bd50847fb6ed85ab32b43a4a0b7292afdf4914c16
data/app/schemas/base.rb CHANGED
@@ -1,3 +1,5 @@
1
+ require_relative '../../lib/dry/schema'
2
+
1
3
  module Schemas
2
4
  class Base
3
5
 
@@ -1,3 +1,3 @@
1
1
  module C80Shared
2
- VERSION = "0.1.61"
2
+ VERSION = "0.1.62"
3
3
  end
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: c80_shared
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.61
4
+ version: 0.1.62
5
5
  platform: ruby
6
6
  authors:
7
7
  - C80609A
@@ -136,35 +136,35 @@ files:
136
136
  - lib/c80_shared/aasm/handle_event.rb
137
137
  - lib/c80_shared/abstract_serializer.rb
138
138
  - lib/c80_shared/dict.rb
139
- - lib/c80_shared/dry/errors.rb
140
- - lib/c80_shared/dry/rule.rb
141
- - lib/c80_shared/dry/rules/and.rb
142
- - lib/c80_shared/dry/rules/between.rb
143
- - lib/c80_shared/dry/rules/binary.rb
144
- - lib/c80_shared/dry/rules/collection.rb
145
- - lib/c80_shared/dry/rules/composite.rb
146
- - lib/c80_shared/dry/rules/equal.rb
147
- - lib/c80_shared/dry/rules/format.rb
148
- - lib/c80_shared/dry/rules/greater_than.rb
149
- - lib/c80_shared/dry/rules/greater_than_or_equal.rb
150
- - lib/c80_shared/dry/rules/included.rb
151
- - lib/c80_shared/dry/rules/length_between.rb
152
- - lib/c80_shared/dry/rules/length_equal.rb
153
- - lib/c80_shared/dry/rules/less_than.rb
154
- - lib/c80_shared/dry/rules/less_than_or_equal.rb
155
- - lib/c80_shared/dry/rules/max_length.rb
156
- - lib/c80_shared/dry/rules/min_length.rb
157
- - lib/c80_shared/dry/rules/not_equal.rb
158
- - lib/c80_shared/dry/rules/or.rb
159
- - lib/c80_shared/dry/rules/present.rb
160
- - lib/c80_shared/dry/rules/then.rb
161
- - lib/c80_shared/dry/rules_factory.rb
162
- - lib/c80_shared/dry/schema.rb
163
139
  - lib/c80_shared/engine.rb
164
140
  - lib/c80_shared/geo/distance.rb
165
141
  - lib/c80_shared/middleware/images_proxy.rb
166
142
  - lib/c80_shared/token_generator.rb
167
143
  - lib/c80_shared/version.rb
144
+ - lib/dry/errors.rb
145
+ - lib/dry/rule.rb
146
+ - lib/dry/rules/and.rb
147
+ - lib/dry/rules/between.rb
148
+ - lib/dry/rules/binary.rb
149
+ - lib/dry/rules/collection.rb
150
+ - lib/dry/rules/composite.rb
151
+ - lib/dry/rules/equal.rb
152
+ - lib/dry/rules/format.rb
153
+ - lib/dry/rules/greater_than.rb
154
+ - lib/dry/rules/greater_than_or_equal.rb
155
+ - lib/dry/rules/included.rb
156
+ - lib/dry/rules/length_between.rb
157
+ - lib/dry/rules/length_equal.rb
158
+ - lib/dry/rules/less_than.rb
159
+ - lib/dry/rules/less_than_or_equal.rb
160
+ - lib/dry/rules/max_length.rb
161
+ - lib/dry/rules/min_length.rb
162
+ - lib/dry/rules/not_equal.rb
163
+ - lib/dry/rules/or.rb
164
+ - lib/dry/rules/present.rb
165
+ - lib/dry/rules/then.rb
166
+ - lib/dry/rules_factory.rb
167
+ - lib/dry/schema.rb
168
168
  homepage: http://google.com
169
169
  licenses:
170
170
  - MIT