ruby-dagger 0.3.2 → 0.3.3
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 +12 -1
- data/lib/dagger/vertex.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c4b012161ec6014cb9b42a502b238d980410547345adc0830a1e4134e15d6708
|
4
|
+
data.tar.gz: 2021e9b8617c7c6bb3d81d2c819c0caae54ce1f29090115f4bfacb104b655e7d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f242ce10852ec36933d74795475d60c120d2690f45e995d10e83780b174f5d62c1520cc524ac8b566cecf94936c2287853b28a99e76e506d76610dfb0313efcb
|
7
|
+
data.tar.gz: 8b9803470685f25050fa35a504054f923dcf457270b89135d4cb084af3e4225663569271b9fb285b6a9bd6b093a3be3120e2842352133c0699bbb0f9aa82a832
|
data/CHANGELOG.md
CHANGED
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
7
7
|
## [Unreleased]
|
8
8
|
|
9
9
|
|
10
|
+
## [0.3.3] - 2019-07-22
|
11
|
+
|
12
|
+
### Fixed
|
13
|
+
|
14
|
+
- When using the `_default.key` syntax to fetch to generate default values,
|
15
|
+
the prefix was dropped using the `key_tree ~>0.5` api (inherited from
|
16
|
+
Array#drop) instead of the proper `key_tree ~>0.6` api that takes the prefix
|
17
|
+
to drop.
|
18
|
+
|
19
|
+
|
10
20
|
## [0.3.2] - 2019-07-16
|
11
21
|
|
12
22
|
### Fixed
|
@@ -50,7 +60,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
50
60
|
These releases have no change logs.
|
51
61
|
|
52
62
|
|
53
|
-
[Unreleased]: https://github.com/notCalle/ruby-dagger/compare/v0.3.
|
63
|
+
[Unreleased]: https://github.com/notCalle/ruby-dagger/compare/v0.3.3..HEAD
|
64
|
+
[0.3.3]: https://github.com/notCalle/ruby-dagger/compare/v0.3.2..v0.3.3
|
54
65
|
[0.3.2]: https://github.com/notCalle/ruby-dagger/compare/v0.3.1..v0.3.2
|
55
66
|
[0.3.1]: https://github.com/notCalle/ruby-dagger/compare/v0.3.0..v0.3.1
|
56
67
|
[0.3.0]: https://github.com/notCalle/ruby-dagger/compare/v0.2.1..v0.3.0
|
data/lib/dagger/vertex.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ruby-dagger
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Calle Englund
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-07-
|
11
|
+
date: 2019-07-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: key_tree
|