jsoneditor-rails 1.0.4 → 2.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -0
- data/lib/jsoneditor/rails/version.rb +1 -1
- data/vendor/assets/images/jsoneditor-icons.svg +15 -2
- data/vendor/assets/javascripts/jsoneditor-minimalist.js +21296 -18433
- data/vendor/assets/javascripts/jsoneditor-minimalist.map +1 -1
- data/vendor/assets/javascripts/jsoneditor.js +53426 -46735
- data/vendor/assets/javascripts/jsoneditor.map +1 -1
- data/vendor/assets/stylesheets/jsoneditor.scss +1035 -937
- metadata +7 -73
- data/.github/workflows/ci.yml +0 -44
- data/.gitignore +0 -9
- data/CHANGELOG.md +0 -20
- data/CODE_OF_CONDUCT.md +0 -74
- data/Gemfile +0 -4
- data/Gemfile.lock +0 -81
- data/Rakefile +0 -37
- data/bin/console +0 -14
- data/bin/setup +0 -8
- data/jsoneditor-rails.gemspec +0 -30
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fbe8252002c8cde27f929b65300bf3b0d3191bd13b987b8282f773aced26aaf0
|
4
|
+
data.tar.gz: 89b5f55b69459c3c35a26855c6a7fd57cbdad3e2249f5cd9d0beb17b61510399
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 546ec2c8667ae32f1b064704148bedb6b67610deaf9616bb23c599f4d6c031093905e7f923b99ba798580ea877163ea8eed433b11352d6063a3fab4815565845
|
7
|
+
data.tar.gz: 3f59a42a34f6abba0fc9b422a6c4459421c3ba00c5793bc03ceaf2f143948ce07b957fe7033beebd00ab9b0dc9a9dd5f4a266e40c4d6f446a7d012791dd07da1
|
data/README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1
1
|
# jsoneditor-rails
|
2
2
|
|
3
|
+
[![Gem Version](https://badge.fury.io/rb/jsoneditor-rails.svg)](https://badge.fury.io/rb/jsoneditor-rails)
|
4
|
+
|
3
5
|
This gem packages the [JSON Editor](https://github.com/josdejong/jsoneditor) assets (JavaScripts, stylesheets, and images) for the Rails asset pipeline, so you don't have to download a package.
|
4
6
|
|
5
7
|
## Installation
|
@@ -43,8 +43,8 @@
|
|
43
43
|
id="namedview4144"
|
44
44
|
showgrid="true"
|
45
45
|
inkscape:zoom="4"
|
46
|
-
inkscape:cx="
|
47
|
-
inkscape:cy="
|
46
|
+
inkscape:cx="13.229181"
|
47
|
+
inkscape:cy="119.82429"
|
48
48
|
inkscape:window-x="0"
|
49
49
|
inkscape:window-y="0"
|
50
50
|
inkscape:window-maximized="1"
|
@@ -733,4 +733,17 @@
|
|
733
733
|
id="path3546-2-2"
|
734
734
|
inkscape:connector-curvature="0"
|
735
735
|
sodipodi:nodetypes="cccccccc" />
|
736
|
+
<rect
|
737
|
+
style="fill:#4c4c4c;fill-opacity:1;stroke:none;stroke-width:0"
|
738
|
+
id="svg_1-3"
|
739
|
+
height="16"
|
740
|
+
width="16"
|
741
|
+
y="28"
|
742
|
+
x="4" />
|
743
|
+
<path
|
744
|
+
sodipodi:nodetypes="ccccccccc"
|
745
|
+
inkscape:connector-curvature="0"
|
746
|
+
id="path4402-5-7"
|
747
|
+
d="m 15,41 0,-7 -4,0 0,3 -5,-4 5,-4 0,3 6,0 0,9"
|
748
|
+
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
736
749
|
</svg>
|