graphiti 1.0.beta.20 → 1.0.beta.21

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9ac056ea53da51436d7397f5e70165e5a5b0d4f0
4
- data.tar.gz: c30c9910b949040f7d4ebe0bd2c8fa64a0f45e61
3
+ metadata.gz: 50f78e16b388d5c025b539286778286b8bf0f811
4
+ data.tar.gz: 3d1a9f2ca018295e04e23397f5c896f0a41402cb
5
5
  SHA512:
6
- metadata.gz: 1ce89753aaca2ea2d2740551085a42b7be139269f8e4e8d03815270c962484cda25e868548dc9058278f2cf8e8a54faa5541df16356f29e20784df24ea6329fc
7
- data.tar.gz: e9101c3dbf5814b975d4ddd3199e5153750649e6c0dd4303a60c68703c2759904629a55bc4c71ae79c88b97057c11fff974a91ea2d12c28bf7181c04d00ceee0
6
+ metadata.gz: 49f849661b7552e18876f3e1e424c4dc9d7b645e42c9de6550532ade53315605354db3aba07153083e611235566fa3616e847f670d93609b30279929a18e0c2b
7
+ data.tar.gz: b1924964f374bd0c404a1a948220d6fc4b0af9380ab9fcf412a7e5791f7530ec224622454771043b987d1580aee0aaf54ea9dda4de9e05447bba24d8500a1039
@@ -140,6 +140,8 @@ module Graphiti
140
140
  v = "#{v}}"
141
141
  elsif v.ends_with?('}') && !v.starts_with?('{')
142
142
  v = "{#{v}"
143
+ else
144
+ "{#{v}}"
143
145
  end
144
146
  end
145
147
  end
@@ -1,3 +1,3 @@
1
1
  module Graphiti
2
- VERSION = "1.0.beta.20"
2
+ VERSION = "1.0.beta.21"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: graphiti
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.beta.20
4
+ version: 1.0.beta.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lee Richmond
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-12-17 00:00:00.000000000 Z
11
+ date: 2018-12-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jsonapi-serializable