shallow_attributes 0.9.3 → 0.9.4
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 +5 -5
- data/README.md +2 -1
- data/lib/shallow_attributes/instance_methods.rb +1 -1
- data/lib/shallow_attributes/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 6ce8dffffc3a488bf4a14e990dd56c694c91586b2adb7f7c5a8ffbc081247434
|
|
4
|
+
data.tar.gz: 17ad85260516b5ed8fde0b05b1bec9df67976228be3620114d757e9c31c94fdd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 230ee60533f000e733c057d2aaeee7b8a8de29b8208acb26903189fb09ceef28b0a85ed9799cfa737bd522741fd15fa9ea27ecb010464f0286d6266f7d016e0c
|
|
7
|
+
data.tar.gz: b2c91b2a052da58ca1eba5c6c679336b078da85430a93f4d0da2e8100335aeaa6875ead0c3c080000d5a8dae0d86c292ada6c1715fbae631654d13819cbffead
|
data/README.md
CHANGED
|
@@ -15,7 +15,8 @@ or [attrio][attrio-link]. However, the disadvantage of these gems is performance
|
|
|
15
15
|
of `ShallowAttributes` is to provide a simple solution which is similar to the `Virtus` API, simple, fast,
|
|
16
16
|
understandable and extendable.
|
|
17
17
|
|
|
18
|
-
This is [the performance benchmark][performance-benchmark] of ShallowAttributes compared to Virtus gems.
|
|
18
|
+
* This is [the performance benchmark][performance-benchmark] of ShallowAttributes compared to Virtus gems.
|
|
19
|
+
* [Default ruby struct, dry-struct, virtus and ShallowAttributes ips and memory benchmarks](https://gist.github.com/IvanShamatov/94e78ca52f04f20c6085651345dbdfda)
|
|
19
20
|
|
|
20
21
|
## Installation
|
|
21
22
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: shallow_attributes
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Anton Davydov
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2018-12-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -115,9 +115,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
115
115
|
version: '0'
|
|
116
116
|
requirements: []
|
|
117
117
|
rubyforge_project:
|
|
118
|
-
rubygems_version: 2.
|
|
118
|
+
rubygems_version: 2.7.3
|
|
119
119
|
signing_key:
|
|
120
120
|
specification_version: 4
|
|
121
121
|
summary: Attributes for Plain Old Ruby Objects
|
|
122
122
|
test_files: []
|
|
123
|
-
has_rdoc:
|