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.
- checksums.yaml +4 -4
- data/app/schemas/base.rb +2 -0
- data/lib/c80_shared/version.rb +1 -1
- data/lib/{c80_shared/dry → dry}/errors.rb +0 -0
- data/lib/{c80_shared/dry → dry}/rule.rb +0 -0
- data/lib/{c80_shared/dry → dry}/rules/and.rb +0 -0
- data/lib/{c80_shared/dry → dry}/rules/between.rb +0 -0
- data/lib/{c80_shared/dry → dry}/rules/binary.rb +0 -0
- data/lib/{c80_shared/dry → dry}/rules/collection.rb +0 -0
- data/lib/{c80_shared/dry → dry}/rules/composite.rb +0 -0
- data/lib/{c80_shared/dry → dry}/rules/equal.rb +0 -0
- data/lib/{c80_shared/dry → dry}/rules/format.rb +0 -0
- data/lib/{c80_shared/dry → dry}/rules/greater_than.rb +0 -0
- data/lib/{c80_shared/dry → dry}/rules/greater_than_or_equal.rb +0 -0
- data/lib/{c80_shared/dry → dry}/rules/included.rb +0 -0
- data/lib/{c80_shared/dry → dry}/rules/length_between.rb +0 -0
- data/lib/{c80_shared/dry → dry}/rules/length_equal.rb +0 -0
- data/lib/{c80_shared/dry → dry}/rules/less_than.rb +0 -0
- data/lib/{c80_shared/dry → dry}/rules/less_than_or_equal.rb +0 -0
- data/lib/{c80_shared/dry → dry}/rules/max_length.rb +0 -0
- data/lib/{c80_shared/dry → dry}/rules/min_length.rb +0 -0
- data/lib/{c80_shared/dry → dry}/rules/not_equal.rb +0 -0
- data/lib/{c80_shared/dry → dry}/rules/or.rb +0 -0
- data/lib/{c80_shared/dry → dry}/rules/present.rb +0 -0
- data/lib/{c80_shared/dry → dry}/rules/then.rb +0 -0
- data/lib/{c80_shared/dry → dry}/rules_factory.rb +0 -0
- data/lib/{c80_shared/dry → dry}/schema.rb +0 -0
- metadata +25 -25
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8488b93daa009deb49d2f372f70f9c5105f4d942f18f27cf8b809028df268264
|
|
4
|
+
data.tar.gz: 1a6802b87d4e234c431e18c3d8f8160648d0632a90817e1c706521ca592b2410
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 91c8311e24528634a089204e658b0f424df8d8f03fb10066fcc7d3bfbafdaed8b94fe3b10bb393dbb71fccd1a624be28c891bc17b60a3d4f7d22b0bb6184e34f
|
|
7
|
+
data.tar.gz: 40c6c74f5c007f6cfa2f8c8ad800038ab28db576a0304e50c9c111c07368a216e50bff13ae13661e29e5d96bd50847fb6ed85ab32b43a4a0b7292afdf4914c16
|
data/app/schemas/base.rb
CHANGED
data/lib/c80_shared/version.rb
CHANGED
|
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
|
|
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.
|
|
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
|