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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 85ad7df5caf2c5ce32a5e3465a20cc4e0b67e850
4
- data.tar.gz: 47ef5c325734e8190f32a6290c141646496109f5
3
+ metadata.gz: eb688f1de07ccb176f52c8bf7e5dbef44c6e672d
4
+ data.tar.gz: b2fa01e0d05622e2661df84660e104f506db88c1
5
5
  SHA512:
6
- metadata.gz: 705f88947c36e40bdbfb9cf92313b9e1bc59f0ff87dd7e4eaa768d98dc7b73b4939b4c1132fcf26429c37aea8b7840fd77c04d4c41964fa95e2e1807c8192997
7
- data.tar.gz: 4c092ef79a9e2c882ca7242c392b6a623100743baac777636fb6de0ee5bf830ce26a43f2ebac2085e2fa2e0a376df755f8d825757d9bf344d9d7556f50b65d35
6
+ metadata.gz: 800749a0df5923399b4e716da3e1872cc198a4544989970d8518d481a6e2e57418d47e36cab9da6f16f592ab447aa670f68d53f857e3b3937d90e72e0078240b
7
+ data.tar.gz: 7db4502ffcf1fd573a22b09ffe92441159db422c26f6df319e3866432ba20d8278475dc288773ec91ab227bdf30767e2340dba603b4d372b9918cdbc0dc0fff8
@@ -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://rubygems.org"
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
@@ -1,3 +1,3 @@
1
1
  module JsonEditorRails
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
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.0
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://rubygems.org
75
+ homepage: https://github.com/yengfinity/json_editor_rails
76
76
  licenses:
77
77
  - MIT
78
78
  metadata: {}