rails_admin_json_editor 0.0.3 → 0.0.4

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.
@@ -1,3 +1,3 @@
1
1
  module RailsAdminJsonEditor
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
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.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jasper Haggenburg
@@ -65,6 +65,8 @@ files:
65
65
  - LICENSE.txt
66
66
  - README.md
67
67
  - Rakefile
68
+ - app/assets/javascripts/rails_admin_json_editor/rails_admin_json_editor.js
69
+ - app/assets/javascripts/rails_admin_json_editor/vue.js
68
70
  - app/views/rails_admin_json_editor/main/_form_json_editor.html.erb
69
71
  - app/views/rails_admin_json_editor/main/_form_json_editor_component.html.erb
70
72
  - app/views/rails_admin_json_editor/main/_form_json_editor_dropdown.html.erb