thecore 1.5.5 → 1.5.6

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: d14b676a04c1496cbc2ced249e8099bbb64b5e3b
4
- data.tar.gz: 4472a27441f84c3971c08fb53210e30093e9b372
3
+ metadata.gz: e1a52ffc677138c917cc91e2be6b8ed4645cffe0
4
+ data.tar.gz: 14e1b8f0cccf3088ec007c81c5b2a30e52b47827
5
5
  SHA512:
6
- metadata.gz: b99f42ee952a8ed8fa3c3ec765ce42c3c078a5abe4833e24f071362cc7985fe4ea9c48ddb25ac13425e8910b70c80bb98557b9d863bb836fb0c58fbc1fd83101
7
- data.tar.gz: 85da45b314730a17ebfb2be12273144a043e54b16ef9585e81fbd3e8f34c64a18347206c4bed66da5d0e842c758ea457e70ccd963bfd731c669b63a33201c881
6
+ metadata.gz: 6e18bc7971febf3360475edc84d717f5516bb8e359e80d98c7b45ea0b4e8d6a99938b16f7e75aa089b3b7898fae5e824464e2bffc70bd50d62dbcff698721e46
7
+ data.tar.gz: bf084d6d940f564ed1a5c8dba974a8ccc26b9926f13a2b65abc1cb9b6924784b11367647e83e310e958469973208d423dfe1dd9cd9a5faf468b7f2089774d9a6
@@ -19,11 +19,11 @@ Rails.application.configure do
19
19
  config.assets.precompile += %w( browserconfig.xml )
20
20
  config.assets.precompile += %w( ckeditor/* )
21
21
 
22
- config.action_controller.asset_host = if ENV['RAILS_URL'].blank? || ENV['RAILS_RELATIVE_URL_ROOT'].blank?
23
- "http://localhost:3000"
24
- else
25
- "#{ENV['RAILS_URL']}#{ENV['RAILS_RELATIVE_URL_ROOT']}"
26
- end
22
+ # config.action_controller.asset_host = if ENV['RAILS_URL'].blank? || ENV['RAILS_RELATIVE_URL_ROOT'].blank?
23
+ # "http://localhost:3000"
24
+ # else
25
+ # "#{ENV['RAILS_URL']}#{ENV['RAILS_RELATIVE_URL_ROOT']}"
26
+ # end
27
27
 
28
28
  config.filter_parameters += [:password]
29
29
 
@@ -1,3 +1,3 @@
1
1
  module Thecore
2
- VERSION = '1.5.5'.freeze
2
+ VERSION = '1.5.6'.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.5
4
+ version: 1.5.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriele Tassoni