caboose-cms 0.9.152 → 0.9.153

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: 4f53ea3d5a0d666c883ec05ad33f19d5fd993fb7
4
- data.tar.gz: 636f821a7aefcceeda72ff14edf95e00958dc601
3
+ metadata.gz: c41658663bbedf9b3ff201d188590a5d03d2ecfe
4
+ data.tar.gz: 5ffb004d2f5a410410f4dae6e928593880a7485c
5
5
  SHA512:
6
- metadata.gz: f8a4bebbf094cd6d60ea74cd89cb870f5e2fdbf3ffc55b9c68d63bca17dbc831620d913e07ad6781dadce3fbb6bca79b4dbc66f6c4f57ddb22599e3293c2ea19
7
- data.tar.gz: 5d9e86a6347ebc424a3d57f14fea587e459ce7754da52bb0c2b8d3dcb1125734bb155ae029694dd13bf50b58f057ee1e0f12b1c342fc8bdfd091d5f8474d282d
6
+ metadata.gz: 88a9a689d6b2067d1b420b2a55bc98c8ddb4f55562b83c812ac9d8b5f4dccd94dd4263221469e371b9455fe3370e68e7e15a0af03b510cd92d1d874c54e1667e
7
+ data.tar.gz: b914bf469984ab9677ae05d521ff25c58095894f2883b27e77ca796efe0e5f5781894a462dafaa9d932ed2e1a7beb0d7927504a839d3392bdd8fdf702077ddb8
@@ -343,7 +343,7 @@ MediaController.prototype = {
343
343
  var ext = m.original_name.match(/\.[0-9a-z]+$/i);
344
344
  li.addClass('empty');
345
345
  if (ext && ext.length > 0)
346
- li.append($('<img/>').attr('src', '/assets/caboose/file_types/' + ext[0].replace(".","").toLowerCase() + '.png').addClass('file-icon').attr("width","80").attr("height","80"));
346
+ li.append($('<img/>').attr('src', '//assets.caboosecms.com/assets/caboose/file_types/' + ext[0].replace(".","").toLowerCase() + '.png').addClass('file-icon').attr("width","80").attr("height","80"));
347
347
  }
348
348
  if (that.selected_media.indexOf(m.id) > -1)
349
349
  li.addClass('selected ui-selected');
@@ -204,7 +204,7 @@ var MediaModalController = BlockModalController.extend({
204
204
  var ext = m.original_name.match(/\.[0-9a-z]+$/i);
205
205
  li.addClass('empty');
206
206
  if (ext && ext.length > 0)
207
- li.append($('<img/>').attr('src', '/assets/caboose/file_types/' + ext[0].replace(".","").toLowerCase() + '.png').addClass('file-icon').attr("width","80").attr("height","80"));
207
+ li.append($('<img/>').attr('src', '//assets.caboosecms.com/assets/caboose/file_types/' + ext[0].replace(".","").toLowerCase() + '.png').addClass('file-icon').attr("width","80").attr("height","80"));
208
208
  }
209
209
 
210
210
  //if (that.selected_media.indexOf(m.id) > -1)
@@ -1,3 +1,3 @@
1
1
  module Caboose
2
- VERSION = '0.9.152'
2
+ VERSION = '0.9.153'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: caboose-cms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.152
4
+ version: 0.9.153
5
5
  platform: ruby
6
6
  authors:
7
7
  - William Barry
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-06-20 00:00:00.000000000 Z
11
+ date: 2018-06-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pg
@@ -1253,7 +1253,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1253
1253
  version: '0'
1254
1254
  requirements: []
1255
1255
  rubyforge_project:
1256
- rubygems_version: 2.2.0
1256
+ rubygems_version: 2.5.1
1257
1257
  signing_key:
1258
1258
  specification_version: 4
1259
1259
  summary: CMS built on rails.