thecore 1.6.0 → 1.6.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: febaf477416a89af12ebf76568bda665979f9482
4
- data.tar.gz: df04bd128c7973d4007223c7c69b03f2c83bb7e0
3
+ metadata.gz: 17dd7877d87efe7778f9cdf48c2e7df18500a698
4
+ data.tar.gz: b5b648df1e8fbfb7e3b2f0cac4cd435ea49c9129
5
5
  SHA512:
6
- metadata.gz: d3b81e2af6b18e400c96bd8ff8be00484b08fe8d66a27b479e47ed115adb603d4eaf245ca75eee4bf1eb90afd891eb9fa0bfc71a835378050b01016c7f0c8d9b
7
- data.tar.gz: 91dfd331c00941d9b4f84c61711795a11dc653461d3444584c4a556c2c131ecc559e7515067d2be757ce2ab035a4200016575ddbbb85025d97710596793edb02
6
+ metadata.gz: bb948504b23a7dfa441d7229901cc050961664ba86131b1d633d060c18167322d3dca0f102f0d2a70cdc14ced3b19d6d20abd014f8c93ffd3c71167701a19df8
7
+ data.tar.gz: 2d8a1afa12947374e10034153a43f002f0cace9a9273bd7000c2e29be4acefd5004d9c6438be9403689429ed8caffffcfc9e454c4b3c2c8c11729c1ad945cd0f
@@ -10,7 +10,7 @@ class Ckeditor::Picture < Ckeditor::Asset
10
10
 
11
11
  def url_content
12
12
  # url_t = (ENV['RAILS_URL'].blank? || ) ? "http://localhost:3000" : "#{ENV['RAILS_URL']}#{ENV['RAILS_RELATIVE_URL_ROOT']}"
13
- return url(:content)
14
- # "#{ENV['RAILS_URL'].presence}#{ENV['RAILS_RELATIVE_URL_ROOT'].presence}#{url(:content)}"
13
+ # return url(:content)
14
+ return "#{ENV['RAILS_URL'].presence}#{ENV['RAILS_RELATIVE_URL_ROOT'].presence}#{url(:content)}"
15
15
  end
16
16
  end
@@ -1,3 +1,3 @@
1
1
  module Thecore
2
- VERSION = '1.6.0'.freeze
2
+ VERSION = '1.6.1'.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.6.0
4
+ version: 1.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriele Tassoni