easy_params 0.2.0 → 0.2.1
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/.gitignore +0 -0
- data/.rspec +0 -0
- data/.travis.yml +0 -0
- data/CODE_OF_CONDUCT.md +0 -0
- data/Gemfile +0 -0
- data/Gemfile.lock +21 -24
- data/LICENSE.txt +0 -0
- data/README.md +0 -0
- data/Rakefile +0 -0
- data/easy_params.gemspec +1 -3
- data/lib/easy_params/base.rb +0 -0
- data/lib/easy_params/dsl.rb +0 -0
- data/lib/easy_params/types.rb +0 -0
- data/lib/easy_params/version.rb +1 -1
- data/lib/easy_params.rb +0 -0
- metadata +9 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 969e00add49155dc01e28f0fec6af1db78c7af085f3b77cf8870f3b372be2a08
|
|
4
|
+
data.tar.gz: 7823ed67872e7e04d570c7edb79071ea3e93bc295768f2d8fe66aee5728cbc6f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0eabefe7ff1bdc1091c493aa6749ed16774733e8676bd5c497d7718554be250f32ff377c96b4258960452d5313c0130b796610dcd17b5a073bfb0a6a012f7f99
|
|
7
|
+
data.tar.gz: 29412891a3c5ace497b81ede1ec6fe192a278716434b909ef71359286d443c96ce68275fd56c5b94f43fd00a2883a804311b55f54d8d57a5bd4c7ff275065632
|
data/.gitignore
CHANGED
|
File without changes
|
data/.rspec
CHANGED
|
File without changes
|
data/.travis.yml
CHANGED
|
File without changes
|
data/CODE_OF_CONDUCT.md
CHANGED
|
File without changes
|
data/Gemfile
CHANGED
|
File without changes
|
data/Gemfile.lock
CHANGED
|
@@ -1,35 +1,34 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
easy_params (0.2.
|
|
5
|
-
activemodel (>= 3.2, <
|
|
4
|
+
easy_params (0.2.1)
|
|
5
|
+
activemodel (>= 3.2, < 8)
|
|
6
6
|
dry-struct (~> 1.4)
|
|
7
7
|
dry-types (~> 1.5)
|
|
8
8
|
|
|
9
9
|
GEM
|
|
10
10
|
remote: https://rubygems.org/
|
|
11
11
|
specs:
|
|
12
|
-
activemodel (
|
|
13
|
-
activesupport (=
|
|
14
|
-
activesupport (
|
|
12
|
+
activemodel (7.0.1)
|
|
13
|
+
activesupport (= 7.0.1)
|
|
14
|
+
activesupport (7.0.1)
|
|
15
15
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
16
|
-
i18n (>=
|
|
17
|
-
minitest (
|
|
18
|
-
tzinfo (~>
|
|
19
|
-
|
|
20
|
-
concurrent-ruby (1.1.8)
|
|
16
|
+
i18n (>= 1.6, < 2)
|
|
17
|
+
minitest (>= 5.1)
|
|
18
|
+
tzinfo (~> 2.0)
|
|
19
|
+
concurrent-ruby (1.1.9)
|
|
21
20
|
diff-lcs (1.4.4)
|
|
22
21
|
docile (1.3.5)
|
|
23
|
-
dry-configurable (0.
|
|
22
|
+
dry-configurable (0.14.0)
|
|
24
23
|
concurrent-ruby (~> 1.0)
|
|
25
|
-
dry-core (~> 0.
|
|
26
|
-
dry-container (0.
|
|
24
|
+
dry-core (~> 0.6)
|
|
25
|
+
dry-container (0.9.0)
|
|
27
26
|
concurrent-ruby (~> 1.0)
|
|
28
|
-
dry-configurable (~> 0.
|
|
29
|
-
dry-core (0.
|
|
27
|
+
dry-configurable (~> 0.13, >= 0.13.0)
|
|
28
|
+
dry-core (0.7.1)
|
|
30
29
|
concurrent-ruby (~> 1.0)
|
|
31
|
-
dry-inflector (0.2.
|
|
32
|
-
dry-logic (1.
|
|
30
|
+
dry-inflector (0.2.1)
|
|
31
|
+
dry-logic (1.2.0)
|
|
33
32
|
concurrent-ruby (~> 1.0)
|
|
34
33
|
dry-core (~> 0.5, >= 0.5)
|
|
35
34
|
dry-struct (1.4.0)
|
|
@@ -42,10 +41,10 @@ GEM
|
|
|
42
41
|
dry-core (~> 0.5, >= 0.5)
|
|
43
42
|
dry-inflector (~> 0.1, >= 0.1.2)
|
|
44
43
|
dry-logic (~> 1.0, >= 1.0.2)
|
|
45
|
-
i18n (1.
|
|
44
|
+
i18n (1.9.1)
|
|
46
45
|
concurrent-ruby (~> 1.0)
|
|
47
46
|
ice_nine (0.11.2)
|
|
48
|
-
minitest (5.
|
|
47
|
+
minitest (5.15.0)
|
|
49
48
|
rake (12.3.3)
|
|
50
49
|
rspec (3.10.0)
|
|
51
50
|
rspec-core (~> 3.10.0)
|
|
@@ -68,10 +67,8 @@ GEM
|
|
|
68
67
|
simplecov_json_formatter (~> 0.1)
|
|
69
68
|
simplecov-html (0.12.3)
|
|
70
69
|
simplecov_json_formatter (0.1.2)
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
thread_safe (~> 0.1)
|
|
74
|
-
zeitwerk (2.4.2)
|
|
70
|
+
tzinfo (2.0.4)
|
|
71
|
+
concurrent-ruby (~> 1.0)
|
|
75
72
|
|
|
76
73
|
PLATFORMS
|
|
77
74
|
ruby
|
|
@@ -84,4 +81,4 @@ DEPENDENCIES
|
|
|
84
81
|
simplecov (~> 0.17)
|
|
85
82
|
|
|
86
83
|
BUNDLED WITH
|
|
87
|
-
2.
|
|
84
|
+
2.2.3
|
data/LICENSE.txt
CHANGED
|
File without changes
|
data/README.md
CHANGED
|
File without changes
|
data/Rakefile
CHANGED
|
File without changes
|
data/easy_params.gemspec
CHANGED
|
@@ -27,9 +27,7 @@ Gem::Specification.new do |spec|
|
|
|
27
27
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
|
28
28
|
spec.require_paths = ['lib']
|
|
29
29
|
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
version_string = ['>= 3.2', '< 6.1']
|
|
30
|
+
version_string = ['>= 3.2', '< 8']
|
|
33
31
|
|
|
34
32
|
spec.add_runtime_dependency 'activemodel', version_string
|
|
35
33
|
|
data/lib/easy_params/base.rb
CHANGED
|
File without changes
|
data/lib/easy_params/dsl.rb
CHANGED
|
File without changes
|
data/lib/easy_params/types.rb
CHANGED
|
File without changes
|
data/lib/easy_params/version.rb
CHANGED
data/lib/easy_params.rb
CHANGED
|
File without changes
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: easy_params
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Andrii Baran
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2022-01-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activemodel
|
|
@@ -19,7 +19,7 @@ dependencies:
|
|
|
19
19
|
version: '3.2'
|
|
20
20
|
- - "<"
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: '
|
|
22
|
+
version: '8'
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -29,7 +29,7 @@ dependencies:
|
|
|
29
29
|
version: '3.2'
|
|
30
30
|
- - "<"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: '
|
|
32
|
+
version: '8'
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: dry-struct
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -132,7 +132,7 @@ metadata:
|
|
|
132
132
|
allowed_push_host: https://rubygems.org
|
|
133
133
|
homepage_uri: https://github.com/andriy-baran/easy_params
|
|
134
134
|
source_code_uri: https://github.com/andriy-baran/easy_params
|
|
135
|
-
post_install_message:
|
|
135
|
+
post_install_message:
|
|
136
136
|
rdoc_options: []
|
|
137
137
|
require_paths:
|
|
138
138
|
- lib
|
|
@@ -140,15 +140,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
140
140
|
requirements:
|
|
141
141
|
- - ">="
|
|
142
142
|
- !ruby/object:Gem::Version
|
|
143
|
-
version: 2.
|
|
143
|
+
version: 2.3.0
|
|
144
144
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
145
145
|
requirements:
|
|
146
146
|
- - ">="
|
|
147
147
|
- !ruby/object:Gem::Version
|
|
148
148
|
version: '0'
|
|
149
149
|
requirements: []
|
|
150
|
-
rubygems_version: 3.
|
|
151
|
-
signing_key:
|
|
150
|
+
rubygems_version: 3.2.3
|
|
151
|
+
signing_key:
|
|
152
152
|
specification_version: 4
|
|
153
153
|
summary: A tool that handles common tasks needed when working with params in Rails
|
|
154
154
|
test_files: []
|