lean-attributes 0.3.0 → 0.3.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 +8 -8
- data/CHANGELOG.md +4 -0
- data/README.md +1 -1
- data/lib/lean-attributes/attributes/coercion_helpers.rb +2 -1
- data/lib/lean-attributes/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
N2I3NGVhOGJiNDk5OGI3YjNiNTRiMGJmY2M0MTk3YmFmOTY4OGNkZg==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
YjMzYzg1MTk5NWRlYjcyNWUwNTgyMDVhMDQ0MTE5N2Y3YmYxYTY5Nw==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
MDJlYzk5NTU3M2QyMjkzMTEyODFmMzEyMWQ3NTUyMTE2MDAwYzk5MmU5NWQ2
|
|
10
|
+
ZDU3ZDNkZTkxZGY0NGY4NzBmYjYzYWZhZGU0MjQ4YWQ2YzNlMjJkYTIzMzQ0
|
|
11
|
+
N2IzNDViNWM4NmE2NzdhYmUwNzBjOTdkMjlhZTc2Nzc4NTc1ZTc=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
ZWUwOTM2NzMxZTAwM2VmZmUyNzQ0NzYyNjdkZDNmNmNkM2MzYjQxMDUyYzcy
|
|
14
|
+
YjkwYzY4NzUxOGYwZGI3MWEwZTJkYmYwMWMzMjhiMmExMTMyYzgyZjQxYTA5
|
|
15
|
+
ODhkOWJlMDMwNzhiYTZmY2QwNDc2OWI0NDU5ZWI4OWYzNGUwMTU=
|
data/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
4
4
|
|
|
5
5
|
## [Unreleased][unreleased]
|
|
6
6
|
|
|
7
|
+
## [0.3.1] - 2016-05-17
|
|
8
|
+
### Fixed
|
|
9
|
+
- Fixes a bug where values for custom types would be unnecessarily coerced irrespective of whether they were already of the expected type or not
|
|
10
|
+
|
|
7
11
|
## [0.3.0] - 2016-03-07
|
|
8
12
|
### Added
|
|
9
13
|
- Adds benchmarks for ActiveAttr
|
data/README.md
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lean-attributes
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- R. Elliott Mason
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-05-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|