rails_admin_json_editor 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -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