easy_params 0.2.0 → 0.2.1

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
  SHA256:
3
- metadata.gz: 8dc0f5627888a21c92ef0ebfe212bf74035feeb5cc3579c8a710c7128445d863
4
- data.tar.gz: 809f1077535f33db3b03b15fd5aabe93f4478cb1c8e577b06ec6c4c92622fbe4
3
+ metadata.gz: 969e00add49155dc01e28f0fec6af1db78c7af085f3b77cf8870f3b372be2a08
4
+ data.tar.gz: 7823ed67872e7e04d570c7edb79071ea3e93bc295768f2d8fe66aee5728cbc6f
5
5
  SHA512:
6
- metadata.gz: b9054b406b6b55a066e4556128bf95c4224f4273b65c6086d0d07e5f20f175118b8dcf097e0de3e7e9bad65456ac491b0aa7077547cc18d88b89f0f03c73882d
7
- data.tar.gz: f26d3a0f8fb1d275232f7cba454181fc47e6a5444e65c36be534fd6a39e7734b79fcd9d8dca402749947472cfdcd4b60226d3b7c846dcbffbb36f857f4aed19b
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.0)
5
- activemodel (>= 3.2, < 6.1)
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 (6.0.3.5)
13
- activesupport (= 6.0.3.5)
14
- activesupport (6.0.3.5)
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 (>= 0.7, < 2)
17
- minitest (~> 5.1)
18
- tzinfo (~> 1.1)
19
- zeitwerk (~> 2.2, >= 2.2.2)
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.12.1)
22
+ dry-configurable (0.14.0)
24
23
  concurrent-ruby (~> 1.0)
25
- dry-core (~> 0.5, >= 0.5.0)
26
- dry-container (0.7.2)
24
+ dry-core (~> 0.6)
25
+ dry-container (0.9.0)
27
26
  concurrent-ruby (~> 1.0)
28
- dry-configurable (~> 0.1, >= 0.1.3)
29
- dry-core (0.5.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.0)
32
- dry-logic (1.1.0)
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.8.9)
44
+ i18n (1.9.1)
46
45
  concurrent-ruby (~> 1.0)
47
46
  ice_nine (0.11.2)
48
- minitest (5.14.4)
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
- thread_safe (0.3.6)
72
- tzinfo (1.2.9)
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.1.4
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
- spec.required_ruby_version = '>= 2.2.2'
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
 
File without changes
File without changes
File without changes
@@ -1,3 +1,3 @@
1
1
  module EasyParams
2
- VERSION = '0.2.0'.freeze
2
+ VERSION = '0.2.1'.freeze
3
3
  end
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.0
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: 2021-03-20 00:00:00.000000000 Z
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: '6.1'
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: '6.1'
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.2.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.1.4
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: []