thecore 1.5.12 → 1.5.13

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: 0c9fe2b18518e2ed8efcfc3414a7400b1b59c253
4
- data.tar.gz: 14bd24ca7b727957ba0815c0ac8b68b078314e37
3
+ metadata.gz: fbadf89fbf75c776eb818a8f24ff3dd92d951a74
4
+ data.tar.gz: 3ee35e2eb06431e13f512da3dfa412a1e7c7e74a
5
5
  SHA512:
6
- metadata.gz: 9eeb1a4b46f977582abb8868234a682ef1b9c4b9d4a42e077f8aae69835523b8a0b34f6f1d9c485183a8833ee9f2d7bea5ca3ad04f25f92e1b189a344bda32d9
7
- data.tar.gz: 9842d34beb327d95edc0426e9e8c80842177ab86141357ab8c47576e62283e6b5ddc5f434344b4d2a11b32f128a381b9185856df58588f5edd706e16a97a31e2
6
+ metadata.gz: b53d3d4b453570f47763e99db4310382927eaa0b737e2ab694c3daa16fe8662e3967ff28016493a8eea54dfc6579897347334990ca7b0705976e036533ff05e3
7
+ data.tar.gz: d2df698818080a66dc1d191702a17a3225ae95ccd511b90f4327c57ef950ced9cdb2035d55d8ed2da84bd7215be587a370b72f5d559dff87163fb57d177be1ab
@@ -9,8 +9,8 @@ class Ckeditor::Picture < Ckeditor::Asset
9
9
  validates_attachment_content_type :data, content_type: /\Aimage/
10
10
 
11
11
  def url_content
12
- # url(:content)
13
12
  # url_t = (ENV['RAILS_URL'].blank? || ) ? "http://localhost:3000" : "#{ENV['RAILS_URL']}#{ENV['RAILS_RELATIVE_URL_ROOT']}"
14
- "#{ENV['RAILS_URL'].presence || "http://localhost:3000"}#{ENV['RAILS_RELATIVE_URL_ROOT'].presence}#{url(:content)}"
13
+ # "#{ENV['RAILS_URL'].presence || "http://localhost:3000"}#{ENV['RAILS_RELATIVE_URL_ROOT'].presence}#{url(:content)}"
14
+ url(:content)
15
15
  end
16
16
  end
@@ -1,3 +1,3 @@
1
1
  module Thecore
2
- VERSION = '1.5.12'.freeze
2
+ VERSION = '1.5.13'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thecore
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.12
4
+ version: 1.5.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriele Tassoni