rails_admin_json_editor 0.0.20 → 0.0.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: 8e342d259bb8c313f2484df4f2625e6c387f309f
4
- data.tar.gz: 5191e52b5f6ca29939a08f1bc90443653f68bbc1
3
+ metadata.gz: 5d6b186a0c23dc9ca68b414a3e2ad48b8286afa0
4
+ data.tar.gz: d570f7412b04dc32a90f2e89cd886719ade52e50
5
5
  SHA512:
6
- metadata.gz: 923974f6580d8dd9bb13a1b6ca860ccaa28b4d038ac1cbf1fe4a904e395f3a89738879e1e51b62e58293ab5e9847a22b0771744c1d629cef3986df6b38ad5d3e
7
- data.tar.gz: ad7f24ce7e334880cd5019629783d7ca57ae65facfa0ecbfc3482d31a8f5515e568d8dc2e16b4fa22f7a1d6e573fd36a166eaeca3082bcf0989dd9f1224909d5
6
+ metadata.gz: 7ae31b44d4c2e7b1007e94156ae594f723aa4b6bc7f9b9043e82b4ddb484107036f41444076bb209f0f1fdc49815c256e620ad44632f1c613e81673d178b7f0e
7
+ data.tar.gz: 71e74ad76f7f3b079e5f24a472003ac0ea24f80043bd4af3bd00c324e852467766d9affe65611756f9b9db636fd1656736ab4b50902520b9fddc6950829fae2e
@@ -40,7 +40,7 @@
40
40
  <div v-if="component.guid" class="control-group row">
41
41
  <label class="col-sm-2 control-label">Identifier</label>
42
42
  <div class="col-sm-10">
43
- <pre class="guid" v-text="component.model_name + ' - ' + component.guid"></pre>
43
+ <pre class="guid" v-text="component.model_name + ' | ' + component.guid"></pre>
44
44
  </div>
45
45
  </div>
46
46
 
@@ -1,3 +1,3 @@
1
1
  module RailsAdminJsonEditor
2
- VERSION = "0.0.20"
2
+ VERSION = "0.0.21"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_admin_json_editor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.20
4
+ version: 0.0.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jasper Haggenburg