dhall 0.5.0 → 0.5.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 +5 -5
- data/lib/dhall/ast.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 5b0efbcf23922a25863898fa6ac51fc625f5ecd1590f7b95858ea736de8e091b
|
|
4
|
+
data.tar.gz: 96685b1fca760158f9a84ca6c7b8a8fdc1d0203c1f25af94d989c492af82e533
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1785d0b615378c128b3729b6d4d11df4f4c8da9beb07435b265cf1ff8f38583e4abb1ee5877029c474451acd465df1361175fdb8fab0d32358740765f339072e
|
|
7
|
+
data.tar.gz: 1ab4e4a5bc480ca0774429ce56d6007c5efc8e3009e8219c91c71b18821e2453573d23d1ece119ebf9c36e369cacf0ffeb1d681e869044e98200354feed04d63
|
data/lib/dhall/ast.rb
CHANGED
|
@@ -1105,8 +1105,8 @@ module Dhall
|
|
|
1105
1105
|
class If < Expression
|
|
1106
1106
|
include(ValueSemantics.for_attributes do
|
|
1107
1107
|
predicate Expression
|
|
1108
|
-
|
|
1109
|
-
|
|
1108
|
+
def_attr :then, Expression
|
|
1109
|
+
def_attr :else, Expression
|
|
1110
1110
|
end)
|
|
1111
1111
|
|
|
1112
1112
|
def as_json
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dhall
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stephen Paul Weber
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2020-05-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: base32
|
|
@@ -215,7 +215,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
215
215
|
version: '0'
|
|
216
216
|
requirements: []
|
|
217
217
|
rubyforge_project:
|
|
218
|
-
rubygems_version: 2.
|
|
218
|
+
rubygems_version: 2.7.6.2
|
|
219
219
|
signing_key:
|
|
220
220
|
specification_version: 4
|
|
221
221
|
summary: The non-repetitive alternative to YAML, in Ruby
|