json_editor_rails 0.1.0 → 0.1.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 +4 -4
- data/json_editor_rails.gemspec +1 -1
- data/lib/json_editor_rails/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: eb688f1de07ccb176f52c8bf7e5dbef44c6e672d
|
4
|
+
data.tar.gz: b2fa01e0d05622e2661df84660e104f506db88c1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 800749a0df5923399b4e716da3e1872cc198a4544989970d8518d481a6e2e57418d47e36cab9da6f16f592ab447aa670f68d53f857e3b3937d90e72e0078240b
|
7
|
+
data.tar.gz: 7db4502ffcf1fd573a22b09ffe92441159db422c26f6df319e3866432ba20d8278475dc288773ec91ab227bdf30767e2340dba603b4d372b9918cdbc0dc0fff8
|
data/json_editor_rails.gemspec
CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
11
11
|
|
12
12
|
spec.summary = %q{A js library that is a JSON Schema Based Editor}
|
13
13
|
spec.description = %q{The library comes with available integration with CSS Frameworks such as bootstrap, foundation and jQueryUI.}
|
14
|
-
spec.homepage = "https://
|
14
|
+
spec.homepage = "https://github.com/yengfinity/json_editor_rails"
|
15
15
|
spec.license = "MIT"
|
16
16
|
|
17
17
|
# Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: json_editor_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Yeng
|
@@ -72,7 +72,7 @@ files:
|
|
72
72
|
- lib/json_editor_rails.rb
|
73
73
|
- lib/json_editor_rails/version.rb
|
74
74
|
- lib/vendor/assets/javascript/jsoneditor.js
|
75
|
-
homepage: https://
|
75
|
+
homepage: https://github.com/yengfinity/json_editor_rails
|
76
76
|
licenses:
|
77
77
|
- MIT
|
78
78
|
metadata: {}
|