rails_admin_ui_layout_taris 1.2.23 → 1.2.24

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6ce69efaeceffd8109758e905c7e65568f26bb6a
4
- data.tar.gz: bfba4886feceffcc7d1d2b8bd9f53bf83127bf9a
3
+ metadata.gz: e55c636c3e59b692e0222e4605385d9505ad5b91
4
+ data.tar.gz: 94d1027f9207a3e6309ba5de07cce914de96fd66
5
5
  SHA512:
6
- metadata.gz: c789f37b7850be70ce31440aef6a646afa8f276876f0e40a5290bf6e54ea54453351b1f18be9cc7f618839ed40afbcd5b71a9272afbe0a4ecf9a3dd4e8f9e5df
7
- data.tar.gz: 55a4986fe577ebe7bbdb92106772d30b73f01649d1da7def977c6c1a01ddb03e0b85cc9184b0e9158b0e736ee88d076c961f7f88040772be18582a0b0680a5e9
6
+ metadata.gz: 8170aa5bfe8b0c3c53de6ece348e0a20e350f5a531b742f8a432587a70de89eb50cf84e0d1a5e37b056df0bc5670592bc37d473fd5a2fe5c7e34425a4a1497f7
7
+ data.tar.gz: f2f210a5691b4bb5d95d805ee49ff9eeb3410cc79ce46ede613f659cf56ab795dc5ef7a7a0d686689b525776b37e4e8c9bb40e8100ef74cbf90d45e5fcfac473
@@ -2,7 +2,7 @@
2
2
  url = (ENV['RAILS_URL'].blank? || ENV['RAILS_RELATIVE_URL_ROOT'].blank?) ? "http://localhost:3000/" : "#{ENV['RAILS_URL']}#{ENV['RAILS_RELATIVE_URL_ROOT']}/"
3
3
  js_data = {
4
4
  jspath: field.location ? field.location : url + field.base_location + "ckeditor.js",
5
- base_location: field.base_location,
5
+ base_location: url,
6
6
  options: {
7
7
  customConfig: field.config_js ? field.config_js : field.base_location + "config.js"
8
8
  }
@@ -1,3 +1,3 @@
1
1
  module RailsAdminUiLayoutTaris
2
- VERSION = '1.2.23'.freeze
2
+ VERSION = '1.2.24'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_admin_ui_layout_taris
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.23
4
+ version: 1.2.24
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriele Tassoni