smart_initializer 0.4.0 → 0.5.0
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/CHANGELOG.md +5 -4
- data/Gemfile.lock +4 -4
- data/README.md +1 -1
- data/gemfiles/with_external_deps.gemfile.lock +4 -4
- data/lib/smart_core/initializer/version.rb +2 -2
- data/smart_initializer.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e7a9f30c8b223f8e66bc1ac23dfd183cd80d32c0620fd929ecdc42a534381635
|
|
4
|
+
data.tar.gz: eee561816ebbacf1a4f583d5038da3bb3478c10790a95e6c01ca8569a065174d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2e1c9e0b9f6b84cf6ad9fc5e84107fcddcc684ea80fb4c7f4fcf93f388d95cee0d7f36cae96106d19766964b79ae247f24c263ce51df81dabbef482204c04da8
|
|
7
|
+
data.tar.gz: 1ecac9ea5d30974515fdc8b3aac16d4b72c922f3d1c837353006200167f203ccb5ee8c94f8b6ea517dad9b86c80deb8818ae18471ad098339595b15d7aa6ee07
|
data/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
All notable changes to this project will be documented in this file.
|
|
3
3
|
|
|
4
|
-
## [0.
|
|
4
|
+
## [0.5.0] - 2021-01-18
|
|
5
|
+
## Changed
|
|
6
|
+
- Updated `smart_types` dependency (`~> 0.4.0`) to guarantee **Ruby@3** compatibility;
|
|
7
|
+
|
|
8
|
+
## [0.4.0] - 2021-01-18
|
|
5
9
|
### Added
|
|
6
|
-
- Attribue Definition DSL
|
|
7
|
-
- Support for specifying the attribute accessor type (`read_only` parameter);
|
|
8
|
-
- Support for attribute aliasing (`as` parameter);
|
|
9
10
|
- Support for **Ruby 3**;
|
|
10
11
|
|
|
11
12
|
### Changed
|
data/Gemfile.lock
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
smart_initializer (0.
|
|
4
|
+
smart_initializer (0.5.0)
|
|
5
5
|
qonfig (~> 0.24)
|
|
6
6
|
smart_engine (~> 0.11)
|
|
7
|
-
smart_types (~> 0.
|
|
7
|
+
smart_types (~> 0.4)
|
|
8
8
|
|
|
9
9
|
GEM
|
|
10
10
|
remote: https://rubygems.org/
|
|
@@ -86,8 +86,8 @@ GEM
|
|
|
86
86
|
simplecov-html (0.12.3)
|
|
87
87
|
simplecov_json_formatter (0.1.2)
|
|
88
88
|
smart_engine (0.11.0)
|
|
89
|
-
smart_types (0.
|
|
90
|
-
smart_engine (~> 0.
|
|
89
|
+
smart_types (0.4.0)
|
|
90
|
+
smart_engine (~> 0.11)
|
|
91
91
|
tzinfo (2.0.4)
|
|
92
92
|
concurrent-ruby (~> 1.0)
|
|
93
93
|
unicode-display_width (1.7.0)
|
data/README.md
CHANGED
|
@@ -289,7 +289,7 @@ User.new(123, 'test', { admin: true, age: 22 })
|
|
|
289
289
|
|
|
290
290
|
## Roadmap
|
|
291
291
|
|
|
292
|
-
- Attribue Definition DSL
|
|
292
|
+
- (in development) Attribue Definition DSL
|
|
293
293
|
- Support for specifying the attribute accessor type (`read_only` parameter);
|
|
294
294
|
- Support for attribute aliasing (`as` parameter);
|
|
295
295
|
- Migrate from `TravisCI` to `GitHub Actions`;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: ..
|
|
3
3
|
specs:
|
|
4
|
-
smart_initializer (0.
|
|
4
|
+
smart_initializer (0.5.0)
|
|
5
5
|
qonfig (~> 0.24)
|
|
6
6
|
smart_engine (~> 0.11)
|
|
7
|
-
smart_types (~> 0.
|
|
7
|
+
smart_types (~> 0.4)
|
|
8
8
|
|
|
9
9
|
GEM
|
|
10
10
|
remote: https://rubygems.org/
|
|
@@ -86,8 +86,8 @@ GEM
|
|
|
86
86
|
simplecov-html (0.12.3)
|
|
87
87
|
simplecov_json_formatter (0.1.2)
|
|
88
88
|
smart_engine (0.11.0)
|
|
89
|
-
smart_types (0.
|
|
90
|
-
smart_engine (~> 0.
|
|
89
|
+
smart_types (0.4.0)
|
|
90
|
+
smart_engine (~> 0.11)
|
|
91
91
|
thy (0.1.4)
|
|
92
92
|
tzinfo (2.0.4)
|
|
93
93
|
concurrent-ruby (~> 1.0)
|
data/smart_initializer.gemspec
CHANGED
|
@@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
|
|
|
31
31
|
spec.require_paths = ['lib']
|
|
32
32
|
|
|
33
33
|
spec.add_dependency 'smart_engine', '~> 0.11'
|
|
34
|
-
spec.add_dependency 'smart_types', '~> 0.
|
|
34
|
+
spec.add_dependency 'smart_types', '~> 0.4'
|
|
35
35
|
spec.add_dependency 'qonfig', '~> 0.24'
|
|
36
36
|
|
|
37
37
|
spec.add_development_dependency 'bundler', '~> 2.2'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: smart_initializer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.5.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rustam Ibragimov
|
|
@@ -30,14 +30,14 @@ dependencies:
|
|
|
30
30
|
requirements:
|
|
31
31
|
- - "~>"
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: '0.
|
|
33
|
+
version: '0.4'
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
38
|
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: '0.
|
|
40
|
+
version: '0.4'
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: qonfig
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|